Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp336 std::vector<std::string> trustDevices; in CheckTrustDeviceList() local
339 return trustDevices; in CheckTrustDeviceList()
346 trustDevices.push_back(deviceId); in CheckTrustDeviceList()
349 return trustDevices; in CheckTrustDeviceList()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_deviceprofile.cpp89 …bool IsTrustDevice(std::vector<OHOS::DistributedDeviceProfile::AccessControlProfile> &trustDevices, in IsTrustDevice() argument
92 for (const auto &trustDevice : trustDevices) { in IsTrustDevice()