Lines Matching defs:roster

40 	= "application/x-vnd.obos-roster-findapp-uninstalled";
41 static const char *appType1 = "application/x-vnd.obos-roster-findapp-app1";
42 static const char *appType2 = "application/x-vnd.obos-roster-findapp-app2";
43 static const char *fileType1 = "application/x-vnd.obos-roster-findapp-file1";
44 static const char *fileType2 = "application/x-vnd.obos-roster-findapp-file2";
45 static const char *textTestType = "text/x-vnd.obos-roster-findapp";
52 static const char *trashAppName = "roster-findapp-app";
200 fApplication = new BApplication("application/x-vnd.obos-roster-findapp");
233 BRoster roster;
246 BRoster roster;
261 BRoster roster;
278 BRoster roster;
298 BRoster roster;
318 BRoster roster;
338 BRoster roster;
361 BRoster roster;
384 BRoster roster;
410 BRoster roster;
440 BRoster roster;
460 BRoster roster;
479 BRoster roster;
518 BRoster roster;
536 BRoster roster;
558 BRoster roster;
594 BRoster roster;
595 CHK(roster.FindApp((const char*)NULL, NULL) == B_BAD_VALUE);
598 CHK(roster.FindApp("image/gif", NULL) == B_BAD_VALUE);
601 CHK(roster.FindApp((const char*)NULL, &ref) == B_BAD_VALUE);
611 BRoster roster;
613 CHK(roster.FindApp("invalid/mine/type", &ref) == B_BAD_VALUE);
621 BRoster roster;
622 return roster.FindApp(type, ref);
649 BRoster roster;
650 CHK(roster.FindApp((entry_ref*)NULL, NULL) == B_BAD_VALUE);
655 CHK(roster.FindApp(&fileRef, NULL) == B_BAD_VALUE);
658 CHK(roster.FindApp((entry_ref*)NULL, &ref) == B_BAD_VALUE);
668 BRoster roster;
671 CHK(roster.FindApp(&fileRef, &ref) == B_ENTRY_NOT_FOUND);
682 BRoster roster;
686 CHK(roster.FindApp(&fileRef, &ref) == B_LAUNCH_FAILED_APP_IN_TRASH);
699 BRoster roster;
705 CHK(roster.FindApp(&fileRef, &ref) == B_OK);
720 BRoster roster;
724 CHK(roster.FindApp(&fileRef, &ref) == B_OK);
740 BRoster roster;
746 CHK(roster.FindApp(&fileRef, &ref) == B_OK);
761 BRoster roster;
767 CHK(roster.FindApp(&fileRef, &ref) == B_OK);
784 BRoster roster;
791 CHK(roster.FindApp(&linkRef, &ref) == B_OK);
801 BRoster roster;
803 return roster.FindApp(&fileRef, ref);
830 BRoster roster;
834 return roster.FindApp(&fileRef, ref);
863 BRoster roster;
867 CHK(roster.FindApp(&linkRef, &ref) == B_LAUNCH_FAILED_NO_RESOLVE_LINK);
877 BRoster roster;
881 CHK(roster.FindApp(&linkRef, &ref) == B_LAUNCH_FAILED_NO_RESOLVE_LINK);