HomeSort by relevance Sort by last modified time
    Searched refs:PostDelayedTask (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /external/libchrome/base/message_loop/
message_loop_task_runner.cc 25 bool MessageLoopTaskRunner::PostDelayedTask(
message_pump_glib_unittest.cc 252 loop()->PostDelayedTask(
261 loop()->PostDelayedTask(
458 MessageLoop::current()->PostDelayedTask(
462 MessageLoop::current()->PostDelayedTask(
493 MessageLoop::current()->PostDelayedTask(
497 MessageLoop::current()->PostDelayedTask(
  /external/libchrome/base/
task_runner.cc 45 return PostDelayedTask(from_here, task, base::TimeDelta());
  /external/libweave/src/privet/
device_delegate.h 43 virtual void PostDelayedTask(const tracked_objects::Location& from_here,
  /system/connectivity/shill/
event_dispatcher.h 52 virtual void PostDelayedTask(const base::Closure& task, int64_t delay_ms);
result_aggregator.cc 38 dispatcher->PostDelayedTask(timeout_callback_.callback(),
dns_server_tester_unittest.cc 123 EXPECT_CALL(dispatcher(), PostDelayedTask(_, 0));
127 EXPECT_CALL(dispatcher(), PostDelayedTask(_, 100));
172 EXPECT_CALL(dispatcher(), PostDelayedTask(_, _)).Times(1);
passive_link_monitor.cc 75 dispatcher_->PostDelayedTask(monitor_cycle_timeout_callback_.callback(),
136 dispatcher_->PostDelayedTask(monitor_cycle_timeout_callback_.callback(),
passive_link_monitor_unittest.cc 155 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(1);
230 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
243 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(1);
258 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
dns_client_unittest.cc 172 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
310 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
321 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
332 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
409 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
417 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
430 EXPECT_CALL(dispatcher_, PostDelayedTask(_, kAresWaitMS));
  /external/libbrillo/brillo/message_loops/
fake_message_loop.h 39 TaskId PostDelayedTask(const tracked_objects::Location& from_here,
42 using MessageLoop::PostDelayedTask;
base_message_loop.h 36 TaskId PostDelayedTask(const tracked_objects::Location& from_here,
39 using MessageLoop::PostDelayedTask;
  /external/libchrome/base/threading/
worker_pool.cc 45 bool PostDelayedTask(const tracked_objects::Location& from_here,
72 bool WorkerPoolTaskRunner::PostDelayedTask(
  /external/libweave/src/
streams.cc 28 task_runner_->PostDelayedTask(FROM_HERE,
37 task_runner_->PostDelayedTask(FROM_HERE, base::Bind(callback, nullptr), {});
  /external/libbrillo/brillo/streams/
fake_stream_unittest.cc 236 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, zero_delay)).Times(2);
259 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1);
277 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, zero_delay)).Times(1);
278 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1);
391 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, zero_delay)).Times(2);
414 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1);
433 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, zero_delay)).Times(1);
434 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1);
467 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1);
478 EXPECT_CALL(mock_loop_, PostDelayedTask(_, _, one_sec_delay)).Times(1)
    [all...]
  /system/update_engine/common/
mock_http_fetcher.cc 89 timeout_id_ = MessageLoop::current()->PostDelayedTask(
101 timeout_id_ = MessageLoop::current()->PostDelayedTask(
cpu_limiter.cc 48 manage_shares_id_ = brillo::MessageLoop::current()->PostDelayedTask(
  /external/libchrome/base/test/
test_simple_task_runner.cc 17 bool TestSimpleTaskRunner::PostDelayedTask(
  /external/libweave/examples/provider/
wifi_manager.cc 100 return task_runner_->PostDelayedTask(FROM_HERE,
115 task_runner_->PostDelayedTask(
120 task_runner_->PostDelayedTask(
135 task_runner_->PostDelayedTask(
  /external/libweave/include/weave/provider/test/
fake_task_runner.h 26 void PostDelayedTask(const tracked_objects::Location& from_here,
  /external/libweave/src/notification/
pull_channel.cc 42 task_runner_->PostDelayedTask(
  /external/libweave/src/test/
fake_task_runner.cc 49 void FakeTaskRunner::PostDelayedTask(const tracked_objects::Location& from_here,
  /system/core/metricsd/collectors/
disk_usage_collector.cc 72 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
  /system/core/metricsd/uploader/
upload_service.cc 76 base::MessageLoop::current()->PostDelayedTask(
81 base::MessageLoop::current()->PostDelayedTask(
108 base::MessageLoop::current()->PostDelayedTask(
117 base::MessageLoop::current()->PostDelayedTask(
  /system/webservd/libwebserv/
binder_server.cc 57 message_loop_->PostDelayedTask(FROM_HERE,

Completed in 616 milliseconds

12 3 4 5 6 7