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

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp169 team_id team1; local
170 CHK(context(caller1, appType1, &team1) == B_OK);
188 context.WaitForMessage(team1, MSG_READY_TO_RUN);
196 context.WaitForMessage(team1, MSG_MESSAGE_RECEIVED);
204 CHK(context.CheckNextMessage(caller1, team1, cookie, MSG_STARTED));
205 CHK(context.CheckMainArgsMessage(caller1, team1, cookie, &ref1, false));
206 CHK(context.CheckNextMessage(caller1, team1, cookie, MSG_READY_TO_RUN));
207 CHK(context.CheckMessageMessage(caller1, team1, cookie, &message));
208 CHK(context.CheckNextMessage(caller1, team1, cookie, MSG_2));
209 CHK(context.CheckNextMessage(caller1, team1, cooki
268 team_id team1; local
354 team_id team1; local
[all...]
H A DRosterWatchingTester.cpp236 team_id team1; local
237 CHK(context(caller1, appType1, &team1) == B_OK);
238 context.WaitForMessage(team1, MSG_READY_TO_RUN);
239 BMessenger target1(NULL, team1);
240 app_info appInfo1(app_info_for_team(team1));
245 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_STARTED));
246 CHK(context.CheckMainArgsMessage(caller1, team1, cookie1, &ref1, false));
247 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_READY_TO_RUN));
265 check_watching_message(context, team1, cookie1, appInfo2,
285 check_watching_message(context, team1, cookie
371 team_id team1; local
[all...]
H A DLaunchTester.cpp753 team_id team1; local
754 CHK(context(caller, fileType1, &team1) == B_OK);
755 entry_ref ref1 = ref_for_team(team1);
758 context.WaitForMessage(team1, MSG_STARTED);
768 CHK(context.CheckNextMessage(caller, team1, cookie, MSG_STARTED));
769 CHK(context.CheckMainArgsMessage(caller, team1, cookie, &ref1));
770 // CHK(context.CheckMessageMessages(caller, team1, cookie));
771 CHK(context.CheckArgvMessage(caller, team1, cookie, &ref1));
773 // CHK(context.CheckRefsMessage(caller, team1, cookie));
774 CHK(context.CheckNextMessage(caller, team1, cooki
808 team_id team1; local
862 team_id team1; local
902 team_id team1; local
946 team_id team1; local
1005 team_id team1; local
1063 team_id team1; local
1103 team_id team1; local
1148 team_id team1; local
1193 team_id team1; local
1244 team_id team1; local
1291 team_id team1; local
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp266 team_id team1 = teams[te1]; local
272 fake1.fTeam = team1;

Completed in 43 milliseconds