Home
last modified time | relevance | path

Searched refs:GetNetworkIdBySocket (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dsoft_bus_socket_listener.cpp73 bool SoftBusSocketListener::GetNetworkIdBySocket(const int32_t socket, std::string& networkId) in GetNetworkIdBySocket() function in OHOS::Security::AccessToken::SoftBusSocketListener
100 if (!GetNetworkIdBySocket(socket, networkId)) { in OnClientBytes()
125 if (SoftBusManager::GetInstance().GetNetworkIdBySocket(socket, networkId)) { in OnServiceBytes()
H A Dsoft_bus_manager.cpp444 bool SoftBusManager::GetNetworkIdBySocket(const int32_t socket, std::string& networkId) in GetNetworkIdBySocket() function in OHOS::Security::AccessToken::SoftBusManager
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dsoft_bus_socket_listener.h42 static bool GetNetworkIdBySocket(const int32_t socket, std::string& networkId);
H A Dsoft_bus_manager.h102 bool GetNetworkIdBySocket(const int32_t socket, std::string& networkId);
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/coverage/
H A Dtoken_sync_service_coverage_test.cpp174 ASSERT_FALSE(SoftBusManager::GetInstance().GetNetworkIdBySocket(OUT_OF_MAP_SOCKET, networkId));