Searched refs:needsReply (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/app/
H A DLinkSender.h32 status_t EndMessage(bool needsReply = false);
34 status_t Flush(bigtime_t timeout = B_INFINITE_TIMEOUT, bool needsReply = false);
H A DServerLink.h54 bool needsReply = false);
151 ServerLink::Flush(bigtime_t timeout, bool needsReply) argument
153 return fSender->Flush(timeout, needsReply);
/haiku/src/kits/app/
H A DLinkSender.cpp107 LinkSender::EndMessage(bool needsReply) argument
115 if (needsReply)
116 header->flags |= needsReply;
296 LinkSender::Flush(bigtime_t timeout, bool needsReply) argument
301 EndMessage(needsReply);
/haiku/src/servers/registrar/
H A DRegistrar.cpp403 bool needsReply = true; local
412 needsReply = false;
421 if (needsReply)

Completed in 38 milliseconds