Searched refs:kLinkUnreliableThresholdSeconds (Results 1 – 2 of 2) sorted by relevance
136 const int Device::kLinkUnreliableThresholdSeconds = 60 * 60; member in shill::Device1122 kLinkUnreliableThresholdSeconds * 1000); in OnConnected()1446 now - last_link_monitor_failed_time_ < kLinkUnreliableThresholdSeconds) { in OnLinkMonitorFailure()
706 static const int kLinkUnreliableThresholdSeconds; variable