Searched refs:itDevicesInfo (Results 1 – 1 of 1) sorted by relevance
1108 auto itDevicesInfo = deviceInfos.begin(); in IsDeviceLoaded() local1109 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()