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

1234567891011>>

/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp91 BPrivate::LinkSender& reply)
94 return _HandleMessage(link, reply);
100 return satWindow->HandleMessage(satWindow, link, reply);
639 BPrivate::LinkSender& reply)
663 reply.StartMessage(B_OK);
664 reply.Attach<int32>(size);
665 reply.Attach(buffer, size);
667 reply.StartMessage(B_ERROR);
668 reply.Flush();
681 reply
90 HandleMessage(Window* sender, BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply) argument
638 _HandleMessage(BPrivate::LinkReceiver& link, BPrivate::LinkSender& reply) argument
[all...]
/haiku/src/kits/mail/
H A DMailMessage.cpp110 BEmailMessage* reply = new BEmailMessage; local
115 reply->SetTo(From());
147 reply->SetCC(cc.String());
149 reply->SetTo(From());
151 reply->SetTo(ReplyTo());
156 reply->SetHeaderField("In-Reply-To", messageID);
159 reply->SetBodyTextTo(BodyText());
161 reply->Body()->Quote(quoteStyle);
167 reply->SetSubject(string.String());
171 reply
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c836 int reply; local
840 reply = state->mode.cursor;
844 reply = state->mode.screen;
848 reply = state->mode.origin;
852 reply = state->mode.autowrap;
856 reply = state->mode.cursor_blink;
860 reply = state->mode.cursor_visible;
864 reply = state->mode.leftrightmargin;
868 reply = state->mouse_flags == MOUSE_WANT_CLICK;
872 reply
1489 int reply = 0; local
[all...]
/haiku/headers/private/debug/
H A DDebugContext.h27 void* reply, size_t replySize);
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.h46 BMessage* reply = NULL);
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp224 BPrivate::LinkSender reply(replyPort);
225 reply.StartMessage(B_OK);
226 reply.Attach<port_id>(fMessagePort);
227 reply.Flush();
/haiku/src/kits/media/legacy/
H A DDeprecated.cpp36 BMediaRoster::ParseCommand(BMessage& reply) argument
/haiku/headers/private/net/
H A DSocketMessenger.h42 const BMessage& reply);
/haiku/src/kits/bluetooth/
H A DCommandManager.cpp39 // This is for request that only require a Command complete in reply.
41 // Propagate to ReadBufferSize => reply stored in server side
42 // ReadLocalVersion => reply stored in server side
43 // Reset => no reply
46 // Output reply can be fit in 32 bits field without talking status into account
57 BMessage reply; local
65 if (messenger->SendMessage(&request, &reply) == B_OK) {
66 reply.FindInt8("status", &bt_status);
68 reply.FindInt32("result", result);
/haiku/src/servers/app/
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)
/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) {
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DPPPoEDevice.cpp454 DiscoveryPacket reply(PADR);
467 reply.AddTag(tag->type, tag->data, tag->length);
477 reply.AddTag(tag->type, tag->data, tag->length);
483 reply.AddTag(tag->type, tag->data, tag->length);
505 dprintf("reply.AddTag\n");
506 reply.AddTag(HOST_UNIQ, &fHostUniq, sizeof(fHostUniq));
507 reply.AddTag(END_OF_LIST, NULL, 0);
508 net_buffer *replyPacket = reply.ToNetBuffer(MTU());
511 dprintf("PPPoEDevice::Receive fail no reply pack\n");
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1105 RemoteState.prototype.messageReceived = function(remoteMessage, reply)
1346 reply.start(RP_DRAW_STRING_RESULT);
1347 reply.dataView.writeInt32(this.token);
1348 where.writeTo(reply);
1349 reply.flush();
1372 reply.start(RP_DRAW_STRING_RESULT);
1373 reply.dataView.writeInt32(this.token);
1374 where.writeTo(reply);
1375 reply.flush();
1385 reply
[all...]
/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);
/haiku/src/kits/app/
H A DMessenger.cpp192 BMessenger::SendMessage(uint32 command, BMessage* reply) const
196 return SendMessage(&message, reply);
201 BMessenger::SendMessage(BMessage* message, BMessage* reply, argument
204 if (message == NULL || reply == NULL)
208 fHandlerToken, reply, deliveryTimeout, replyTimeout);
H A DApplication.cpp851 BMessage reply(B_MESSAGE_NOT_UNDERSTOOD);
852 reply.AddInt32("error", err);
853 reply.AddString("message", strerror(err));
854 message->SendReply(&reply);
1210 BMessage reply(B_REPLY);
1220 err = reply.AddMessenger("result", messenger);
1227 err = reply.AddMessenger("result", messenger);
1248 err = reply.AddMessenger("result", messenger);
1264 err = reply.AddMessenger("result", messenger);
1290 err = reply
[all...]
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1707 } reply; local
1731 reply.read_memory.data, size, bytesRead);
1733 reply.read_memory.error = result;
1736 "reply port: %" B_PRId32 ", address: %p, size: %" B_PRId32
1741 reply.read_memory.size = bytesRead;
1742 replySize = reply.read_memory.data + bytesRead - (char*)&reply;
1769 reply.write_memory.error = result;
1772 "reply port: %" B_PRId32 ", address: %p, size: %" B_PRId32
1776 reply
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c78 struct nbd_reply reply; /* net byte order */ member in struct:nbd_request_entry
279 struct nbd_reply reply; local
286 err = krecv(dev->sock, &reply, sizeof(reply), 0);
292 if (err < (status_t)sizeof(reply))
298 if (B_BENDIAN_TO_HOST_INT32(reply.magic) != NBD_REPLY_MAGIC)
308 err = nbd_dequeue_request(dev, B_BENDIAN_TO_HOST_INT64(reply.handle), &req);
319 memcpy(&req->reply, &reply, sizeof(reply));
[all...]
/haiku/src/kits/interface/
H A DStringView.cpp329 BMessage reply(B_REPLY);
333 reply.AddString("result", fText);
339 reply.AddInt32("error", B_OK);
345 reply.AddInt32("result", (int32)fAlign);
351 reply.AddInt32("error", B_OK);
358 message->SendReply(&reply);
/haiku/src/servers/notification/
H A DNotificationWindow.cpp171 BMessage reply(B_REPLY);
219 reply.AddInt32("error", B_OK);
221 reply.AddInt32("error", B_NOT_ALLOWED);
223 reply.what = B_MESSAGE_NOT_UNDERSTOOD;
224 reply.AddInt32("error", B_ERROR);
227 message->SendReply(&reply);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp180 ReplyInterpreter& reply = request.Reply();
182 reply.PutRootFH();
185 reply.LookUp();
188 reply.GetFH(&fh);
191 result = reply.Access(NULL, &allowed);
200 result = reply.GetAttr(&values, &count);
H A DInodeDir.cpp166 ReplyInterpreter& reply = request.Reply();
168 if (HandleErrors(attempt, reply.NFS4Error(), serv))
171 reply.PutFH();
172 result = reply.LookUpUp();
177 reply.GetFH(&fh);
183 result = reply.GetAttr(&values, &count);
/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/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp121 BMessage reply(MSG_2);
122 _message->SendReply(&reply, be_app_messenger);
/haiku/src/bin/multiuser/
H A Duseradd.cpp222 KMessage reply; local
223 status_t error = send_authentication_request_to_registrar(message, reply);

Completed in 194 milliseconds

1234567891011>>