Home
last modified time | relevance | path

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

/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() local
279 if (trustDeviceList.empty()) { in SyncDeviceProfile()
289 …Status status = kvStorePtr_->Sync(trustDeviceList, static_cast<DistributedKv::SyncMode>(syncMode)); in SyncDeviceProfile()