Lines Matching defs:roster

44 	= "application/x-vnd.obos-roster-launch-test";
46 = "application/x-vnd.obos-roster-launch-uninstalled";
47 static const char *appType1 = "application/x-vnd.obos-roster-launch-app1";
48 static const char *appType2 = "application/x-vnd.obos-roster-launch-app2";
49 static const char *fileType1 = "application/x-vnd.obos-roster-launch-file1";
50 static const char *fileType2 = "application/x-vnd.obos-roster-launch-file2";
51 static const char *textTestType = "text/x-vnd.obos-roster-launch";
58 static const char *trashAppName = "roster-launch-app";
133 BRoster roster;
135 CHK(roster.GetRunningAppInfo(team, &info) == B_OK);
276 BRoster roster;
290 BRoster roster;
306 BRoster roster;
324 BRoster roster;
357 BRoster roster;
390 BRoster roster;
423 BRoster roster;
459 BRoster roster;
495 BRoster roster;
534 BRoster roster;
577 BRoster roster;
610 BRoster roster;
643 BRoster roster;
695 BRoster roster;
714 BRoster roster;
748 BRoster roster;
803 BRoster roster;
857 BRoster roster;
897 BRoster roster;
941 BRoster roster;
1000 BRoster roster;
1058 BRoster roster;
1098 BRoster roster;
1143 BRoster roster;
1188 BRoster roster;
1239 BRoster roster;
1286 BRoster roster;
1330 BRoster roster;
1353 BRoster roster;
1389 BRoster roster;
1407 CHK(roster.GetRunningAppInfo(team, &appInfo) == B_OK);
1451 BRoster roster;
1453 CHK(roster.Launch((const char*)NULL, &message, NULL) == B_BAD_VALUE);
1464 BRoster roster;
1466 CHK(roster.Launch("invalid/mine/type", &message, NULL) == B_BAD_VALUE);
1477 BRoster roster;
1478 return roster.Launch(type, message, team);
1516 BRoster roster;
1545 BRoster roster;
1547 CHK(roster.Launch((const char*)NULL, &list, NULL) == B_BAD_VALUE);
1558 BRoster roster;
1560 CHK(roster.Launch("invalid/mine/type", &list, NULL) == B_BAD_VALUE);
1569 BRoster roster;
1570 return roster.Launch(type, messages, team);
1609 BRoster roster;
1643 BRoster roster;
1673 BRoster roster;
1675 CHK(roster.Launch((const char*)NULL, 1, argv, NULL) == B_BAD_VALUE);
1676 CHK(roster.Launch((const char*)NULL, 1, (char**)NULL, NULL)
1688 BRoster roster;
1691 CHK(roster.Launch("invalid/mine/type", 1, argv, NULL) == B_BAD_VALUE);
1700 BRoster roster;
1701 return roster.Launch(type, argc, const_cast<char**>(argv), team);
1740 BRoster roster;
1769 BRoster roster;
1772 return roster.Launch(&fRef, message, team);
1792 BRoster roster;
1796 return roster.Launch(&fRef, message, team);
1811 BRoster roster;
1816 return roster.Launch(&fRef, message, team);
1833 BRoster roster;
1835 CHK(roster.Launch((const entry_ref*)NULL, &message, NULL) == B_BAD_VALUE);
1846 BRoster roster;
1849 CHK(roster.Launch(&fileRef, &message, NULL) == B_ENTRY_NOT_FOUND);
1864 BRoster roster;
1902 BRoster roster;
1939 BRoster roster;
1977 BRoster roster;
1984 CHK(roster.Launch(&fileRef, &message, &team)
2002 BRoster roster;
2081 BRoster roster;
2113 BRoster roster;
2118 CHK(roster.Launch(&linkRef, &message, &team)
2130 BRoster roster;
2135 CHK(roster.Launch(&linkRef, &message, &team)
2148 BRoster roster;
2161 CHK(roster.GetRunningAppInfo(team, &appInfo) == B_OK);
2190 BRoster roster;
2191 return roster.Launch(&fRef, messages, team);
2212 BRoster roster;
2214 return roster.Launch(&fRef, messages, team);
2229 BRoster roster;
2232 return roster.Launch(&fRef, messages, team);
2249 BRoster roster;
2251 CHK(roster.Launch((const entry_ref*)NULL, &list, NULL) == B_BAD_VALUE);
2262 BRoster roster;
2266 CHK(roster.Launch(&fileRef, &list, NULL) == B_ENTRY_NOT_FOUND);
2281 BRoster roster;
2319 BRoster roster;
2356 BRoster roster;
2394 BRoster roster;
2401 CHK(roster.Launch(&fileRef, &list, &team) == B_LAUNCH_FAILED_EXECUTABLE);
2418 BRoster roster;
2497 BRoster roster;
2533 BRoster roster;
2566 BRoster roster;
2572 CHK(roster.Launch(&linkRef, &list, &team)
2584 BRoster roster;
2590 CHK(roster.Launch(&linkRef, &list, &team)
2603 BRoster roster;
2616 CHK(roster.GetRunningAppInfo(team, &appInfo) == B_OK);
2645 BRoster roster;
2646 return roster.Launch(&fRef, argc, argv, team);
2667 BRoster roster;
2669 return roster.Launch(&fRef, argc, argv, team);
2684 BRoster roster;
2687 return roster.Launch(&fRef, argc, argv, team);
2704 BRoster roster;
2706 CHK(roster.Launch((const entry_ref*)NULL, 1, argv, NULL) == B_BAD_VALUE);
2717 BRoster roster;
2721 CHK(roster.Launch(&fileRef, 1, argv, NULL) == B_ENTRY_NOT_FOUND);
2736 BRoster roster;
2774 BRoster roster;
2811 BRoster roster;
2849 BRoster roster;
2856 CHK(roster.Launch(&fileRef, 1, argv, &team) == B_LAUNCH_FAILED_EXECUTABLE);
2873 BRoster roster;
2959 BRoster roster;
2994 BRoster roster;
3025 BRoster roster;
3030 CHK(roster.Launch(&linkRef, LaunchContext::kStandardArgc,
3043 BRoster roster;
3048 CHK(roster.Launch(&linkRef, LaunchContext::kStandardArgc,
3062 BRoster roster;
3075 CHK(roster.GetRunningAppInfo(team, &appInfo) == B_OK);