Home
last modified time | relevance | path

Searched refs:ClientSocketInit (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_manager.h77 int32_t ClientSocketInit(const std::string &connectionName, const std::string &networkId);
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_manager.cpp354 int32_t SoftBusManager::ClientSocketInit(const std::string &connectionName, const std::string &netw… in ClientSocketInit() function in OHOS::UserIam::UserAuth::SoftBusManager
434 int32_t socketId = ClientSocketInit(connectionName, networkId); in DoOpenConnectionInner()