Searched refs:matchingScanResults (Results 1 – 1 of 1) sorted by relevance
940 List<ScanResult> matchingScanResults = scanResultsPerNetworkType.get(type); in getAllMatchingFqdnsForScanResults() local941 if (matchingScanResults == null) { in getAllMatchingFqdnsForScanResults()942 matchingScanResults = new ArrayList<>(); in getAllMatchingFqdnsForScanResults()943 scanResultsPerNetworkType.put(type, matchingScanResults); in getAllMatchingFqdnsForScanResults()945 matchingScanResults.add(scanResult); in getAllMatchingFqdnsForScanResults()987 List<ScanResult> matchingScanResults = osuProviders.get(provider); in getMatchingOsuProviders() local988 if (matchingScanResults == null) { in getMatchingOsuProviders()989 matchingScanResults = new ArrayList<>(); in getMatchingOsuProviders()990 osuProviders.put(provider, matchingScanResults); in getMatchingOsuProviders()992 matchingScanResults.add(scanResult); in getMatchingOsuProviders()