Searched refs:replyTo (Results 1 - 25 of 33) sorted by relevance

12

/haiku/headers/os/app/
H A DMessageRunner.h22 int32 count, BMessenger replyTo);
25 int32 count, BMessenger replyTo);
40 int32 count, BMessenger replyTo);
49 BMessenger replyTo);
53 int32 count, BMessenger replyTo);
H A DMessenger.h43 BHandler* replyTo = NULL) const;
45 BHandler* replyTo = NULL,
49 BMessenger replyTo,
H A DLooper.h46 BHandler* replyTo = NULL);
48 BHandler* replyTo = NULL);
H A DMessage.h98 BHandler* replyTo = NULL);
100 BHandler* replyTo = NULL,
102 status_t SendReply(BMessage* reply, BMessenger replyTo,
570 BMessenger& replyTo) const;
/haiku/src/tests/kits/app/bmessenger/
H A DSMInvoker.cpp49 BHandler *replyTo = (fUseReplyTo ? replyHandler : NULL); local
50 status_t result = target.SendMessage(MSG_TEST, replyTo);
71 BHandler *replyTo = (fUseReplyTo ? replyHandler : NULL); local
74 status_t result = target.SendMessage(message, replyTo, fTimeout);
96 BMessenger &replyTo = (fUseReplyTo ? replyMessenger : badMessenger); local
99 status_t result = target.SendMessage(message, replyTo, fTimeout);
/haiku/src/kits/app/
H A DMessageRunner.cpp41 bigtime_t interval, int32 count, BMessenger replyTo)
45 _InitData(target, message, interval, count, replyTo);
50 bigtime_t interval, int32 count, BMessenger replyTo)
54 _InitData(target, &message, interval, count, replyTo);
153 bigtime_t interval, int32 count, BMessenger replyTo)
156 replyTo);
204 \param replyTo Target replies to the delivered message(s) shall be sent to.
208 bigtime_t interval, int32 count, BMessenger replyTo)
210 fToken = _RegisterRunner(target, message, interval, count, false, replyTo);
222 \param replyTo Targe
40 BMessageRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
49 BMessageRunner(BMessenger target, const BMessage& message, bigtime_t interval, int32 count, BMessenger replyTo) argument
152 StartSending(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
207 _InitData(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, BMessenger replyTo) argument
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
[all...]
H A DMessenger.cpp154 BMessenger::SendMessage(uint32 command, BHandler* replyTo) const
157 return SendMessage(&message, replyTo);
162 BMessenger::SendMessage(BMessage* message, BHandler* replyTo, argument
169 BMessenger replyMessenger(replyTo);
180 BMessenger::SendMessage(BMessage* message, BMessenger replyTo, argument
187 timeout, false, replyTo);
H A DLooper.cpp240 BLooper::PostMessage(uint32 command, BHandler* handler, BHandler* replyTo) argument
243 return _PostMessage(&message, handler, replyTo);
248 BLooper::PostMessage(BMessage* message, BHandler* handler, BHandler* replyTo) argument
250 return _PostMessage(message, handler, replyTo);
907 BLooper::_PostMessage(BMessage* msg, BHandler* handler, BHandler* replyTo) argument
912 return messenger.SendMessage(msg, replyTo, 0);
/haiku/src/tests/kits/app/bmessagerunner/
H A DBMessageRunnerTester.cpp269 bigtime_t interval, int32 count, BMessenger replyTo)
284 BMessenger replyTo(handler);
285 BMessageRunner runner(target, &message, interval, count, replyTo);
296 bigtime_t interval, int32 count, BMessenger replyTo)
311 BMessenger replyTo(handler);
312 BMessageRunner runner(target, NULL, interval, count, replyTo);
320 bigtime_t interval, int32 count, BMessenger replyTo)
337 BMessenger replyTo(handler);
338 BMessageRunner runner(target, &message, interval, count, replyTo);
356 bigtime_t interval, int32 count, BMessenger replyTo)
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h135 BMessenger* replyTo);
139 static void ReplyBodyFetched(const BMessenger& replyTo,
144 const BMessenger& replyTo) = 0;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.h56 const BMessenger& replyTo);
H A DIMAPConnectionWorker.h49 uint32 uid, const BMessenger& replyTo);
H A DIMAPFolder.cpp401 const BMessenger* replyTo)
406 if (replyTo != NULL)
407 messengers.push_back(*replyTo);
411 if (replyTo != NULL) {
412 fPendingBodies[*iterator].push_back(*replyTo);
400 RegisterPendingBodies(IMAP::MessageUIDList& uids, const BMessenger* replyTo) argument
H A DIMAPConnectionWorker.cpp169 MessageUIDList& entries, const BMessenger* replyTo = NULL)
175 folder.RegisterPendingBodies(entries, replyTo);
651 const BMessenger& replyTo)
661 &replyTo));
650 EnqueueFetchBody(IMAPFolder& folder, uint32 uid, const BMessenger& replyTo) argument
H A DIMAPProtocol.cpp235 IMAPProtocol::HandleFetchBody(const entry_ref& ref, const BMessenger& replyTo) argument
254 return worker->EnqueueFetchBody(*folder, uid, replyTo);
H A DIMAPFolder.h87 const BMessenger* replyTo);
/haiku/headers/private/app/
H A DMessagePrivate.h181 bigtime_t timeout, bool replyRequired, BMessenger &replyTo) const
184 timeout, replyRequired, replyTo);
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h45 const BMessenger& replyTo);
/haiku/src/kits/mail/
H A DMailProtocol.cpp426 BInboundMailProtocol::FetchBody(const entry_ref& ref, BMessenger* replyTo) argument
430 if (replyTo != NULL)
431 message.AddMessenger("target", *replyTo);
446 BInboundMailProtocol::ReplyBodyFetched(const BMessenger& replyTo, argument
452 replyTo.SendMessage(&message);
H A DMailMessage.cpp107 BEmailMessage::ReplyMessage(mail_reply_to_mode replyTo, bool accountFromMail, argument
114 if (replyTo == B_MAIL_REPLY_TO_ALL) {
148 } else if (replyTo == B_MAIL_REPLY_TO_SENDER || ReplyTo() == NULL)
321 BEmailMessage::SetReplyTo(const char* replyTo, uint32 charset, argument
324 SetHeaderField("Reply-To", replyTo, charset, encoding);
/haiku/src/tests/kits/app/broster/
H A DBroadcastTester.cpp241 status_t Broadcast(BMessage *message, BMessenger replyTo) const
249 BMessenger replyTo(dynamic_cast<RosterLaunchApp*>(be_app)->Handler());
250 CHK(be_roster->Broadcast(NULL, replyTo) == B_BAD_VALUE);
255 status_t Broadcast(BMessage *message, BMessenger replyTo) const
293 BMessenger replyTo(dynamic_cast<RosterLaunchApp*>(be_app)->Handler());
294 CHK(roster.Broadcast(&message, replyTo) == B_OK);
341 status_t Broadcast(BMessage *message, BMessenger replyTo) const
343 invalid replyTo
379 BMessenger replyTo; local
380 CHK(roster.Broadcast(&message, replyTo)
[all...]
/haiku/headers/os/mail/
H A DMailMessage.h48 BEmailMessage* ReplyMessage(mail_reply_to_mode replyTo,
/haiku/src/apps/mail/
H A DPrefs.h64 int32* account, int32* replyTo,
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp250 BMessenger* replyTo = &target; local
252 replyTo = NULL;
254 protocol->FetchBody(ref, replyTo);
/haiku/headers/build/os/app/
H A DRoster.h103 status_t Broadcast(BMessage *message, BMessenger replyTo) const;

Completed in 122 milliseconds

12