Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/remote_connect/src/
Dsocket_factory.cpp33 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in CreateClientSocket() local
Dsoft_bus_manager.cpp440 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
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
Dsoft_bus_fuzzer.cpp59 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketSecond() local
90 auto clientSocket = Common::MakeShared<ClientSocket>(socketId); in FuzzSoftBusBaseSocketFisrst() local