Searched refs:reply (Results 276 - 300 of 305) sorted by relevance

<<111213

/haiku/headers/os/app/
H A DMessage.h99 status_t SendReply(BMessage* reply,
102 status_t SendReply(BMessage* reply, BMessenger replyTo,
107 status_t SendReply(BMessage* reply,
572 int32 token, BMessage* reply,
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.h212 uint32 reply; member in struct:tcp_option::__anon12::__anon13
H A Dtcp.cpp129 option->timestamp.reply = htonl(segment.timestamp_reply);
226 ntohl(option->timestamp.reply);
/haiku/src/apps/terminal/
H A DTermView.cpp1738 BMessage reply(B_REPLY);
1739 reply.AddInt32("result", Encoding());
1740 message->SendReply(&reply);
1743 BMessage reply(B_REPLY);
1744 reply.AddString("result", TerminalName());
1745 message->SendReply(&reply);
1919 BString reply; local
1920 reply.SetToFormat("\033]%u;rgb:%02x/%02x/%02x\033\\",
1922 fShell->Write(reply.String(), reply
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp200 : BHandler("shutdown quit reply handler"),
673 // remove and delete the quit request reply handler
715 // send a reply to the request and delete it
726 // create and add the quit request reply handler
935 BMessage reply(B_REG_SUCCESS);
936 request->SendReply(&reply);
938 BMessage reply(B_REG_ERROR);
939 reply.AddInt32("error", error);
940 request->SendReply(&reply);
/haiku/src/kits/tracker/
H A DTracker.cpp543 BMessage reply; local
545 &AddMountableItemToMessage, &reply);
546 message->SendReply(&reply);
704 BMessage reply;
705 messenger.SendMessage(&makeActiveMessage, &reply);
H A DPoseView.h448 const char* property, BMessage* reply);
451 const char*, BMessage* reply);
453 BMessage* reply);
H A DPoseView.cpp4533 BMessage reply(B_TRASH_TARGET);
4534 message->SendReply(&reply);
4609 // build the reply message
4610 BMessage reply(canCopy ? B_COPY_TARGET : B_MOVE_TARGET);
4611 reply.AddString("be:types", B_FILE_MIME_TYPE);
4614 reply.AddString("be:filetypes",
4618 reply.AddString("be:type_descriptions",
4625 reply.AddString("be:actionspecifier",
4629 reply.AddRef("directory", targetModel->EntryRef());
4630 reply
[all...]
/haiku/src/apps/deskbar/
H A DStatusView.cpp364 BMessage reply(kGetClockSettings);
365 reply.AddBool("showClock", showClock);
366 reply.AddBool("showSeconds", showSeconds);
367 reply.AddBool("showDayOfWeek", showDayOfWeek);
368 reply.AddBool("showTimeZone", showTimeZone);
369 message->SendReply(&reply);
/haiku/headers/private/kernel/util/
H A DKMessage.h168 KMessage* reply,
177 status_t SendReply(KMessage* message, KMessage* reply,
/haiku/src/libs/libtelnet/
H A Dencrypt.c584 if (!ep->reply) {
593 ret = (*ep->reply)(data, cnt);
595 printf("(*ep->reply)(%p, %d) returned %s(%d)\n",
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp646 switch (message.reply & DP_AUX_I2C_REPLY_MASK) {
657 TRACE("%s: aux invalid I2C reply: 0x%02x\n",
658 __func__, message.reply);
695 switch (message.reply & DP_AUX_I2C_REPLY_MASK) {
706 TRACE("%s: aux invalid I2C reply: 0x%02x\n",
707 __func__, message.reply);
785 message->reply = receiveBuffer[0] >> 4;
798 message->reply = receiveBuffer[0] >> 4;
814 switch (message->reply & DP_AUX_NATIVE_REPLY_MASK) {
818 TRACE("%s: aux native reply nac
[all...]
/haiku/src/kits/interface/
H A DTabView.cpp635 BMessage reply(B_REPLY);
646 reply.AddInt32("result", fSelection);
653 reply.AddInt32("error", B_OK);
661 message->SendReply(&reply);
H A DTextView.cpp956 BMessage reply; local
961 &reply);
966 &reply);
971 property, &reply);
978 message->SendReply(&reply);
5582 const char* property, BMessage* reply)
5586 reply->what = B_REPLY;
5587 reply->AddInt32("result", fSelStart);
5588 reply->AddInt32("result", fSelEnd);
5589 reply
5581 _GetProperty(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
5621 _SetProperty(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
5663 _CountProperties(BMessage* message, BMessage* specifier, const char* property, BMessage* reply) argument
[all...]
/haiku/build/scripts/
H A Dbuild_haiku_image308 $mkindex -t string MAIL:reply
/haiku/src/servers/mount/
H A DAutoMounter.cpp426 BMessage reply; local
427 _GetSettings(&reply);
428 message->SendReply(&reply);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp1698 BMessage reply; local
1699 status_t status = networkServer.SendMessage(&request, &reply);
1701 return reply.GetBool("running");
/haiku/src/servers/package/
H A DVolume.cpp522 // If the cached reply message is up-to-date, just send it.
532 // rebuild the reply message
597 BMessage reply(B_MESSAGE_COMMIT_TRANSACTION_REPLY);
598 status_t error = result.AddToMessage(reply);
601 "transaction result to reply: %s\n", strerror(error));
605 message->SendReply(&reply, (BHandler*)NULL, kCommunicationTimeout);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h269 RequestHandler* handler, Request** reply);
/haiku/headers/os/media/
H A DMediaRoster.h381 static status_t ParseCommand(BMessage& reply);
/haiku/src/kits/game/
H A DWindowScreen.cpp181 BMessage reply; local
184 _control_input_server_(&command, &reply);
/haiku/src/servers/app/
H A DDesktop.cpp2650 BPrivate::LinkSender reply(clientReplyPort);
2651 reply.StartMessage(status);
2652 reply.Flush();
2708 // 1) port_id reply port
2722 // send the reply
2794 BPrivate::LinkSender reply(clientReplyPort);
2796 if (MessageForListener(NULL, link, reply) != true) {
2799 reply.StartMessage(B_ERROR);
2800 reply.Flush();
2872 // the client is now blocking and waiting for a reply!
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp981 BMessage reply(B_MIME_DATA);
986 reply.AddData(format->MIME, B_MIME_TYPE, memStream.Buffer(),
988 msg->SendReply(&reply);
/haiku/headers/private/media/
H A DServerInterface.h188 status_t SendReply(status_t result, reply_data* reply,
359 // in the library after the reply has been received
371 // in the library after the reply has been received
645 // if count > 0, a second reply containing count dormant_node_infos
/haiku/src/apps/mail/
H A DMailWindow.cpp825 BMessage reply; local
826 if (fTrackerMessenger.SendMessage(&request, &reply) != B_OK)
829 if (reply.FindRef("result", &nextRef) != B_OK)
2493 BMessage msg(M_SAVE_POSITION), reply; local
2494 fOriginatingWindow->SendMessage(&msg, &reply);

Completed in 394 milliseconds

<<111213