HomeSort by relevance Sort by last modified time
    Searched refs:kDnsTimedOutThresholdSeconds (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
traffic_monitor.cc 42 const int64_t TrafficMonitor::kDnsTimedOutThresholdSeconds = 15;
180 // want to time out at |kDnsTimedOutThresholdSeconds|. Unfortunately,
182 // |kDnsTimedOutThresholdSeconds| because we will count the entry
184 // |kDnsTimedOutThresholdSeconds|. To ensure that we only count an
186 // |kDnsTimedOutThresholdSeconds| and |kDnsTimedOutLowerThresholdSeconds|.
188 kDnsTimedOutThresholdSeconds - kSamplingIntervalMilliseconds / 1000;
192 info.time_to_expire_seconds() > kDnsTimedOutThresholdSeconds ||
traffic_monitor_unittest.cc 524 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
556 TrafficMonitor::kDnsTimedOutThresholdSeconds + 1,
575 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
594 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
612 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
627 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
646 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
665 TrafficMonitor::kDnsTimedOutThresholdSeconds -
686 TrafficMonitor::kDnsTimedOutThresholdSeconds - 1,
traffic_monitor.h 108 static const int64_t kDnsTimedOutThresholdSeconds;

Completed in 48 milliseconds