Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Devaluation_context.cc92 MessageLoop::current()->CancelTask(timeout_event_); in RemoveObserversAndTimeout()
93 timeout_event_ = MessageLoop::kTaskIdNull; in RemoveObserversAndTimeout()
118 timeout_event_ = MessageLoop::kTaskIdNull; in OnTimeout()
219 timeout_event_ = MessageLoop::current()->PostDelayedTask( in RunOnValueChangeOrTimeout()
Devaluation_context.h168 brillo::MessageLoop::TaskId timeout_event_ = brillo::MessageLoop::kTaskIdNull; variable