Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h124 std::string GetHostNameByServiceId(std::string serviceId);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp184 .hostName = DpRadarHelper::GetInstance().GetHostNameByServiceId(serviceId), in PutDeviceProfile()
236 .hostName = DpRadarHelper::GetInstance().GetHostNameByServiceId(serviceId), in GetDeviceProfile()
303 .hostName = DpRadarHelper::GetInstance().GetHostNameByServiceId(serviceId), in DeleteDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/src/
H A Ddp_radar_helper.cpp425 std::string DpRadarHelper::GetHostNameByServiceId(std::string serviceId) in GetHostNameByServiceId() function in OHOS::DeviceProfile::DpRadarHelper