Searched refs:kDnsTimedOutThresholdSeconds (Results 1 – 3 of 3) sorted by relevance
42 const int64_t TrafficMonitor::kDnsTimedOutThresholdSeconds = 15; member in shill::TrafficMonitor188 kDnsTimedOutThresholdSeconds - kSamplingIntervalMilliseconds / 1000; in IsDnsFailing()192 info.time_to_expire_seconds() > kDnsTimedOutThresholdSeconds || in IsDnsFailing()
524 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()556 TrafficMonitor::kDnsTimedOutThresholdSeconds + 1, in TEST_F()575 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()594 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()612 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()627 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()646 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()665 TrafficMonitor::kDnsTimedOutThresholdSeconds - in TEST_F()686 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1, in TEST_F()
108 static const int64_t kDnsTimedOutThresholdSeconds; variable