Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_screen_status_manager.cpp62 std::vector<DistributedHardware::DmDeviceInfo> devInfoList; in OnDeviceDisconnected() local
63 … = DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(APP_ID, "", devInfoList); in OnDeviceDisconnected()
70 if (!devInfoList.empty()) { in OnDeviceDisconnected()
185 std::vector<DistributedHardware::DmDeviceInfo> devInfoList; in CheckRemoteDevicesIsUsing() local
186 … = DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(APP_ID, "", devInfoList); in CheckRemoteDevicesIsUsing()
206 for (auto devInfo : devInfoList) { in CheckRemoteDevicesIsUsing()