Home
last modified time | relevance | path

Searched refs:trustedDevices (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp233 std::vector<DmDeviceInfo> trustedDevices; in GetDmDeviceInfo() local
234 if (DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", trustedDevices) != DM_OK) { in GetDmDeviceInfo()
239 for (const auto &device : trustedDevices) { in GetDmDeviceInfo()
250 std::vector<DmDeviceInfo> trustedDevices; in IsDeviceTrusted() local
251 if (DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", trustedDevices) != DM_OK) { in IsDeviceTrusted()
256 for (const auto &device : trustedDevices) { in IsDeviceTrusted()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp1062 std::vector<std::string> trustedDevices; in GetTrustedDevices() local
1072 GetTrustedDevicesUdid(devicesJson, trustedDevices); in GetTrustedDevices()
1075 return trustedDevices; in GetTrustedDevices()

Completed in 8 milliseconds