Searched refs:MSG_REPLY (Results 1 - 8 of 8) sorted by relevance

/haiku/src/tests/kits/app/bmessenger/
H A DSMMessages.h10 MSG_REPLY = 'rply', enumerator in enum:__anon5783
H A DSMLooper.cpp47 message->SendReply(MSG_REPLY);
49 case MSG_REPLY:
142 message->SendReply(MSG_REPLY);
144 case MSG_REPLY:
H A DSMInvoker.cpp24 return (fReplyMessage && fReplyMessage->what == MSG_REPLY);
/haiku/src/tests/kits/app/broster/
H A DRosterTestAppDefs.h20 MSG_REPLY = 'rply', // enumerator in enum:__anon5789
H A DBroadcastTester.cpp308 CHK(context.CheckNextMessage(caller1, team1, cookie, MSG_REPLY));
317 CHK(context.CheckNextMessage(caller2, team2, cookie, MSG_REPLY));
326 CHK(context.CheckNextMessage(caller3, team3, cookie, MSG_REPLY));
335 CHK(context.CheckNextMessage(caller4, team4, cookie, MSG_REPLY));
H A DLaunchTesterHelper.cpp257 case MSG_REPLY:
847 message->what = MSG_REPLY;
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp30 case MSG_REPLY:
68 message->SendReply(MSG_REPLY);
158 case MSG_REPLY:
H A DMessageRunnerTestHelpers.h11 MSG_REPLY = 'rply', enumerator in enum:__anon5776

Completed in 48 milliseconds