Home
last modified time | relevance | path

Searched refs:kMinCongestedQueueAttempts (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dconnection_health_checker.cc73 const int ConnectionHealthChecker::kMinCongestedQueueAttempts = 2; member in shill::ConnectionHealthChecker
270 if (num_congested_queue_detected_ == kMinCongestedQueueAttempts) { in NextHealthCheckSample()
Dconnection_health_checker.h163 static const int kMinCongestedQueueAttempts; variable
Dconnection_health_checker_unittest.cc180 return ConnectionHealthChecker::kMinCongestedQueueAttempts; in MinCongestedQueueAttempts()