Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h53 int32_t GetNetWorkIdByUdid(const std::string& udid, std::string& networkId);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp375 int32_t res = ProfileCache::GetInstance().GetNetWorkIdByUdid(deviceId, netWorkId); in GetSwitchCharacteristicProfile()
H A Dprofile_cache.cpp685 int32_t ProfileCache::GetNetWorkIdByUdid(const std::string& udid, std::string& networkId) in GetNetWorkIdByUdid() function in OHOS::DistributedDeviceProfile::ProfileCache