Searched refs:ExpireEventsBefore (Results 1 – 4 of 4) sorted by relevance
/system/connectivity/shill/net/ |
D | event_history_unittest.cc | 69 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()
|
D | event_history.h | 58 void ExpireEventsBefore(int seconds_ago, ClockType clock_type);
|
D | event_history.cc | 33 void EventHistory::ExpireEventsBefore(int seconds_ago, ClockType clock_type) { in ExpireEventsBefore() function in shill::EventHistory
|
/system/connectivity/shill/ |
D | service.cc | 1047 disconnects_.ExpireEventsBefore(kDisconnectsMonitorSeconds, in HasRecentConnectionIssues() 1049 misconnects_.ExpireEventsBefore(kMisconnectsMonitorSeconds, in HasRecentConnectionIssues()
|