Home
last modified time | relevance | path

Searched refs:last_link_monitor_failed_time_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Ddevice.cc171 last_link_monitor_failed_time_(0), in Device()
514 last_link_monitor_failed_time_ = 0; in OnAfterResume()
1180 last_link_monitor_failed_time_ = 0; in SelectService()
1445 if (last_link_monitor_failed_time_ != 0 && in OnLinkMonitorFailure()
1446 now - last_link_monitor_failed_time_ < kLinkUnreliableThresholdSeconds) { in OnLinkMonitorFailure()
1449 last_link_monitor_failed_time_ = now; in OnLinkMonitorFailure()
Ddevice.h880 time_t last_link_monitor_failed_time_; variable