Home
last modified time | relevance | path

Searched refs:kMaxRequestAttempts (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dportal_detector.cc50 const int PortalDetector::kMaxRequestAttempts = 3; member in shill::PortalDetector
140 attempt_count_ >= kMaxRequestAttempts || in CompleteAttempt()
Dportal_detector_unittest.cc280 .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()
Dportal_detector.h85 static const int kMaxRequestAttempts; variable
Dmetrics.cc151 PortalDetector::kMaxRequestAttempts;