Home
last modified time | relevance | path

Searched refs:CheckTrustDeviceList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage.h70 std::vector<std::string> CheckTrustDeviceList(const std::vector<std::string> &deviceIdList);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp278 std::vector<std::string> trustDeviceList = CheckTrustDeviceList(deviceIdList); in SyncDeviceProfile()
334 std::vector<std::string> DeviceProfileStorage::CheckTrustDeviceList(const std::vector<std::string> … in CheckTrustDeviceList() function in OHOS::DeviceProfile::DeviceProfileStorage