Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Devent_history.h43 EventHistory() : max_events_specified_(false), time_(Time::GetInstance()) {} in EventHistory()
45 : max_events_specified_(true), in EventHistory()
90 bool max_events_specified_; variable
Devent_history_unittest.cc50 event_history_->max_events_specified_ = true; in SetMaxEventsSaved()
55 event_history_->max_events_specified_ = false; in SetNoMaxEvents()
60 bool GetMaxEventsSpecified() { return event_history_->max_events_specified_; } in GetMaxEventsSpecified()
Devent_history.cc55 while (!events_.empty() && max_events_specified_ && in RecordEventInternal()