Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp241 std::vector<DmDeviceInfo> onlineDeviceList; in GetTrustedDeviceList() local
243 int32_t ret = softbusListener_->GetTrustedDeviceList(onlineDeviceList); in GetTrustedDeviceList()
248 if (isOnlyShowNetworkId && !onlineDeviceList.empty()) { in GetTrustedDeviceList()
249 for (auto item : onlineDeviceList) { in GetTrustedDeviceList()
258 if (onlineDeviceList.size() > 0 && IsDMServiceImplReady()) { in GetTrustedDeviceList()
265 for (auto item : onlineDeviceList) { in GetTrustedDeviceList()