Searched refs:testTypes2 (Results 1 – 1 of 1) sorted by relevance
1430 BMessage testTypes2; in SupportedTypesTest() local1431 CHK(testTypes2.AddString("types", testType3) == B_OK); in SupportedTypesTest()1432 CHK(testTypes2.AddString("types", testType4) == B_OK); in SupportedTypesTest()1489 CHK(appFileInfo.SetSupportedTypes(&testTypes2) == B_OK); in SupportedTypesTest()1493 CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2)); in SupportedTypesTest()1502 CheckSupportedTypesAttr(file, &testTypes2); in SupportedTypesTest()1504 CheckSupportedTypesResource(file, &testTypes2); in SupportedTypesTest()1518 CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2)); in SupportedTypesTest()1607 CHK(appFileInfo.SetSupportedTypes(&testTypes2) == B_OK); in SupportedTypesTest()1636 CHK(appFileInfo.SetSupportedTypes(&testTypes2, false) == B_OK); in SupportedTypesTest()[all …]