Home
last modified time | relevance | path

Searched refs:trustedDeviceInfos_ (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/device_kit/
H A Ddm_kit.cpp23 std::vector<OHOS::DistributedHardware::DmDeviceInfo> DmKit::trustedDeviceInfos_ = {}; member in OHOS::Sharing::DmKit
64 trustedDeviceInfos_.clear(); in GetTrustedDevicesInfo()
66 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(PKG_NAME, "", trustedDeviceInfos_); in GetTrustedDevicesInfo()
67 CHECK_AND_RETURN_RET_LOG(ret == 0, trustedDeviceInfos_, "get trusted device list failed"); in GetTrustedDevicesInfo()
69 return trustedDeviceInfos_; in GetTrustedDevicesInfo()
H A Ddm_kit.h45 static std::vector<OHOS::DistributedHardware::DmDeviceInfo> trustedDeviceInfos_; member in OHOS::Sharing::DmKit
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/
H A Ddomain_manager.h59 std::vector<OHOS::DistributedHardware::DmDeviceInfo> trustedDeviceInfos_; member in OHOS::Sharing::DomainManager
H A Ddomain_manager.cpp31 trustedDeviceInfos_ = DmKit::GetTrustedDevicesInfo(); in DomainManager()

Completed in 2 milliseconds