Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_health_checker.cc71 const int ConnectionHealthChecker::kMaxSentDataPollingAttempts = 2; member in shill::ConnectionHealthChecker
364 if (num_tx_queue_polling_attempts_ < kMaxSentDataPollingAttempts) { in VerifySentData()
Dconnection_health_checker.h160 static const int kMaxSentDataPollingAttempts; variable
Dconnection_health_checker_unittest.cc177 return ConnectionHealthChecker::kMaxSentDataPollingAttempts; in MaxSentDataPollingAttempts()