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

1 23 4 5 6 7

  /external/libweave/src/commands/
cloud_command_proxy.cc 91 task_runner_->PostDelayedTask(
116 task_runner_->PostDelayedTask(
  /external/libweave/src/notification/
xmpp_iq_stanza_handler.cc 78 task_runner_->PostDelayedTask(
113 task_runner_->PostDelayedTask(
xmpp_channel.cc 137 task_runner_->PostDelayedTask(
150 task_runner_->PostDelayedTask(
311 return task_runner_->PostDelayedTask(
409 task_runner_->PostDelayedTask(
  /system/connectivity/apmanager/
hostapd_monitor.cc 103 event_dispatcher_->PostDelayedTask(
166 event_dispatcher_->PostDelayedTask(attach_timeout_callback_.callback(),
service.cc 198 event_dispatcher_->PostDelayedTask(
259 event_dispatcher_->PostDelayedTask(
  /system/connectivity/shill/
icmp_session.cc 86 dispatcher_->PostDelayedTask(timeout_callback_.callback(),
156 dispatcher_->PostDelayedTask(
icmp_session_unittest.cc 96 EXPECT_CALL(dispatcher_, PostDelayedTask(_, GetTimeoutSeconds() * 1000));
202 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
245 PostDelayedTask(_, GetEchoRequestIntervalSeconds() * 1000));
271 PostDelayedTask(_, GetEchoRequestIntervalSeconds() * 1000));
282 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)).Times(0);
368 PostDelayedTask(_, GetEchoRequestIntervalSeconds() * 1000));
380 PostDelayedTask(_, GetEchoRequestIntervalSeconds() * 1000));
407 PostDelayedTask(_, GetEchoRequestIntervalSeconds() * 1000));
traffic_monitor.cc 66 dispatcher_->PostDelayedTask(sample_traffic_callback_.callback(),
215 dispatcher_->PostDelayedTask(sample_traffic_callback_.callback(),
dns_server_tester.cc 80 dispatcher_->PostDelayedTask(start_attempt_.callback(), delay_ms);
hook_table.cc 85 event_dispatcher_->PostDelayedTask(timeout_callback_.callback(), timeout_ms);
  /system/core/metricsd/collectors/
averaged_statistics_collector.cc 69 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
77 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
cpu_usage_collector.cc 67 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
  /external/libweave/examples/provider/
event_task_runner.h 23 void PostDelayedTask(const tracked_objects::Location& from_here,
file_config_store.cc 84 task_runner_->PostDelayedTask(FROM_HERE, base::Bind(callback, nullptr), {});
event_network.cc 100 task_runner_->PostDelayedTask(
curl_http_client.cc 159 task_runner_->PostDelayedTask(
172 task_runner_->PostDelayedTask(
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 84 task_runner_->PostDelayedTask(
107 task_runner_->PostDelayedTask(
138 task_runner_->PostDelayedTask(
190 task_runner_->PostDelayedTask(
  /external/libchrome/base/files/
important_file_writer_unittest.cc 156 ThreadTaskRunnerHandle::Get()->PostDelayedTask(
172 ThreadTaskRunnerHandle::Get()->PostDelayedTask(
189 ThreadTaskRunnerHandle::Get()->PostDelayedTask(
  /system/connectivity/shill/wifi/
tdls_manager_unittest.cc 94 EXPECT_CALL(event_dispatcher_, PostDelayedTask(_, _)).Times(1);
108 EXPECT_CALL(event_dispatcher_, PostDelayedTask(_, _)).Times(0);
238 EXPECT_CALL(event_dispatcher_, PostDelayedTask(_, _)).Times(1);
tdls_manager.cc 158 dispatcher_->PostDelayedTask(peer_discovery_cleanup_callback_.callback(),
  /external/libchrome/base/message_loop/
message_loop_test.cc 127 // Test that PostDelayedTask results in a delayed task.
134 loop.PostDelayedTask(
154 loop.PostDelayedTask(
160 loop.PostDelayedTask(
188 loop.PostDelayedTask(
191 loop.PostDelayedTask(
214 loop.PostDelayedTask(
246 loop.PostDelayedTask(
268 loop.PostDelayedTask(
272 loop.PostDelayedTask(
    [all...]
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 124 loop_.PostDelayedTask(
132 loop_.PostDelayedTask(
143 loop_.PostDelayedTask(
  /external/libchrome/base/threading/
sequenced_worker_pool.h 314 bool PostDelayedTask(const tracked_objects::Location& from_here,
  /system/connectivity/shill/dhcp/
dhcp_provider_unittest.cc 111 EXPECT_CALL(dispatcher_, PostDelayedTask(_, _)); // TODO(pstew): crbug/502320
116 RetireUnboundPID(kPid); // Execute as if the PostDelayedTask() timer expired.
  /system/media/brillo/audio/audioservice/
audio_daemon.cpp 70 brillo::MessageLoop::current()->PostDelayedTask(

Completed in 1088 milliseconds

1 23 4 5 6 7