Searched refs:timeout_event_ (Results 1 – 4 of 4) sorted by relevance
106 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()
71 return timeout_event_ != brillo::MessageLoop::kTaskIdNull; in IsMonitoringInterval()98 brillo::MessageLoop::TaskId timeout_event_{brillo::MessageLoop::kTaskIdNull};
91 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()
162 brillo::MessageLoop::TaskId timeout_event_ = brillo::MessageLoop::kTaskIdNull; variable