Home
last modified time | relevance | path

Searched defs:clientSocket (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_spawn_socket.cpp109 void AppSpawnSocket::SetClientSocket(const std::shared_ptr<OHOS::AppSpawn::ClientSocket> clientSock… in SetClientSocket()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
Dnstackx_socket.c87 static int32_t ConnectTcpServerWithTargetDev(Socket *clientSocket, const struct sockaddr_in *sockAd… in ConnectTcpServerWithTargetDev()
131 static int32_t ConnectUdpServerWithTargetDev(Socket *clientSocket, const struct sockaddr_in *sockAd… in ConnectUdpServerWithTargetDev()
420 Socket *clientSocket = calloc(1, sizeof(Socket)); in AcceptSocket() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
Dsoftbus_client.cpp112 int32_t clientSocket = Socket(socketInfo); in OpenConnect() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
Ddns_proxy_listen.cpp195 void DnsProxyListen::DnsSendRecvParseData(int32_t clientSocket, char *requesData, int32_t resLen, in DnsSendRecvParseData()
/foundation/communication/bluetooth/frameworks/inner/src/
Dbluetooth_socket.cpp312 …explicit BluetoothSocketObserverImp(std::weak_ptr<ClientSocket> clientSocket) : clientSocket_(clie… in BluetoothSocketObserverImp()
644 …std::shared_ptr<ClientSocket> clientSocket = std::make_shared<ClientSocket>(acceptFd_, acceptAddre… in Accept() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
Dsoftbus_adapter_standard.cpp364 int clientSocket = GetSocket(pipeInfo, deviceId); in SendData() local