Searched refs:probes (Results 1 – 8 of 8) sorted by relevance
150 final int probes = neighMsg.getProbes(); in testParseRtmGetNeighResponse() local151 assertTrue("Unexpected number of probes. Got " + probes + ", max=5", in testParseRtmGetNeighResponse()152 probes < 5); in testParseRtmGetNeighResponse()
7 // A Task consists of one or more probes that target the same process and are42 // How long the probes should remain active.
3303 // Counts the number of link probes for each experiment.3308 // The number of link probes triggered for this experiment.3330 // Histogram for the elapsed time of successful link probes, in ms.3333 // Counts the occurrences of error codes for failed link probes.3336 // Counts the number of link probes for each experiment.
3439 List<CaptivePortalProbeResult> probes, int numHttps, boolean hasCapport) { in evaluateCapportResult() argument3446 for (CaptivePortalProbeResult probe : probes) { in evaluateCapportResult()