/system/connectivity/dhcp_client/ |
D | message_loop_event_dispatcher.cc | 28 bool MessageLoopEventDispatcher::PostTask(const base::Closure& task) { in PostTask() 35 bool MessageLoopEventDispatcher::PostDelayedTask(const base::Closure& task, in PostDelayedTask()
|
/system/connectivity/apmanager/ |
D | event_dispatcher.cc | 39 bool EventDispatcher::PostTask(const base::Closure& task) { in PostTask() 46 bool EventDispatcher::PostDelayedTask(const base::Closure& task, in PostDelayedTask()
|
/system/tpm/trunks/ |
D | background_command_transceiver.cc | 42 base::Closure task = base::Bind(callback, response); in PostCallbackToTaskRunner() local 69 base::Closure task = base::Bind( in SendCommand() local 90 base::Closure task = base::Bind( in SendCommandAndWait() local
|
/system/connectivity/shill/ |
D | ppp_daemon_unittest.cc | 88 std::unique_ptr<ExternalTask> task(Start(options, "eth0", &error)); in TEST_F() local 111 std::unique_ptr<ExternalTask> task(Start(options, "eth0", &error)); in TEST_F() local 129 std::unique_ptr<ExternalTask> task(Start(options, "eth0", &error)); in TEST_F() local
|
D | event_dispatcher.cc | 47 void EventDispatcher::PostTask(const Closure& task) { in PostTask() 51 void EventDispatcher::PostDelayedTask(const Closure& task, int64_t delay_ms) { in PostDelayedTask()
|
D | ppp_daemon.cc | 89 std::unique_ptr<ExternalTask> task(new ExternalTask( in Start() local
|
D | external_task.cc | 115 void ExternalTask::Destroy(ExternalTask* task) { in Destroy()
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | vendor_manager.cc | 124 bool VendorManager::PostTask(const base::Closure& task) { in PostTask() 128 bool VendorManager::PostDelayedTask(const base::Closure& task, in PostDelayedTask()
|
/system/tpm/attestation/server/ |
D | attestation_service.cc | 85 base::Closure task = base::Bind( in CreateGoogleAttestedKey() local 178 base::Closure task = base::Bind( in GetKeyInfo() local 222 base::Closure task = base::Bind( in GetEndorsementInfo() local 273 base::Closure task = base::Bind( in GetAttestationKeyInfo() local 330 base::Closure task = base::Bind( in ActivateAttestationKey() local 378 base::Closure task = base::Bind( in CreateCertifiableKey() local 415 base::Closure task = base::Bind( in Decrypt() local 447 base::Closure task = base::Bind( in Sign() local 479 base::Closure task = base::Bind( in RegisterKeyWithChapsToken() local
|
/system/connectivity/shill/dbus/ |
D | chromeos_rpc_task_dbus_adaptor.cc | 44 RPCTask* task) in ChromeosRPCTaskDBusAdaptor()
|
D | chromeos_dbus_control.cc | 183 RPCTask* task) { in CreateRPCTaskAdaptor()
|
/system/connectivity/shill/dhcp/ |
D | dhcp_provider_unittest.cc | 110 base::Closure task; in TEST_F() local
|
/system/tpm/tpm_manager/server/ |
D | tpm_manager_service.cc | 42 base::Closure task = base::Bind(&TpmManagerService::InitializeTask, in Initialize() local 294 TaskType task) { in PostTaskToWorkerThread()
|
/system/connectivity/shill/binder/ |
D | binder_control.cc | 117 RPCTaskAdaptorInterface* BinderControl::CreateRPCTaskAdaptor(RPCTask* task) { in CreateRPCTaskAdaptor()
|
/system/tpm/tpm_manager/client/ |
D | main.cc | 128 base::Closure task; in ScheduleCommand() local
|
/system/connectivity/shill/cellular/ |
D | cellular_capability_classic.cc | 148 Closure task = (*tasks)[0]; in RunNextStep() local
|
D | cellular_capability_universal.cc | 316 Closure task; in StopModem() local
|
/system/tpm/attestation/client/ |
D | main.cc | 125 base::Closure task; in ScheduleCommand() local
|
/system/weaved/buffet/ |
D | manager.cc | 170 const base::Closure& task, in PostDelayedTask()
|