Home
last modified time | relevance | path

Searched refs:FindClientSocket (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_manager.cpp494 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
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_manager.h50 std::shared_ptr<BaseSocket> FindClientSocket(const std::string &connectionName);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp169 softBusManager.FindClientSocket(connectionName); in FuzzSoftBusManagerFisrst()