Searched defs:clientSocket (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | socket_factory.cpp | 33 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in CreateClientSocket() local
|
H A D | soft_bus_manager.cpp | 440 auto clientSocket = SocketFactory::CreateClientSocket(socketId, connectionName, networkId); in DoOpenConnectionInner() local 494 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in DoCloseConnection() local 543 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in SendMessage() local 589 auto clientSocket = FindSocketBySocketId(socketId); in OnShutdown() local 627 auto clientSocket = FindSocketBySocketId(socketId); in OnServerBytes() local 727 std::shared_ptr<BaseSocket> clientSocket = nullptr; in FindClientSocket() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_socket.cpp | 109 void AppSpawnSocket::SetClientSocket(const std::shared_ptr<OHOS::AppSpawn::ClientSocket> clientSock… in SetClientSocket()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A 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
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 59 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketSecond() local 90 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketFisrst() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | softbus_client.cpp | 112 int32_t clientSocket = Socket(socketInfo); in OpenConnect() local
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/ |
H A D | dns_proxy_listen.cpp | 195 void DnsProxyListen::DnsSendRecvParseData(int32_t clientSocket, char *requesData, int32_t resLen, in DnsSendRecvParseData()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 312 …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
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | softbus_adapter_standard.cpp | 364 int clientSocket = GetSocket(pipeInfo, deviceId); in SendData() local
|