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

<<111213

/haiku/src/apps/diskprobe/
H A DProbeView.cpp942 BMessage reply; local
943 fMessenger.SendMessage(kMsgUpdateData, &reply);
/haiku/src/kits/interface/
H A DWindow.cpp646 // waiting for the reply is the actual syncing
1103 BMessage reply; local
1106 _control_input_server_(&message, &reply);
1219 // Hooks should be called after finishing reading reply because
3202 BMessage reply; local
3205 _control_input_server_(&msg, &reply);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1116 printf(" <ts %lu:%lu>", option->timestamp.value, option->timestamp.reply);
/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...]

Completed in 175 milliseconds

<<111213