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

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp193 ReplyInterpreter& reply = request.Reply();
195 reply.PutRootFH();
197 reply.LookUp();
200 result = reply.GetFH(&handle);
205 result = reply.Verify();
H A DNFS4Object.cpp214 ReplyInterpreter& reply = request.Reply();
216 result = reply.PutFH();
218 *sequence += IncrementSequence(reply.NFS4Error());
220 if (HandleErrors(attempt, reply.NFS4Error(), serv, NULL, state))
223 result = reply.OpenConfirm(&state->fStateSeq);
/haiku/src/apps/login/
H A DLoginApp.cpp148 BMessage reply(kLoginBad);
166 reply.what = kLoginOk;
167 message->SendReply(&reply);
169 reply.AddInt32("error", status);
170 message->SendReply(&reply);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp729 BMessage reply((uint32)B_OK);
740 reply.what = B_NAME_NOT_FOUND;
747 reply.what = B_NO_INIT;
751 reply.what = B_NO_INIT;
761 if (reply.what == B_OK) {
774 reply.what = result;
777 message->SendReply(&reply);
822 BMessage reply(B_NAME_NOT_FOUND);
823 message->SendReply(&reply);
833 BMessage reply((uint3
1244 BMessage reply; local
1386 BMessage reply; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp251 // We only reply to echo requests of our local interface; we
252 // don't reply to broadcast requests
258 net_buffer *reply = gBufferModule->duplicate(buffer); local
259 if (reply == NULL)
262 gBufferModule->swap_addresses(reply);
265 NetBufferHeaderReader<icmp6_hdr> header(reply);
273 *ICMP6ChecksumField(reply) = Checksum::PseudoHeader(addressModule,
276 status_t status = domain->module->send_data(NULL, reply);
278 gBufferModule->free(reply);
/haiku/src/apps/screenshot/
H A DScreenshot.cpp271 BMessage reply; local
278 reply.MakeEmpty();
283 messenger.SendMessage(&message, &reply, B_INFINITE_TIMEOUT, 50000);
285 if (reply.what == B_MESSAGE_NOT_UNDERSTOOD)
288 if (!reply.what) {
298 } else if (reply.FindBool("result", &foundActiveWindow) != B_OK)
332 reply.MakeEmpty();
333 messenger.SendMessage(&message, &reply);
335 if (reply.FindRect("result", &fUtility->tabFrame) != B_OK)
/haiku/src/kits/midi2/
H A DMidiProducer.cpp113 BMessage msg, reply; local
124 status_t err = BMidiRoster::MidiRoster()->SendRequest(&msg, &reply);
129 if (reply.FindInt32("midi:result", &res) == B_OK) {
/haiku/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp112 // Send a reply if we have a message to reply to
114 BMessage reply(B_REG_RESULT);
115 status_t error = reply.AddInt32("result", err);
118 err = fReplyee->SendReply(&reply);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp109 BMessage reply(TASK_KILL_REQUEST);
110 reply.AddPointer(key_taskptr, fOwner);
111 fReplyTarget.SendMessage(&reply);
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp163 BMessage reply; local
164 reply.AddBool("url:continue", result);
165 message->SendReply(&reply);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp366 BMessage reply; local
367 reply.AddMessenger("messenger", be_app_messenger);
368 _SendReply(message, &reply);
422 BMessage reply; local
426 error = reply.AddMessage("users", &users);
429 _SendReply(message, &reply);
457 // prepare the reply
458 BMessage reply; local
460 error = reply.AddMessage("statistics", &statistics);
462 // send the reply
526 BMessage reply; local
593 BMessage reply; local
628 BMessage reply; local
715 BMessage reply; local
1344 _SendReply(BMessage* message, BMessage* reply, status_t error) argument
[all...]
/haiku/src/servers/net/
H A DNetServer.cpp198 BMessage reply(B_REPLY);
199 reply.AddInt32("status", status);
200 message->SendReply(&reply);
208 BMessage reply(B_REPLY);
209 reply.AddInt32("status", status);
210 message->SendReply(&reply);
218 BMessage reply(B_REPLY);
219 reply.AddInt32("status", status);
220 message->SendReply(&reply);
228 BMessage reply(B_REPL
[all...]
/haiku/headers/private/bluetooth/
H A DCommandManager.h85 BMessage reply; local
95 if (messenger->SendMessage(&request, &reply) == B_OK) {
96 reply.FindInt8("status", &bt_status);
98 reply.FindInt32("result", result);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp114 InitConnectionReply* reply = dynamic_cast<InitConnectionReply*>(_reply); local
115 if (!reply)
117 if (reply->error != B_OK)
118 return reply->error;
/haiku/src/servers/print_addon/
H A DPrintAddOnServerApplication.h52 void SendReply(BMessage* message, BMessage* reply);
/haiku/src/kits/interface/
H A DPrintJob.cpp342 BMessage reply; local
343 printServer.SendMessage(&request, &reply);
505 BMessage reply;
507 printServer.SendMessage(&message, &reply);
510 if (reply.FindInt32("color", &type) != B_OK)
680 BMessage reply; local
682 if (printServer.SendMessage(&message, &reply) == B_OK)
683 reply.FindString("printer_name", &printerName);
700 BMessage* reply = new BMessage; local
702 printServer.SendMessage(&message, reply);
871 BMessage reply; local
[all...]
H A DToolTipManager.cpp344 BMessage reply(B_REPLY);
345 reply.AddPointer("current", tip);
346 reply.AddPointer("owner", fOwner);
348 if (message->SendReply(&reply) == B_OK)
392 BMessage reply; local
393 if (fWindow.SendMessage(kMsgCurrentToolTip, &reply) == B_OK) {
394 reply.FindPointer("current", (void**)&current);
395 reply.FindPointer("owner", &currentOwner);
/haiku/src/bin/network/ftpd/
H A Dextern.h61 void reply(int, const char *, ...) __printflike(2, 3);
/haiku/src/servers/midi/
H A DMidiServerApp.cpp151 BMessage reply; local
152 reply.what = MSG_APP_REGISTERED;
154 if (_SendNotification(app, &reply)) {
196 BMessage reply; local
200 reply.AddInt32("midi:id", endpoint->id);
203 reply.AddInt32("midi:result", status);
205 if (_SendReply(endpoint->app, msg, &reply) && status == B_OK)
219 // sending a reply, because the endpoint object will
272 BMessage reply; local
273 reply
354 BMessage reply; local
659 _SendReply(app_t* app, BMessage* msg, BMessage* reply) argument
[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);
/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/headers/os/app/
H A DMessenger.h53 BMessage* reply) const;
55 BMessage* reply,
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp350 BMessage reply, msg(B_GET_PROPERTY); local
352 if (msgr.SendMessage(&msg, &reply) != B_OK)
356 if (reply.FindMessenger("result", &transport) != B_OK)
363 if (transport.SendMessage(&msg, &reply) != B_OK)
367 if (reply.FindString("result", &transportName) != B_OK)
376 if (transport.SendMessage(&msg, &reply) != B_OK
377 || reply.FindInt32("error", &error) != B_OK
380 && reply.FindString("port_id", &portId) != B_OK)) {
/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/system/boot/loader/net/
H A DRemoteDisk.cpp141 // make the reply packet the current packet
220 printf("RemoteDisk::GetAnyRemoteDisk(): Got no server reply.\n");
223 remote_disk_header *reply = (remote_disk_header*)packet->Data(); local
228 error = remoteDisk->Init(packet->SourceAddress(), ntohs(reply->port),
229 ntohll(reply->offset));
281 // receive reply
289 remote_disk_header *reply local
291 if (reply->request_id == request->request_id
292 && reply->command == expectedReply) {
298 // reply no
[all...]

Completed in 179 milliseconds

1234567891011>>