Lines Matching refs:caller3
269 SimpleAppLauncher caller3(ref3); in WatchingTest2() local
271 CHK(context(caller3, appType3, &team3) == B_OK); in WatchingTest2()
278 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_STARTED)); in WatchingTest2()
279 CHK(context.CheckMainArgsMessage(caller3, team3, cookie3, &ref3, false)); in WatchingTest2()
280 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_READY_TO_RUN)); in WatchingTest2()
349 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_QUIT_REQUESTED)); in WatchingTest2()
350 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_TERMINATED)); in WatchingTest2()
407 SimpleAppLauncher caller3(ref3); in WatchingTest3() local
409 CHK(context(caller3, appType3, &team3) == B_OK); in WatchingTest3()
415 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_STARTED)); in WatchingTest3()
416 CHK(context.CheckMainArgsMessage(caller3, team3, cookie3, &ref3, false)); in WatchingTest3()
417 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_READY_TO_RUN)); in WatchingTest3()
447 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_QUIT_REQUESTED)); in WatchingTest3()
448 CHK(context.CheckNextMessage(caller3, team3, cookie3, MSG_TERMINATED)); in WatchingTest3()