Searched defs:clientSocket (Results 1 – 5 of 5) sorted by relevance
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
| D | dns_proxy_listen.cpp | 48 void DnsProxyListen::DnsProxyGetPacket(int32_t clientSocket, RecvBuff recvBuff, sockaddr_in proxyAd… in DnsProxyGetPacket() 63 void DnsProxyListen::DnsParseBySocket(int32_t clientSocket, std::vector<std::string> servers, RecvB… in DnsParseBySocket() 117 void DnsProxyListen::DnsSendRecvParseData(int32_t clientSocket, char *requesData, int32_t resLen, s… in DnsSendRecvParseData()
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| D | app_spawn_socket.cpp | 109 void AppSpawnSocket::SetClientSocket(const std::shared_ptr<OHOS::AppSpawn::ClientSocket> clientSock… in SetClientSocket()
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
| D | nstackx_socket.c | 87 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/ability/ability_runtime/test/fuzztest/appmgrrest_fuzzer/ |
| D | appmgrrest_fuzzer.cpp | 111 std::shared_ptr<OHOS::AppSpawn::ClientSocket> clientSocket; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| D | bluetooth_socket.cpp | 531 …std::shared_ptr<ClientSocket> clientSocket = std::make_shared<ClientSocket>(acceptFd_, acceptAddre… in Accept() local
|