Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmetrics.cc937 int seconds_to_failure, in NotifyLinkMonitorFailure() argument
945 if (seconds_to_failure > kMetricLinkMonitorSecondsToFailureMax) { in NotifyLinkMonitorFailure()
946 seconds_to_failure = kMetricLinkMonitorSecondsToFailureMax; in NotifyLinkMonitorFailure()
951 seconds_to_failure, in NotifyLinkMonitorFailure()
Dmetrics.h898 int seconds_to_failure,