Searched refs:RegisterTaskCancel (Results 1 – 6 of 6) sorted by relevance
179 dev->RegisterTaskCancel(cancel_task_); in IncomingHciConnection()
82 void RegisterTaskCancel(std::function<void(AsyncTaskId)> cancel);
100 void RegisterTaskCancel(std::function<void(AsyncTaskId)> cancel);
242 void DualModeController::RegisterTaskCancel(std::function<void(AsyncTaskId)> task_cancel) { in RegisterTaskCancel() function in test_vendor_lib::DualModeController243 link_layer_controller_.RegisterTaskCancel(task_cancel); in RegisterTaskCancel()
678 void LinkLayerController::RegisterTaskCancel(std::function<void(AsyncTaskId)> task_cancel) { in RegisterTaskCancel() function in test_vendor_lib::LinkLayerController
117 …controller_->RegisterTaskCancel([this](AsyncTaskId task) { async_manager_.CancelAsyncTask(task); }… in initialize()