Home
last modified time | relevance | path

Searched refs:SendTo (Results 1 – 22 of 22) sorted by relevance

/haiku/src/kits/storage/
H A DMimeType.cpp274 err = BRoster::Private().SendTo(&message, &reply, true); in Install()
304 err = BRoster::Private().SendTo(&message, &reply, true); in Delete()
441 err = BRoster::Private().SendTo(&message, signatures, true); in GetSupportingApps()
496 err = BRoster::Private().SendTo(&message, &reply, true); in SetPreferredApp()
530 err = BRoster::Private().SendTo(&message, &reply, true); in SetAttrInfo()
563 err = BRoster::Private().SendTo(&message, &reply, true); in SetFileExtensions()
603 err = BRoster::Private().SendTo(&message, &reply, true); in SetShortDescription()
643 err = BRoster::Private().SendTo(&message, &reply, true); in SetLongDescription()
669 status_t err = BRoster::Private().SendTo(&message, supertypes, true); in GetInstalledSupertypes()
709 err = BRoster::Private().SendTo(&message, types, true); in GetInstalledTypes()
[all …]
H A DMime.cpp66 err = BRoster::Private().SendTo(&msg, &reply, true); in do_mime_update()
/haiku/src/kits/app/
H A DMessageRunner.cpp70 result = BRoster::Private().SendTo(&request, &reply, false); in ~BMessageRunner()
110 result = BRoster::Private().SendTo(&request, &reply, false); in GetInfo()
258 result = BRoster::Private().SendTo(&request, &reply, false); in _RegisterRunner()
321 result = BRoster::Private().SendTo(&request, &reply, false); in _SetParams()
H A DRosterPrivate.cpp61 BRoster::Private::SendTo(BMessage *message, BMessage *reply, bool mime) in SendTo() function in BRoster::Private
H A DClipboard.cpp44 if (BRoster::Private().SendTo(&message, &reply, false) == B_OK in BClipboard()
H A DMessage.cpp2165 return toMessage.SendTo(port, token); in _SendMessage()
/haiku/headers/os/net/
H A DNetEndpoint.h59 virtual int32 SendTo(const void* buffer, size_t size,
61 virtual int32 SendTo(BNetBuffer& buffer, const BNetAddress& to,
H A DDatagramSocket.h32 virtual ssize_t SendTo(const BNetworkAddress& address,
/haiku/src/system/libroot/os/
H A Dlaunch.cpp38 status_t status = request.SendTo(get_launch_daemon_port(), in send_request_to_launch_daemon()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp62 error = request.SendTo(fServerPort, -1, &reply); in GetAuthentication()
/haiku/src/kits/network/libnetapi/
H A DDatagramSocket.cpp92 BDatagramSocket::SendTo(const BNetworkAddress& address, const void* buffer, in SendTo() function in BDatagramSocket
H A DNetEndpoint.cpp594 BNetEndpoint::SendTo(const void* buffer, size_t length, in SendTo() function in BNetEndpoint
614 BNetEndpoint::SendTo(BNetBuffer& buffer, in SendTo() function in BNetEndpoint
617 return SendTo(buffer.Data(), buffer.Size(), address, flags); in SendTo()
/haiku/src/kits/package/
H A DPackageRoster.cpp299 error = BRoster::Private().SendTo(&request, &reply, false); in StartWatching()
332 error = BRoster::Private().SendTo(&request, &reply, false); in StopWatching()
/haiku/headers/private/app/
H A DRosterPrivate.h28 status_t SendTo(BMessage *message, BMessage *reply, bool mime);
/haiku/src/system/kernel/messaging/
H A DKMessage.cpp503 KMessage::SendTo(port_id targetPort, int32 targetToken, port_id replyPort, in SendTo() function in KMessage
528 KMessage::SendTo(port_id targetPort, int32 targetToken, KMessage* reply, in SendTo() function in KMessage
571 error = SendTo(targetPort, targetToken, replyPort, 0, in SendTo()
588 return message->SendTo(ReplyPort(), ReplyToken(), replyPort, replyToken, in SendReply()
599 return message->SendTo(ReplyPort(), ReplyToken(), reply, deliveryTimeout, in SendReply()
/haiku/docs/user/net/
H A DDatagramSocket.dox42 you with the extra methods SendTo() and ReceiveFrom().
117 \fn ssize_t BDatagramSocket::SendTo(const BNetworkAddress& address,
/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/tests/kits/net/
H A DNetEndpointTest.cpp271 status = client.SendTo("U", 1, serverAddr, 0); in testClient()
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp81 status_t error = request.SendTo(get_registrar_authentication_port(), 0, in send_authentication_request_to_registrar()
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp447 return reply.SendTo(port, token); in _SendRequestReply()
/haiku/src/servers/debug/
H A DDebugServer.cpp1019 roster.SendTo(&notify, &reply, false); in _NotifyRegistrar()
/haiku/src/servers/package/
H A DVolume.cpp1367 BRoster::Private().SendTo(&message, NULL, false); in _SetLatestState()