Home
last modified time | relevance | path

Searched refs:GetDeviceIdList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_dm_test.cpp206 DpDeviceManager::GetInstance().GetDeviceIdList(deviceIdList);
229 DpDeviceManager::GetInstance().GetDeviceIdList(deviceIdList);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/devicemanager/
H A Ddp_device_manager.h48 void GetDeviceIdList(std::list<std::string>& deviceIdList);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/devicemanager/
H A Ddp_device_manager.cpp427 void DpDeviceManager::GetDeviceIdList(std::list<std::string>& deviceIdList) in GetDeviceIdList() function in OHOS::DeviceProfile::DpDeviceManager
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp391 DpDeviceManager::GetInstance().GetDeviceIdList(devicesList); in SyncDeviceProfile()