Searched refs:SendTo (Results 1 - 21 of 21) sorted by relevance

/haiku/src/kits/app/
H A DRosterPrivate.cpp61 BRoster::Private::SendTo(BMessage *message, BMessage *reply, bool mime) function in class:BRoster::Private
H A DMessageRunner.cpp70 result = BRoster::Private().SendTo(&request, &reply, false);
110 result = BRoster::Private().SendTo(&request, &reply, false);
258 result = BRoster::Private().SendTo(&request, &reply, false);
321 result = BRoster::Private().SendTo(&request, &reply, false);
H A DClipboard.cpp44 if (BRoster::Private().SendTo(&message, &reply, false) == B_OK
H A DMessage.cpp2159 return toMessage.SendTo(port, token);
/haiku/src/system/libroot/os/
H A Dlaunch.cpp38 status_t status = request.SendTo(get_launch_daemon_port(),
/haiku/headers/os/net/
H A DDatagramSocket.h32 virtual ssize_t SendTo(const BNetworkAddress& address,
H A DNetEndpoint.h59 virtual int32 SendTo(const void* buffer, size_t size,
61 virtual int32 SendTo(BNetBuffer& buffer, const BNetAddress& to,
/haiku/src/kits/storage/
H A DMimeType.cpp274 err = BRoster::Private().SendTo(&message, &reply, true);
304 err = BRoster::Private().SendTo(&message, &reply, true);
441 err = BRoster::Private().SendTo(&message, signatures, true);
496 err = BRoster::Private().SendTo(&message, &reply, true);
530 err = BRoster::Private().SendTo(&message, &reply, true);
563 err = BRoster::Private().SendTo(&message, &reply, true);
603 err = BRoster::Private().SendTo(&message, &reply, true);
643 err = BRoster::Private().SendTo(&message, &reply, true);
669 status_t err = BRoster::Private().SendTo(&message, supertypes, true);
709 err = BRoster::Private().SendTo(
[all...]
H A DMime.cpp66 err = BRoster::Private().SendTo(&msg, &reply, true);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp62 error = request.SendTo(fServerPort, -1, &reply);
/haiku/src/kits/network/libnetapi/
H A DDatagramSocket.cpp92 BDatagramSocket::SendTo(const BNetworkAddress& address, const void* buffer, function in class:BDatagramSocket
H A DNetEndpoint.cpp594 BNetEndpoint::SendTo(const void* buffer, size_t length, function in class:BNetEndpoint
614 BNetEndpoint::SendTo(BNetBuffer& buffer, function in class:BNetEndpoint
617 return SendTo(buffer.Data(), buffer.Size(), address, flags);
/haiku/headers/private/app/
H A DRosterPrivate.h28 status_t SendTo(BMessage *message, BMessage *reply, bool mime);
/haiku/src/kits/package/
H A DPackageRoster.cpp299 error = BRoster::Private().SendTo(&request, &reply, false);
332 error = BRoster::Private().SendTo(&request, &reply, false);
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp503 KMessage::SendTo(port_id targetPort, int32 targetToken, port_id replyPort, function in class:KMessage
528 KMessage::SendTo(port_id targetPort, int32 targetToken, KMessage* reply, function in class:KMessage
571 error = SendTo(targetPort, targetToken, replyPort, 0,
588 return message->SendTo(ReplyPort(), ReplyToken(), replyPort, replyToken,
599 return message->SendTo(ReplyPort(), ReplyToken(), reply, deliveryTimeout,
/haiku/headers/private/kernel/util/
H A DKMessage.h161 status_t SendTo(port_id targetPort,
167 status_t SendTo(port_id targetPort, int32 targetToken,
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp447 return reply.SendTo(port, token);
/haiku/src/tests/kits/net/
H A DNetEndpointTest.cpp271 status = client.SendTo("U", 1, serverAddr, 0);
273 fprintf(stderr, "SendTo() failed in testClient - %s\n",
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp81 status_t error = request.SendTo(get_registrar_authentication_port(), 0,
/haiku/src/servers/debug/
H A DDebugServer.cpp1019 roster.SendTo(&notify, &reply, false);
/haiku/src/servers/package/
H A DVolume.cpp1367 BRoster::Private().SendTo(&message, NULL, false);

Completed in 555 milliseconds