Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp244 std::vector<DmDeviceInfo> onlineDeviceList; in GetTrustedDeviceList() local
246 int32_t ret = softbusListener_->GetTrustedDeviceList(onlineDeviceList); in GetTrustedDeviceList()
251 if (isOnlyShowNetworkId && !onlineDeviceList.empty()) { in GetTrustedDeviceList()
252 for (auto item : onlineDeviceList) { in GetTrustedDeviceList()
261 if (onlineDeviceList.size() > 0 && IsDMServiceImplReady()) { in GetTrustedDeviceList()
268 for (auto item : onlineDeviceList) { in GetTrustedDeviceList()

Completed in 4 milliseconds