Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dconnection_diagnostics.h329 size_t num_events_ago);
Dconnection_diagnostics.cc884 size_t num_events_ago) { in DoesPreviousEventMatch() argument
885 int event_index = diagnostic_events_.size() - 1 - num_events_ago; in DoesPreviousEventMatch()
887 LOG(ERROR) << __func__ << ": requested event " << num_events_ago in DoesPreviousEventMatch()
Dconnection_diagnostics_unittest.cc239 size_t num_events_ago) { in DoesPreviousEventMatch() argument
241 num_events_ago); in DoesPreviousEventMatch()