Searched refs:reply (Results 1 - 25 of 305) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp599 BPrivate::LinkSender reply(clientReplyPort);
600 reply.StartMessage(status);
601 reply.Flush();
1083 // 1) bool flag to send a reply
1085 // 3) port_id port to receive a reply. Only exists if the sync flag
1105 // The application is expecting a reply
1166 // 2) port_id reply port
3587 // the client is now blocking and waiting for a reply!
3591 puts("message doesn't need a reply!");
3696 // 8) port_id window's reply por
[all...]
H A DServerWindow.cpp1037 // window is waiting for this reply, after having received it,
2467 // single status_t as the reply.
2488 "message %" B_PRId32 " that needs a reply!\n", code);
2489 // the client is now blocking and waiting for a reply!
2501 // the client is now blocking and waiting for a reply!
2519 // the client is now blocking and waiting for a reply!
3203 // the client is now blocking and waiting for a reply!
4138 // Send a reply to our window - it is expecting fMessagePort
4321 BMessenger reply; local
4324 0, false, reply);
[all...]
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/softwareupdater/
H A DUpdateManager.cpp91 BMessage reply; local
92 fStatusWindowMessenger.SendMessage(&message, &reply);
93 reply.FindInt32(kKeyAlertResult, &action);
108 BMessage reply; local
109 fStatusWindowMessenger.SendMessage(&message, &reply);
111 reply.FindInt32(kKeyAlertResult, &result);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp942 BMessage reply; local
943 fMessenger.SendMessage(kMsgUpdateData, &reply);
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_signal.cpp254 net_buffer* reply = gBufferModule->clone(buffer, false); local
255 if (reply == NULL)
258 gBufferModule->trim(reply, length);
259 return send_l2cap_command(conn, L2CAP_ECHO_RSP, ident, reply);
280 net_buffer* reply = NULL; local
284 reply = make_l2cap_information_rsp(replyCode, type,
290 reply = make_l2cap_information_rsp(replyCode, type,
295 return send_l2cap_command(conn, replyCode, ident, reply);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp946 BMessage& reply)
955 requestDataSize, flags, reply);
962 size_t requestDataSize, uint32 flags, BMessage& reply)
1070 BJsonMessageWriter jsonMessageWriter(reply);
1085 const BString& jsonString, uint32 flags, BMessage& reply)
1092 flags, reply);
944 _SendJsonRequest(const char* urlPathComponents, BPositionIO* requestData, size_t requestDataSize, uint32 flags, BMessage& reply) argument
960 _SendJsonRequest(const char* urlPathComponents, const AccessToken& accessToken, BPositionIO* requestData, size_t requestDataSize, uint32 flags, BMessage& reply) argument
1084 _SendJsonRequest(const char* urlPathComponents, const BString& jsonString, uint32 flags, BMessage& reply) argument
H A DWebAppInterface.h172 BMessage& reply);
176 BMessage& reply);
181 BMessage& reply);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp553 net_buffer* reply = gBufferModule->create(512); local
554 if (reply == NULL)
557 AddressModule()->set_to(reply->source, buffer->destination);
558 AddressModule()->set_to(reply->destination, buffer->source);
575 status_t status = add_tcp_header(AddressModule(), outSegment, reply);
577 status = Domain()->module->send_data(NULL, reply);
580 gBufferModule->free(reply);
H A Dtcp.cpp129 option->timestamp.reply = htonl(segment.timestamp_reply);
226 ntohl(option->timestamp.reply);
H A Dtcp.h212 uint32 reply; member in struct:tcp_option::__anon12::__anon13
/haiku/src/kits/tracker/
H A DPoseView.h448 const char* property, BMessage* reply);
451 const char*, BMessage* reply);
453 BMessage* reply);
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.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...]
H A DPoseViewScripting.cpp216 BMessage reply(B_REPLY);
234 &reply);
238 handled = GetProperty(&specifier, form, property, &reply);
243 &reply);
247 handled = CountProperty(&specifier, form, property, &reply);
251 handled = DeleteProperty(&specifier, form, property, &reply);
255 handled = ExecuteProperty(&specifier, form, property, &reply);
260 // done handling message, send a reply
261 message->SendReply(&reply);
270 const char* property, BMessage* reply)
269 ExecuteProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
319 CreateProperty(BMessage* specifier, BMessage*, int32 form, const char* property, BMessage* reply) argument
375 DeleteProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
473 CountProperty(BMessage*, int32, const char* property, BMessage* reply) argument
493 GetProperty(BMessage* specifier, int32 form, const char* property, BMessage* reply) argument
625 SetProperty(BMessage* message, BMessage*, int32 form, const char* property, BMessage* reply) argument
[all...]
/haiku/src/kits/app/
H A DKeyStore.cpp84 BMessage reply; local
85 status_t result = _SendKeyMessage(message, &reply);
90 if (reply.FindMessage("key", &keyMessage) != B_OK)
173 BMessage reply; local
174 status_t result = _SendKeyMessage(message, &reply);
179 if (reply.FindMessage("key", &keyMessage) != B_OK)
182 reply.FindUInt32("cookie", &cookie);
214 BMessage reply; local
215 status_t result = _SendKeyMessage(message, &reply);
219 if (reply
292 BMessage reply; local
314 BMessage reply; local
361 BMessage reply; local
[all...]
/haiku/src/servers/notification/
H A DNotificationView.cpp151 BMessage reply(B_REPLY);
161 reply.AddInt32("result", fNotification->Type());
164 reply.AddString("result", fNotification->Group());
167 reply.AddString("result", fNotification->Title());
170 reply.AddString("result", fNotification->Content());
173 reply.AddFloat("result", fNotification->Progress());
178 reply.AddMessage("result", &archive);
181 reply.AddInt32("error", B_OK);
183 reply.what = B_MESSAGE_NOT_UNDERSTOOD;
184 reply
[all...]
/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/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/servers/registrar/
H A DMIMEManager.cpp112 BMessage reply; local
135 reply.what = B_REG_RESULT;
136 reply.AddInt32("result", err);
137 message->SendReply(&reply, this);
150 reply.what = B_REG_RESULT;
151 reply.AddInt32("result", err);
152 message->SendReply(&reply, this);
161 err = fDatabase.GetInstalledTypes(&reply);
163 err = fDatabase.GetInstalledTypes(supertype, &reply);
165 reply
[all...]
H A DMessageRunnerManager.cpp130 \param replyTarget The reply target for the delivered message.
167 // set the reply target
199 BMessenger replyTarget; /*!< The reply target for the delivered
318 // reply to the request
320 BMessage reply(B_REG_SUCCESS);
321 reply.AddInt32("token", info->token);
322 request->SendReply(&reply);
324 BMessage reply(B_REG_ERROR);
325 reply.AddInt32("error", error);
326 request->SendReply(&reply);
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1116 printf(" <ts %lu:%lu>", option->timestamp.value, option->timestamp.reply);
/haiku/src/kits/interface/
H A DListView.cpp301 BMessage reply(B_REPLY);
317 err = reply.AddInt32("result", CountItems());
373 err = reply.AddInt32("result", count);
384 err = reply.AddInt32("result", i);
460 reply.what = B_MESSAGE_NOT_UNDERSTOOD;
461 reply.AddString("message", strerror(err));
464 reply.AddInt32("error", err);
465 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/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp136 char* reply, int replyMaxSize)
144 ssize_t bytesRead = read(device->fd, &reply[i], 1);
148 if (reply[i] == '\n') {
153 if (reply[i] == '\r') {
154 reply[i] = '\0';
156 // is command reply or command echo (if any) ?
157 if (!strcasecmp(reply, command))
167 // replyMaxSize not large enough to store the full reply line.
179 char reply[8]; local
183 reply, sizeo
135 read_command_reply(dialup_device* device, const char* command, char* reply, int replyMaxSize) argument
291 char reply[32]; local
[all...]

Completed in 211 milliseconds

1234567891011>>