HomeSort by relevance Sort by last modified time
    Searched refs:MessageLoop (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /external/libchrome/base/threading/
thread_unittest.cc 49 // The MessageLoop for the thread was deleted.
84 : public base::MessageLoop::DestructionObserver {
103 base::MessageLoop::DestructionObserver* observer) {
104 base::MessageLoop::current()->AddDestructionObserver(observer);
258 // (2) MessageLoop::~MessageLoop()
259 // MessageLoop::DestructionObservers called.
  /system/bt/service/test/
ipc_linux_unittest.cpp 103 base::MessageLoop message_loop_;
137 base::MessageLoop::current()->QuitWhenIdle();
143 base::MessageLoop::current()->QuitWhenIdle();
  /system/core/metricsd/
metrics_collector.cc 235 brillo::MessageLoop::current(),
240 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
381 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
396 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
566 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
752 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
  /system/update_engine/payload_consumer/
filesystem_verifier_action_unittest.cc 41 using brillo::MessageLoop;
76 MessageLoop::current()->PostDelayedTask(
82 MessageLoop::current()->BreakLoop();
postinstall_runner_action_unittest.cc 43 using brillo::MessageLoop;
55 MessageLoop::current()->BreakLoop();
59 MessageLoop::current()->BreakLoop();
  /external/libchrome/base/trace_event/
trace_event_impl.h 34 class MessageLoop;
  /system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc 98 base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
  /system/core/metricsd/collectors/
cpu_usage_collector.cc 67 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
  /system/update_engine/
p2p_manager_unittest.cc 53 using brillo::MessageLoop;
114 brillo::MessageLoopRunMaxIterations(MessageLoop::current(), 100);
129 brillo::MessageLoopRunMaxIterations(MessageLoop::current(), 100);
467 MessageLoop::current()->BreakLoop();
weave_service.cc 42 brillo::MessageLoop::current(),
  /system/update_engine/update_manager/
variable.h 123 brillo::MessageLoop::current()->PostTask(
real_device_policy_provider_unittest.cc 36 using brillo::MessageLoop;
104 EXPECT_NE(MessageLoop::kTaskIdNull, provider_->scheduled_refresh_);
update_manager-inl.h 160 brillo::MessageLoop::current()->PostTask(FROM_HERE, eval_callback);
  /system/weaved/libweaved/
service.cc 173 brillo::MessageLoop* message_loop,
233 brillo::MessageLoop* message_loop_;
292 brillo::MessageLoop* message_loop,
499 brillo::MessageLoop* message_loop,
  /system/weaved/buffet/
socket_stream.cc 123 base::MessageLoop::current()->PostTask(
136 base::MessageLoop::current()->PostTask(
shill_client.cc 146 base::MessageLoop::current()->PostTask(
169 base::MessageLoop::current()->PostTask(
181 base::MessageLoop::current()->PostDelayedTask(
552 base::MessageLoop::current()->PostTask(
585 base::MessageLoop::current()->PostTask(
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 80 base::MessageLoop::current()->QuitNow();
129 wait_timeout_callback.Reset(base::MessageLoop::QuitWhenIdleClosure());
135 base::MessageLoop::current()->PostDelayedTask(
141 base::MessageLoop::current()->Run();
544 base::MessageLoop::current()->QuitNow();
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 84 task_runner_->PostTask(FROM_HERE, MessageLoop::QuitWhenIdleClosure());
156 base::Thread::Options options(MessageLoop::TYPE_IO, 0);
205 MessageLoop loop_;
284 Deleter(FilePathWatcher* watcher, MessageLoop* loop)
293 MessageLoop::QuitWhenIdleClosure());
300 MessageLoop* loop_;
893 MessageLoop::QuitWhenIdleClosure(),
  /external/libbrillo/brillo/streams/
stream.cc 183 MessageLoop::current()->PostTask(FROM_HERE, callback);
214 MessageLoop::current()->PostTask(
278 MessageLoop::current()->PostTask(
stream_utils_unittest.cc 26 brillo::MessageLoop::current()->PostTask(
34 brillo::MessageLoop::current()->PostTask(FROM_HERE, std::get<k>(args));
43 brillo::MessageLoop::current()->PostTask(
  /external/libbrillo/brillo/
process_reaper_unittest.cc 135 base::Bind(&MessageLoop::BreakLoop,
  /external/libchrome/base/
cancelable_callback_unittest.cc 161 // CancelableCallback posted to a MessageLoop with PostTask.
162 // - Callbacks posted to a MessageLoop can be cancelled.
164 MessageLoop loop;
observer_list_threadsafe.h 115 // If there is not a current MessageLoop, it is impossible to notify on it,
117 if (!MessageLoop::current())
258 // observers without a MessageLoop. If this were keyed by MessageLoop, that
  /external/libchrome/base/message_loop/
message_loop_test.h 11 // This file consists of tests meant to exercise the combination of MessageLoop
19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory;
72 /* TODO(darin): MessageLoop does not support deleting all tasks in the */ \
78 /* TODO(darin): MessageLoop does not support deleting all tasks in the */ \
  /system/connectivity/shill/
daemon_task.cc 213 brillo::MessageLoop::current()->BreakLoop();

Completed in 877 milliseconds

1 2 3 45 6 7