Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1108 auto itDevicesInfo = deviceInfos.begin(); in IsDeviceLoaded() local
1109 for (;itDevicesInfo != deviceInfos.end(); itDevicesInfo++) { in IsDeviceLoaded()
1110 if (itDevicesInfo->hostName == LOCATION_HOST_NAME) { in IsDeviceLoaded()
1114 if (itDevicesInfo == deviceInfos.end()) { in IsDeviceLoaded()
1118 auto itDevInfo = itDevicesInfo->devInfo.begin(); in IsDeviceLoaded()
1119 for (;itDevInfo != itDevicesInfo->devInfo.end(); itDevInfo++) { in IsDeviceLoaded()
1124 if (itDevInfo == itDevicesInfo->devInfo.end()) { in IsDeviceLoaded()
1130 itDevicesInfo->hostName.c_str(), itDevInfo->servName.c_str()); in IsDeviceLoaded()