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

/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp175 team_id team2; local
176 CHK(context(caller2, appType2, &team2) == B_OK);
189 context.WaitForMessage(team2, MSG_READY_TO_RUN);
197 context.WaitForMessage(team2, MSG_MESSAGE_RECEIVED);
213 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_STARTED));
214 CHK(context.CheckMainArgsMessage(caller2, team2, cookie, &ref2, false));
215 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_READY_TO_RUN));
216 CHK(context.CheckMessageMessage(caller2, team2, cookie, &message));
217 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_2));
218 CHK(context.CheckNextMessage(caller2, team2, cooki
274 team_id team2; local
360 team_id team2; local
[all...]
H A DRosterWatchingTester.cpp252 team_id team2; local
253 CHK(context(caller2, appType2, &team2) == B_OK);
254 context.WaitForMessage(team2, MSG_READY_TO_RUN);
255 BMessenger target2(context.AppMessengerFor(team2));
257 app_info appInfo2(app_info_for_team(team2));
261 CHK(context.CheckNextMessage(caller2, team2, cookie2, MSG_STARTED));
262 CHK(context.CheckMainArgsMessage(caller2, team2, cookie2, &ref2, false));
263 CHK(context.CheckNextMessage(caller2, team2, cookie2, MSG_READY_TO_RUN));
282 check_watching_message(context, team2, cookie2, appInfo3,
303 check_watching_message(context, team2, cookie
389 team_id team2; local
[all...]
H A DLaunchTester.cpp760 team_id team2; local
761 CHK(context(caller2, fileType1, &team2) == B_OK);
762 entry_ref ref2 = ref_for_team(team2);
779 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_STARTED));
780 CHK(context.CheckMainArgsMessage(caller2, team2, cookie, &ref2));
781 // CHK(context.CheckMessageMessages(caller2, team2, cookie));
782 CHK(context.CheckArgvMessage(caller2, team2, cookie, &ref2));
784 // CHK(context.CheckRefsMessage(caller2, team2, cookie));
785 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_READY_TO_RUN));
786 CHK(context.CheckNextMessage(caller2, team2, cooki
815 team_id team2; local
869 team_id team2; local
909 team_id team2; local
957 team_id team2; local
1016 team_id team2; local
1070 team_id team2; local
1110 team_id team2; local
1159 team_id team2; local
1204 team_id team2; local
1255 team_id team2; local
1302 team_id team2; local
[all...]
/haiku/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp280 team_id team2 = teams[te2]; local
287 fake2.fTeam = team2;

Completed in 48 milliseconds