Searched defs:CancelTask (Results 1 - 3 of 3) sorted by relevance

/external/libbrillo/brillo/message_loops/
H A Dfake_message_loop.cc50 bool FakeMessageLoop::CancelTask(TaskId task_id) { function in class:brillo::FakeMessageLoop
109 // entry from the map before we call the callback, since calling CancelTask
H A Dglib_message_loop.cc124 bool GlibMessageLoop::CancelTask(TaskId task_id) { function in class:brillo::GlibMessageLoop
H A Dbase_message_loop.cc157 bool BaseMessageLoop::CancelTask(TaskId task_id) { function in class:brillo::BaseMessageLoop
166 return io_task_it->second.CancelTask();
241 // Mark the task as canceled while we are running it so CancelTask returns
366 // CancelTask on its own task_id, so we copy the members we need now.
408 bool BaseMessageLoop::IOTask::CancelTask() { function in class:brillo::BaseMessageLoop::IOTask

Completed in 70 milliseconds