Home
last modified time | relevance | path

Searched refs:GetUdidByNetWorkId (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h95 std::string GetUdidByNetWorkId(std::string networkId);
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Dprofile_cache.h54 int32_t GetUdidByNetWorkId(const std::string& networkId, std::string& udid);
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp112 int32_t res = ProfileCache::GetInstance().GetUdidByNetWorkId(netWorkId, udid); in OnSwitchChange()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp676 if (ProfileCache::GetInstance().GetUdidByNetWorkId(remoteNetworkId, remoteUdid) != DP_SUCCESS || in FixDataOnDeviceOnline()
775 if (ProfileCache::GetInstance().GetUdidByNetWorkId(remoteNetworkId, remoteUdid) != DP_SUCCESS || in NotifyNotOHBaseOnline()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp446 std::string DmDeviceStateManager::GetUdidByNetWorkId(std::string networkId) in GetUdidByNetWorkId() function in OHOS::DistributedHardware::DmDeviceStateManager
448 LOGI("DmDeviceStateManager::GetUdidByNetWorkId networkId %{public}s", GetAnonyString(networkId).c_str()); in GetUdidByNetWorkId()
/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_cache.cpp717 int32_t ProfileCache::GetUdidByNetWorkId(const std::string& networkId, std::string& udid) in GetUdidByNetWorkId() function in OHOS::DistributedDeviceProfile::ProfileCache
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp201 std::string trustDeviceId = deviceStateMgr_->GetUdidByNetWorkId(std::string(devInfo.networkId)); in HandleOffline()

Completed in 7 milliseconds