Searched refs:tcpIt (Results 1 – 1 of 1) sorted by relevance
1529 auto tcpIt = saneGetTcpDeviceInfoMap.find(serialNumber); in AddScanner() local1530 if (tcpIt == saneGetTcpDeviceInfoMap.end() || scanData.IsContainScanner(uniqueId)) { in AddScanner()1534 scanData.InsertScannerInfo(uniqueId, tcpIt->second); in AddScanner()1539 SendDeviceInfo(tcpIt->second, SCAN_DEVICE_ADD); in AddScanner()