HomeSort by relevance Sort by last modified time
    Searched defs:RecordEventAndExpireEventsBefore (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/net/
event_history.cc 37 void EventHistory::RecordEventAndExpireEventsBefore(int seconds_ago,
event_history_unittest.cc 75 void RecordEventAndExpireEventsBefore(int seconds_ago, Timestamp now,
78 event_history_->RecordEventAndExpireEventsBefore(seconds_ago, clock_type);
203 TEST_F(EventHistoryTest, RecordEventAndExpireEventsBefore) {
213 RecordEventAndExpireEventsBefore(kExpiryThresholdSeconds,
227 RecordEventAndExpireEventsBefore(kExpiryThresholdSeconds,

Completed in 39 milliseconds