Home
last modified time | relevance | path

Searched refs:ClockType (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Devent_history.h38 enum ClockType { enum
58 void ExpireEventsBefore(int seconds_ago, ClockType clock_type);
64 void RecordEventAndExpireEventsBefore(int seconds_ago, ClockType clock_type);
73 int CountEventsWithinInterval(int seconds_ago, ClockType clock_type);
88 ClockType clock_type);
Devent_history.cc33 void EventHistory::ExpireEventsBefore(int seconds_ago, ClockType clock_type) { in ExpireEventsBefore()
38 ClockType clock_type) { in RecordEventAndExpireEventsBefore()
62 ClockType clock_type) { in ExpireEventsBeforeInternal()
88 ClockType clock_type) { in CountEventsWithinInterval()
Devent_history_unittest.cc70 EventHistory::ClockType clock_type) { in ExpireEventsBefore()
76 EventHistory::ClockType clock_type) { in RecordEventAndExpireEventsBefore()
93 EventHistory::ClockType clock_type, in CountEventsWithinInterval()
177 EventHistory::ClockType clock_type; in TEST_F()