Searched refs:probingInfos (Results 1 – 3 of 3) sorted by relevance
319 final List<MdnsProber.ProbingInfo> probingInfos = in removeService() local321 reprobeServices(probingInfos); in removeService()471 private void reprobeServices(List<MdnsProber.ProbingInfo> probingInfos) { in reprobeServices() argument472 for (MdnsProber.ProbingInfo probingInfo : probingInfos) { in reprobeServices()
1032 final ArrayList<MdnsProber.ProbingInfo> probingInfos = new ArrayList<>(); in restartProbingForHostname() local1039 probingInfos.add(makeProbingInfo(id, registration)); in restartProbingForHostname()1041 return probingInfos; in restartProbingForHostname()
2181 val probingInfos = repository.restartProbingForHostname("TestHost") in testRestartProbingForHostname() constant2183 assertEquals(1, probingInfos.size) in testRestartProbingForHostname()2184 val probingInfo = probingInfos.get(0) in testRestartProbingForHostname()