Searched refs:kMaxSentDataPollingAttempts (Results 1 – 3 of 3) sorted by relevance
71 const int ConnectionHealthChecker::kMaxSentDataPollingAttempts = 2; member in shill::ConnectionHealthChecker364 if (num_tx_queue_polling_attempts_ < kMaxSentDataPollingAttempts) { in VerifySentData()
160 static const int kMaxSentDataPollingAttempts; variable
177 return ConnectionHealthChecker::kMaxSentDataPollingAttempts; in MaxSentDataPollingAttempts()