Searched refs:kMaxRequestAttempts (Results 1 – 4 of 4) sorted by relevance
50 const int PortalDetector::kMaxRequestAttempts = 3; member in shill::PortalDetector140 attempt_count_ >= kMaxRequestAttempts || in CompleteAttempt()
280 .Times(PortalDetector::kMaxRequestAttempts - 1); in TEST_F()294 .Times(PortalDetector::kMaxRequestAttempts - 1); in TEST_F()314 for (int i = 0; i < PortalDetector::kMaxRequestAttempts; i++) { in TEST_F()
85 static const int kMaxRequestAttempts; variable
151 PortalDetector::kMaxRequestAttempts;