Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/include/
H A Ddp_radar_helper.h125 std::string GetStringUdidList(std::list<std::string> &udidList);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/radar/src/
H A Ddp_radar_helper.cpp430 std::string DpRadarHelper::GetStringUdidList(std::list<std::string> &udidList) in GetStringUdidList() function in OHOS::DeviceProfile::DpRadarHelper
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp401 .peerUdid = DpRadarHelper::GetInstance().GetStringUdidList(devicesList), in SyncDeviceProfile()