Searched refs:GetDeviceIdByNetworkId (Results 1 – 6 of 6) sorted by relevance
65 bool GetDeviceIdByNetworkId(const std::string &networkId, std::string &deviceId);
252 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in ConnectionAndMount()313 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(networkId); in CloseP2PConnectionEx()660 std::string deviceId = deviceManager->GetDeviceIdByNetworkId(*it); in OnRemoteDied()
89 std::string GetDeviceIdByNetworkId(const std::string &networkId);
177 auto deviceId = deviceManager->GetDeviceIdByNetworkId(cid); in GetSession()
267 deviceId = GetDeviceIdByNetworkId(networkId); in OnDeviceOffline()635 std::string DeviceManagerAgent::GetDeviceIdByNetworkId(const std::string &networkId) in GetDeviceIdByNetworkId() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
705 static int GetDeviceIdByNetworkId(const char *networkId, char *deviceId) in GetDeviceIdByNetworkId() function1008 GetDeviceIdByNetworkId(nodeBasicInfo->networkId, dmDeviceInfo->deviceId); in NodeBasicInfoCopyToDmDevice()