Searched refs:appType2 (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp46 static const char *appType2 = "application/x-vnd.obos-roster-broadcast-app2"; variable
113 BMimeType(appType2).Delete();
172 entry_ref ref2(create_app(appFile2, appType2, false, true,
176 CHK(context(caller2, appType2, &team2) == B_OK);
271 entry_ref ref2(create_app(appFile2, appType2, false, true,
275 CHK(context(caller2, appType2, &team2) == B_OK);
357 entry_ref ref2(create_app(appFile2, appType2, false, true,
361 CHK(context(caller2, appType2, &team2) == B_OK);
H A DRosterWatchingTester.cpp46 static const char *appType2 = "application/x-vnd.obos-roster-watching-app2"; variable
165 BMimeType(appType2).Delete();
249 entry_ref ref2(create_app(appFile2, appType2, false, true,
253 CHK(context(caller2, appType2, &team2) == B_OK);
386 entry_ref ref2(create_app(appFile2, appType2, false, true,
390 CHK(context(caller2, appType2, &team2) == B_OK);
H A DFindAppTester.cpp42 static const char *appType2 = "application/x-vnd.obos-roster-findapp-app2"; variable
210 BMimeType(appType2).Delete();
411 create_app(appFile1, appType2);
422 CHK(BMimeType(appType2).IsInstalled() == false);
424 check_app_type(appType2, appFile1);
701 create_app(appFile2, appType2);
703 entry_ref fileRef(create_file(testFile1, fileType1, appType2));
707 check_app_type(appType2, appFile2);
742 create_app(appFile2, appType2);
H A DLaunchTester.cpp48 static const char *appType2 = "application/x-vnd.obos-roster-launch-app2"; variable
258 BMimeType(appType2).Delete();
535 create_app(appFile1, appType2);
547 CHK(BMimeType(appType2).IsInstalled() == false);
549 check_app_type(appType2, appFile1);
1866 create_app(appFile2, appType2);
1868 entry_ref fileRef(create_file(testFile1, fileType1, appType2));
1877 check_app_type(appType2, appFile2);
1941 create_app(appFile2, appType2);
2283 create_app(appFile2, appType2);
[all...]
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp938 BMimeType appType2(testAppSignature2);
939 CHK(appType2.Install() == B_OK);
940 CHK(appType2.SetIconForType(testType1, fIconM4, B_MINI_ICON) == B_OK);
941 CHK(appType2.SetIconForType(testType1, fIconL4, B_LARGE_ICON) == B_OK);
1007 CHK(appType2.SetIconForType(testType1, NULL, B_MINI_ICON) == B_OK);
1008 CHK(appType2.SetIconForType(testType1, NULL, B_LARGE_ICON) == B_OK);

Completed in 52 milliseconds