Lines Matching refs:caller3

179 	SimpleAppLauncher caller3(ref3);  in BroadcastTestA2()  local
181 CHK(context(caller3, appType3, &team3) == B_OK); in BroadcastTestA2()
222 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED)); in BroadcastTestA2()
223 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false)); in BroadcastTestA2()
224 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN)); in BroadcastTestA2()
225 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message)); in BroadcastTestA2()
226 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_2)); in BroadcastTestA2()
227 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED)); in BroadcastTestA2()
228 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED)); in BroadcastTestA2()
278 SimpleAppLauncher caller3(ref3); in BroadcastTestB2() local
280 CHK(context(caller3, appType3, &team3) == B_OK); in BroadcastTestB2()
322 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED)); in BroadcastTestB2()
323 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false)); in BroadcastTestB2()
324 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN)); in BroadcastTestB2()
325 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message)); in BroadcastTestB2()
326 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_REPLY)); in BroadcastTestB2()
327 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED)); in BroadcastTestB2()
328 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED)); in BroadcastTestB2()
364 SimpleAppLauncher caller3(ref3); in BroadcastTestB3() local
366 CHK(context(caller3, appType3, &team3) == B_OK); in BroadcastTestB3()
408 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_STARTED)); in BroadcastTestB3()
409 CHK(context.CheckMainArgsMessage(caller3, team3, cookie, &ref3, false)); in BroadcastTestB3()
410 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_READY_TO_RUN)); in BroadcastTestB3()
411 CHK(context.CheckMessageMessage(caller3, team3, cookie, &message)); in BroadcastTestB3()
413 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_QUIT_REQUESTED)); in BroadcastTestB3()
414 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_TERMINATED)); in BroadcastTestB3()