Searched refs:reply (Results 251 - 275 of 305) sorted by path

<<111213

/haiku/src/kits/media/
H A DMediaNode.cpp672 node_sync_to_reply reply; local
684 request->SendReply(status, &reply, sizeof(reply));
729 node_get_timesource_reply reply; local
730 reply.timesource_id = fTimeSourceID;
731 request->SendReply(B_OK, &reply, sizeof(reply));
743 node_get_attributes_for_reply reply; local
764 reply.filled_count = i;
766 request->SendReply(status, &reply, sizeo
803 reply_data reply; local
[all...]
H A DMediaRoster.cpp213 server_register_app_reply reply; local
217 sizeof(request), &reply, sizeof(reply));
234 server_unregister_app_reply reply; local
236 QueryServer(SERVER_UNREGISTER_APP, &request, sizeof(request), &reply,
237 sizeof(reply));
312 server_change_flavor_instances_count_reply reply; local
319 sizeof(request), &reply, sizeof(reply));
328 server_change_flavor_instances_count_reply reply; local
350 server_release_node_reply reply; local
384 server_set_node_creator_reply reply; local
401 server_get_node_reply reply; local
425 server_set_node_reply reply; local
464 producer_get_next_output_reply reply; local
482 producer_dispose_output_cookie_reply reply; local
541 consumer_get_next_input_reply reply; local
559 consumer_dispose_input_cookie_reply reply; local
601 server_publish_outputs_reply reply; local
878 server_get_node_for_reply reply; local
934 server_release_node_reply reply; local
982 node_get_timesource_reply reply; local
1523 node_sync_to_reply reply; local
1652 server_get_live_node_info_reply reply; local
1698 server_get_live_nodes_reply reply; local
2141 server_register_node_reply reply; local
2274 server_unregister_node_reply reply; local
2395 server_set_node_timesource_reply reply; local
2426 controllable_get_parameter_web_reply reply; local
2498 controllable_start_control_panel_reply reply; local
2544 server_get_dormant_nodes_reply reply; local
2790 add_on_server_instantiate_dormant_node_reply reply; local
2831 server_get_dormant_node_for_reply reply; local
2905 producer_get_latency_reply reply; local
2932 producer_get_initial_latency_reply reply; local
2962 timesource_get_start_latency_reply reply; local
2992 fileinterface_get_formats_reply reply; local
3032 fileinterface_set_ref_reply reply; local
3068 fileinterface_get_ref_reply reply; local
3099 fileinterface_sniff_ref_reply reply; local
3221 producer_format_suggestion_requested_reply reply; local
3250 consumer_accept_format_reply reply; local
3292 node_get_attributes_for_reply reply; local
3330 server_node_id_for_reply reply; local
3357 server_get_instances_for_reply reply; local
[all...]
H A DTimeSource.cpp340 timesource_get_start_latency_reply reply; local
341 rv = GetStartLatency(&reply.start_latency);
342 request->SendReply(rv, &reply, sizeof(reply));
H A Drequest_data.cpp38 request_data::SendReply(status_t result, reply_data *reply, argument
41 reply->result = result;
43 return SendToPort(reply_port, 0, reinterpret_cast<command_data *>(reply),
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp879 BMessage reply; local
880 status = networkServer.SendMessage(&message, &reply);
882 reply.FindInt32("status", &status);
918 BMessage reply; local
919 status = networkServer.SendMessage(&message, &reply);
921 reply.FindInt32("status", &status);
940 BMessage reply; local
941 status = networkServer.SendMessage(&message, &reply);
943 reply.FindInt32("status", &status);
971 BMessage reply; local
[all...]
H A DNetworkInterface.cpp575 BMessage reply; local
576 status_t status = networkServer.SendMessage(&message, &reply);
578 reply.FindInt32("status", &status);
H A DNetworkRoster.cpp162 BMessage reply; local
163 if (networkServer.SendMessage(&message, &reply) != B_OK)
167 if (reply.FindInt32("count", &count) != B_OK)
182 BMessage reply; local
183 status_t result = networkServer.SendMessage(&message, &reply);
188 if (reply.FindInt32("status", &status) != B_OK)
194 if (reply.FindMessage("network", &networkMessage) != B_OK)
260 BMessage reply; local
261 status = networkServer.SendMessage(&message, &reply);
263 reply
278 BMessage reply; local
[all...]
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp144 // Parse reply
145 const BHttpResult& reply = (const BHttpResult&)http->Result(); local
146 if (reply.StatusCode() != 200) {
215 // Parse reply
216 const BHttpResult& reply = (const BHttpResult&)http->Result(); local
217 if (reply.StatusCode() != 200) {
H A DUrlProtocolAsynchronousListener.cpp163 BMessage reply; local
164 reply.AddBool("url:continue", result);
165 message->SendReply(&reply);
H A DUrlProtocolDispatchingListener.cpp150 // Warning: synchronous reply
151 BMessage reply; local
152 fMessenger.SendMessage(&message, &reply);
154 return reply.FindBool("url:continue");
/haiku/src/kits/package/
H A DPackageRoster.cpp298 BMessage reply; local
299 error = BRoster::Private().SendTo(&request, &reply, false);
304 if (reply.what != ::BPrivate::B_REG_SUCCESS) {
306 if (reply.FindInt32("error", &result) != B_OK)
331 BMessage reply;
332 error = BRoster::Private().SendTo(&request, &reply, false);
337 if (reply.what != ::BPrivate::B_REG_SUCCESS) {
339 if (reply.FindInt32("error", &result) != B_OK)
/haiku/src/kits/support/
H A DBeep.cpp23 BMessage msg(MEDIA_ADD_ON_SERVER_PLAY_MEDIA), reply;
27 status_t status = messenger.SendMessage(&msg, &reply);
28 if (status != B_OK || reply.FindInt32("error", &status) != B_OK)
49 BMessage msg(MEDIA_SERVER_ADD_SYSTEM_BEEP_EVENT), reply;
54 status_t status = messenger.SendMessage(&msg, &reply);
55 if (status != B_OK || reply.FindInt32("error", &status) != B_OK)
/haiku/src/kits/tracker/
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 DPoseView.h448 const char* property, BMessage* reply);
451 const char*, BMessage* reply);
453 BMessage* reply);
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...]
H A DSettingsViews.h188 void _GetSettings(BMessage* reply) const;
H A DTracker.cpp543 BMessage reply; local
545 &AddMountableItemToMessage, &reply);
546 message->SendReply(&reply);
704 BMessage reply;
705 messenger.SendMessage(&makeActiveMessage, &reply);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp680 BMessage reply; local
695 reply.MakeEmpty();
696 tracker.SendMessage(&message, &reply);
700 if (reply.what == B_MESSAGE_NOT_UNDERSTOOD
701 && reply.FindInt32("error", &error) == B_OK
708 if (reply.what == B_MESSAGE_NOT_UNDERSTOOD
709 && reply.FindInt32("error", &error) == B_OK
714 if (reply.FindMessenger("result", &trackerWindow) != B_OK)
725 reply.MakeEmpty();
726 tracker.SendMessage(&message, &reply);
[all...]
/haiku/src/servers/app/
H A DAppServer.cpp130 BMessage reply; local
132 reply.AddInt32("port", desktop->MessagePort());
134 reply.what = (uint32)B_ERROR;
136 message->SendReply(&reply);
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...]
H A DEventStream.cpp66 BMessage reply; local
67 if (messenger.SendMessage(&message, &reply) != B_OK)
70 if (reply.FindInt32("event port", &fPort) != B_OK)
72 if (reply.FindInt32("cursor semaphore", &fCursorSemaphore) != B_OK)
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...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp256 RemoteMessage reply(NULL, fSendBuffer.Get());
257 reply.Start(RP_INIT_CONNECTION);
258 status_t result = reply.Flush();
284 RemoteMessage reply(NULL, fSendBuffer.Get());
285 reply.Start(RP_GET_SYSTEM_PALETTE_RESULT);
290 reply.Add(count);
293 reply.Add(color.red);
294 reply.Add(color.green);
295 reply.Add(color.blue);
296 reply
[all...]
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp34 BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply)
64 reply.StartMessage(B_BAD_VALUE);
65 reply.Flush();
75 reply.StartMessage(B_MISMATCHED_VALUES);
76 reply.Flush();
83 reply.StartMessage(B_OK);
84 reply.Flush();
103 reply.StartMessage(B_BAD_VALUE);
104 reply.Flush();
125 reply
33 HandleMessage(SATWindow* sender, BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply) argument
[all...]

Completed in 288 milliseconds

<<111213