Home
last modified time | relevance | path

Searched refs:ExpireEventsBefore (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/net/
Devent_history_unittest.cc69 void ExpireEventsBefore(int seconds_ago, Timestamp now, in ExpireEventsBefore() function in shill::EventHistoryTest
72 event_history_->ExpireEventsBefore(seconds_ago, clock_type); in ExpireEventsBefore()
165 ExpireEventsBefore(kExpiryThresholdSeconds, in TEST_F()
191 ExpireEventsBefore(kExpiryThresholdSeconds, in TEST_F()
198 ExpireEventsBefore(kExpiryThresholdSeconds, in TEST_F()
Devent_history.h58 void ExpireEventsBefore(int seconds_ago, ClockType clock_type);
Devent_history.cc33 void EventHistory::ExpireEventsBefore(int seconds_ago, ClockType clock_type) { in ExpireEventsBefore() function in shill::EventHistory
/system/connectivity/shill/
Dservice.cc1047 disconnects_.ExpireEventsBefore(kDisconnectsMonitorSeconds, in HasRecentConnectionIssues()
1049 misconnects_.ExpireEventsBefore(kMisconnectsMonitorSeconds, in HasRecentConnectionIssues()