Searched refs:GetNetworkIdBySocket (Results 1 – 5 of 5) sorted by relevance
73 bool SoftBusSocketListener::GetNetworkIdBySocket(const int32_t socket, std::string& networkId) in GetNetworkIdBySocket() function in OHOS::Security::AccessToken::SoftBusSocketListener100 if (!GetNetworkIdBySocket(socket, networkId)) { in OnClientBytes()125 if (SoftBusManager::GetInstance().GetNetworkIdBySocket(socket, networkId)) { in OnServiceBytes()
444 bool SoftBusManager::GetNetworkIdBySocket(const int32_t socket, std::string& networkId) in GetNetworkIdBySocket() function in OHOS::Security::AccessToken::SoftBusManager
42 static bool GetNetworkIdBySocket(const int32_t socket, std::string& networkId);
102 bool GetNetworkIdBySocket(const int32_t socket, std::string& networkId);
174 ASSERT_FALSE(SoftBusManager::GetInstance().GetNetworkIdBySocket(OUT_OF_MAP_SOCKET, networkId));