Home
last modified time | relevance | path

Searched refs:timeout_event_ (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/update_manager/
Dupdate_time_restrictions_monitor.cc106 timeout_event_ = MessageLoop::current()->PostDelayedTask( in WaitForRestrictedIntervalStarts()
114 timeout_event_ = MessageLoop::kTaskIdNull; in HandleRestrictedIntervalStarts()
120 MessageLoop::current()->CancelTask(timeout_event_); in StopMonitoring()
121 timeout_event_ = MessageLoop::kTaskIdNull; in StopMonitoring()
Dupdate_time_restrictions_monitor.h71 return timeout_event_ != brillo::MessageLoop::kTaskIdNull; in IsMonitoringInterval()
98 brillo::MessageLoop::TaskId timeout_event_{brillo::MessageLoop::kTaskIdNull};
Devaluation_context.cc91 MessageLoop::current()->CancelTask(timeout_event_); in RemoveObserversAndTimeout()
92 timeout_event_ = MessageLoop::kTaskIdNull; in RemoveObserversAndTimeout()
119 timeout_event_ = MessageLoop::kTaskIdNull; in OnTimeout()
221 timeout_event_ = MessageLoop::current()->PostDelayedTask( in RunOnValueChangeOrTimeout()
Devaluation_context.h162 brillo::MessageLoop::TaskId timeout_event_ = brillo::MessageLoop::kTaskIdNull; variable