HomeSort by relevance Sort by last modified time
    Searched refs:PostTask (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /system/connectivity/shill/wifi/
wifi.cc 354 dispatcher()->PostTask(
364 dispatcher()->PostTask(
373 dispatcher()->PostTask(
384 dispatcher()->PostTask(pending_scan_results_->callback.callback());
402 dispatcher()->PostTask(Bind(&WiFi::CertificationTask,
407 dispatcher()->PostTask(Bind(&WiFi::EAPEventTask,
417 dispatcher()->PostTask(Bind(&WiFi::PropertiesChangedTask,
434 dispatcher()->PostTask(
    [all...]
wake_on_wifi.cc     [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 116 flush_thread.task_runner()->PostTask(
    [all...]
trace_log.cc 841 // Can't flush when tracing is enabled because otherwise PostTask would
881 thread_message_loop_task_runners[i]->PostTask(
956 WorkerPool::PostTask(
    [all...]
memory_dump_manager_unittest.cc 138 task_runner->PostTask(FROM_HERE, closure);
769 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, quit_closure);
    [all...]
  /external/libchrome/dbus/
object_manager.cc 302 bus_->GetOriginTaskRunner()->PostTask(
328 bus_->GetDBusTaskRunner()->PostTask(
  /system/connectivity/shill/
icmp_session_unittest.cc 97 EXPECT_CALL(dispatcher_, PostTask(_));
203 EXPECT_CALL(dispatcher_, PostTask(_)).Times(0);
dns_client_unittest.cc 208 EXPECT_CALL(dispatcher_, PostTask(_));
device.cc 775 dispatcher_->PostTask(Bind(&Device::ConfigureStaticIPTask,
814 dispatcher_->PostTask(Bind(&Device::OnIPConfigUpdated,
    [all...]
active_link_monitor_unittest.cc 269 EXPECT_CALL(dispatcher_, PostTask(_)).Times(1);
  /external/libbrillo/brillo/message_loops/
base_message_loop.cc 344 bool base_scheduled = loop_->base_loop_->task_runner()->PostTask(
357 // In the rare case that PostTask() fails, we fall back to run it directly.
359 LOG(ERROR) << "Error on base::MessageLoopForIO::PostTask().";
  /external/libchrome/base/files/
file_path_watcher_kqueue.cc 367 task_runner->PostTask(FROM_HERE,
  /system/connectivity/shill/cellular/
cellular_capability_classic.cc 150 cellular()->dispatcher()->PostTask(task);
cellular_capability_universal_cdma.cc 177 cellular()->dispatcher()->PostTask(
mobile_operator_info_impl.cc 948 dispatcher_->PostTask(notify_operator_changed_task_.callback());
  /system/tpm/tpm_manager/client/
main.cc 215 base::MessageLoop::current()->PostTask(FROM_HERE, task);
  /system/update_engine/
update_engine_client.cc 73 base::MessageLoop::current()->PostTask(
update_attempter_android.cc 395 brillo::MessageLoop::current()->PostTask(
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 210 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop.QuitClosure());
http_transport_curl.cc 206 base::MessageLoopForIO::current()->PostTask(from_here, callback);
  /system/tpm/trunks/
tpm_generated_test.cc 299 base::MessageLoop::current()->PostTask(FROM_HERE,
  /system/webservd/webservd/
protocol_handler.cc 360 base::MessageLoopForIO::current()->PostTask(
  /external/libbrillo/brillo/streams/
tls_stream.cc 388 MessageLoop::current()->PostTask(
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 226 thread.task_runner()->PostTask(FROM_HERE, base::Bind(&BackInTime, &lock));
  /system/tpm/attestation/client/
main.cc 267 base::MessageLoop::current()->PostTask(FROM_HERE, task);

Completed in 516 milliseconds

1 2 3 4 56 7