Searched refs:MSG_REPLY (Results 1 – 8 of 8) sorted by relevance
/haiku/src/tests/kits/app/bmessenger/ |
H A D | SMLooper.cpp | 47 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 D | SMMessages.h | 10 MSG_REPLY = 'rply', enumerator
|
H A D | SMInvoker.cpp | 24 return (fReplyMessage && fReplyMessage->what == MSG_REPLY); in ReplySuccess()
|
/haiku/src/tests/kits/app/bmessagerunner/ |
H A D | MessageRunnerTestHelpers.cpp | 30 case MSG_REPLY: in MessageReceived() 68 message->SendReply(MSG_REPLY); in MessageReceived() 158 case MSG_REPLY: in MessageReceived()
|
H A D | MessageRunnerTestHelpers.h | 11 MSG_REPLY = 'rply', enumerator
|
/haiku/src/tests/kits/app/broster/ |
H A D | RosterTestAppDefs.h | 20 MSG_REPLY = 'rply', // enumerator
|
H A D | BroadcastTester.cpp | 308 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 D | LaunchTesterHelper.cpp | 257 case MSG_REPLY: in HandleMessage() 847 message->what = MSG_REPLY; in MessageReceived()
|