Searched refs:trustDevices (Results 1 – 2 of 2) sorted by relevance
336 std::vector<std::string> trustDevices; in CheckTrustDeviceList() local339 return trustDevices; in CheckTrustDeviceList()346 trustDevices.push_back(deviceId); in CheckTrustDeviceList()349 return trustDevices; in CheckTrustDeviceList()
89 …bool IsTrustDevice(std::vector<OHOS::DistributedDeviceProfile::AccessControlProfile> &trustDevices, in IsTrustDevice() argument92 for (const auto &trustDevice : trustDevices) { in IsTrustDevice()