Lines Matching refs:team1

236 	team_id team1;
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, cookie1, appInfo3,
306 check_watching_message(context, team1, cookie1, appInfo4,
316 check_watching_message(context, team1, cookie1, appInfo4,
343 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_QUIT_REQUESTED));
344 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_TERMINATED));
371 team_id team1;
372 CHK(context(caller1, appType1, &team1) == B_OK);
373 context.WaitForMessage(team1, MSG_READY_TO_RUN);
374 BMessenger target1(NULL, team1);
375 app_info appInfo1(app_info_for_team(team1));
380 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_STARTED));
381 CHK(context.CheckMainArgsMessage(caller1, team1, cookie1, &ref1, false));
382 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_READY_TO_RUN));
430 check_watching_message(context, team1, cookie1, appInfo3,
436 check_watching_message(context, team1, cookie1, appInfo2,
441 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_QUIT_REQUESTED));
442 CHK(context.CheckNextMessage(caller1, team1, cookie1, MSG_TERMINATED));