Searched refs:appType1 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp41 static const char *appType1 = "application/x-vnd.obos-roster-findapp-app1"; variable
209 BMimeType(appType1).Delete();
262 install_type(fileType1, appType1);
279 create_app(appFile1, appType1);
280 install_type(fileType1, appType1);
284 check_app_type(appType1, appFile1);
299 create_app(appFile1, appType1, true);
300 install_type(fileType1, appType1);
304 check_app_type(appType1, appFile1);
319 create_app(appFile1, appType1, tru
519 create_app(get_trash_app_file(), appType1); local
683 create_app(get_trash_app_file(), appType1); local
[all...]
H A DLaunchTester.cpp47 static const char *appType1 = "application/x-vnd.obos-roster-launch-app1"; variable
257 BMimeType(appType1).Delete();
307 install_type(fileType1, appType1);
325 create_app(appFile1, appType1);
326 install_type(fileType1, appType1);
331 check_app_type(appType1, appFile1);
358 create_app(appFile1, appType1, true);
359 install_type(fileType1, appType1);
364 check_app_type(appType1, appFile1);
391 create_app(appFile1, appType1, tru
696 create_app(get_trash_app_file(), appType1); local
[all...]
H A DBroadcastTester.cpp45 static const char *appType1 = "application/x-vnd.obos-roster-broadcast-app1"; variable
112 BMimeType(appType1).Delete();
167 entry_ref ref1(create_app(appFile1, appType1));
170 CHK(context(caller1, appType1, &team1) == B_OK);
266 entry_ref ref1(create_app(appFile1, appType1));
269 CHK(context(caller1, appType1, &team1) == B_OK);
352 entry_ref ref1(create_app(appFile1, appType1));
355 CHK(context(caller1, appType1, &team1) == B_OK);
H A DRosterWatchingTester.cpp45 static const char *appType1 = "application/x-vnd.obos-roster-watching-app1"; variable
164 BMimeType(appType1).Delete();
234 entry_ref ref1(create_app(appFile1, appType1));
237 CHK(context(caller1, appType1, &team1) == B_OK);
369 entry_ref ref1(create_app(appFile1, appType1));
372 CHK(context(caller1, appType1, &team1) == B_OK);

Completed in 59 milliseconds