Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/test/unittest/services/src/
Dsoft_bus_client_socket_test.cpp64 ClientSocketTest *clientSocket = new ClientSocketTest(socketId); variable
77 ClientSocketTest *clientSocket = new ClientSocketTest(socketId); variable
87 ClientSocketTest *clientSocket = new ClientSocketTest(socketId); variable
99 ClientSocketTest *clientSocket = new ClientSocketTest(socketId); variable
108 ClientSocketTest *clientSocket = new ClientSocketTest(socketId); variable
Dsoft_bus_manager_test.cpp101 … auto clientSocket = SocketFactory::CreateClientSocket(clientSocketId, connectionName, networkId); variable
138 std::shared_ptr<BaseSocket> clientSocket = SocketFactory::CreateClientSocket(clientSocketId, variable
158 std::shared_ptr<BaseSocket> clientSocket = SocketFactory::CreateClientSocket(clientSocketId, variable
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
Dsoft_bus_fuzzer.cpp60 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketSecond() local
91 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketFirst() local
171 auto clientSocket = SoftBusManager::GetInstance().FindClientSocket(connectionName); in FuzzSoftBusManagerClient() local
/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_manager.cpp444 auto clientSocket = SocketFactory::CreateClientSocket(socketId, connectionName, networkId); in DoOpenConnectionInner() local
503 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in DoCloseConnection() local
552 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in SendMessage() local
601 auto clientSocket = FindSocketBySocketId(socketId); in OnShutdown() local
642 auto clientSocket = FindSocketBySocketId(socketId); in OnServerBytes() local
742 std::shared_ptr<BaseSocket> clientSocket = nullptr; in FindClientSocket() local
Dsocket_factory.cpp33 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in CreateClientSocket() local