Home
last modified time | relevance | path

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

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