Searched refs:FindClientSocket (Results 1 – 3 of 3) sorted by relevance
494 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in DoCloseConnection()543 std::shared_ptr<BaseSocket> clientSocket = FindClientSocket(connectionName); in SendMessage()723 std::shared_ptr<BaseSocket> SoftBusManager::FindClientSocket(const std::string &connectionName) in FindClientSocket() function in OHOS::UserIam::UserAuth::SoftBusManager
50 std::shared_ptr<BaseSocket> FindClientSocket(const std::string &connectionName);
169 softBusManager.FindClientSocket(connectionName); in FuzzSoftBusManagerFisrst()