/packages/modules/Bluetooth/system/gd/security/ |
D | security_manager.cc | 29 security_handler_->Post( in Init() 34 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBond, in CreateBond() 41 security_handler_->Post(common::BindOnce( in CreateBondOutOfBand() 50 security_handler_->Post(common::BindOnce( in GetOutOfBandData() 57 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CreateBondLe, in CreateBondLe() 63 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::CancelBond, in CancelBond() 69 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::RemoveBond, in RemoveBond() 75 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::SetUserInterfaceHandler, in SetUserInterfaceHandler() 86 security_handler_->Post(common::BindOnce( in SetLeInitiatorAddressPolicyForTest() 97 security_handler_->Post(common::BindOnce(&internal::SecurityManagerImpl::RegisterCallbackListener, in RegisterCallbackListener() [all …]
|
D | l2cap_security_module_interface.cc | 29 this->security_handler_->Post(common::BindOnce( in Enforce() 37 this->security_handler_->Post(common::BindOnce( in Enforce()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | fixed_channel_service_manager_impl.cc | 35 pending_registration.user_handler_->Post( in Register() 40 pending_registration.user_handler_->Post( in Register() 48 pending_registration.user_handler_->Post( in Register() 58 handler->Post(std::move(callback)); in Unregister()
|
D | link_manager_test.cc | 62 handler->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise))); in SyncHandler() 146 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectS… in TEST_F() 150 connection_management_handler->Post(common::BindOnce( in TEST_F() 195 connection_management_handler->Post(common::BindOnce( in TEST_F() 275 hci_callback_handler->Post(common::BindOnce( in TEST_F() 344 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectS… in TEST_F() 348 connection_management_handler->Post(common::BindOnce( in TEST_F() 371 connection_management_handler->Post(common::BindOnce( in TEST_F() 440 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectS… in TEST_F() 444 connection_management_handler->Post(common::BindOnce( in TEST_F() [all …]
|
D | dynamic_channel_service_manager_impl.cc | 35 pending_registration.user_handler_->Post(common::BindOnce( in Register() 44 pending_registration.user_handler_->Post( in Register() 54 handler->Post(std::move(callback)); in Unregister()
|
D | link_manager.cc | 41 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices() 67 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in ConnectFixedChannelServices() 143 pending_fixed_channel_connection.handler_->Post(common::BindOnce( in OnLeConnectFail()
|
D | fixed_channel_impl.cc | 55 user_handler->Post(common::BindOnce(std::move(on_close_callback), close_reason_)); in RegisterOnCloseCallback() 79 user_handler_->Post(common::BindOnce(std::move(on_close_callback_), status)); in OnClosed()
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_stack_dumpsys_test.cc | 419 handler_->Post(common::BindOnce( in Start() 427 handler_->Post( in Await() 434 void Post(common::OnceClosure closure) { in Post() function in Client 439 handler_->Post(std::move(closure)); in Post() 449 handler_->Post(common::BindOnce( in Quiesce() 573 c->Post(base::BindOnce( in TEST_F() 600 c->Post(base::BindOnce( in TEST_F() 617 client_group_.clients_[0]->Post( in TEST_F() 634 client_group_.clients_[0]->Post(base::BindOnce( in TEST_F() 642 client_group_.clients_[0]->Post( in TEST_F() [all …]
|
D | main_shim_stack_lifecycle_test.cc | 382 handler_->Post(common::BindOnce( in Start() 390 handler_->Post( in Await() 397 void Post(common::OnceClosure closure) { in Post() function in Client 403 handler_->Post(std::move(closure)); in Post() 414 handler_->Post(common::BindOnce( in Quiesce() 524 c->Post(base::BindOnce( in TEST_F() 534 c->Post(base::BindOnce( in TEST_F() 544 c->Post(base::BindOnce( in TEST_F() 580 c->Post(base::BindOnce( in TEST_F() 599 c->Post(base::BindOnce( in TEST_F() [all …]
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | fixed_channel_service_manager_impl.cc | 35 pending_registration.user_handler_->Post( in Register() 40 pending_registration.user_handler_->Post( in Register() 48 pending_registration.user_handler_->Post( in Register() 58 handler->Post(std::move(callback)); in Unregister()
|
D | fixed_channel_impl.cc | 46 user_handler->Post(common::BindOnce(std::move(on_close_callback), close_reason_)); in RegisterOnCloseCallback() 70 user_handler_->Post(common::BindOnce(std::move(on_close_callback_), status)); in OnClosed()
|
D | link_manager_test.cc | 66 handler->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise))); in SyncHandler() 149 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::ConnectionCallbacks::OnConnectSucce… in TEST_F() 256 hci_callback_handler->Post(common::BindOnce( in TEST_F() 321 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::ConnectionCallbacks::OnConnectSucce… in TEST_F() 395 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::ConnectionCallbacks::OnConnectSucce… in TEST_F() 471 …hci_callback_handler->Post(common::BindOnce(&hci::acl_manager::ConnectionCallbacks::OnConnectSucce… in TEST_F()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | fixed_channel.cc | 30 …l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::RegisterOnCloseCallback, impl_,… in RegisterOnCloseCallback() 35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire() 39 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
|
D | fixed_channel_manager.cc | 32 l2cap_layer_handler_->Post(common::BindOnce(&internal::LinkManager::ConnectFixedChannelServices, in ConnectServices() 44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | fixed_channel.cc | 30 …l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::RegisterOnCloseCallback, impl_,… in RegisterOnCloseCallback() 35 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Acquire, impl_)); in Acquire() 39 l2cap_handler_->Post(common::BindOnce(&internal::FixedChannelImpl::Release, impl_)); in Release()
|
D | fixed_channel_manager.cc | 32 l2cap_layer_handler_->Post(common::BindOnce(&internal::LinkManager::ConnectFixedChannelServices, in ConnectServices() 44 l2cap_layer_handler_->Post(common::BindOnce(&internal::FixedChannelServiceManagerImpl::Register, in RegisterService()
|
D | dynamic_channel_manager.cc | 37 l2cap_layer_handler_->Post(common::BindOnce(&internal::LinkManager::ConnectDynamicChannelServices, in ConnectChannel() 55 l2cap_layer_handler_->Post(common::BindOnce(&internal::DynamicChannelServiceManagerImpl::Register, in RegisterService()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | handler.h | 46 virtual void Post(common::OnceClosure closure) override; 56 Post(common::BindOnce(std::forward<Functor>(functor), std::forward<Args>(args)...)); in Call() 61 …Post(common::BindOnce(std::forward<Functor>(functor), common::Unretained(obj), std::forward<Args>(… in CallOn()
|
D | handler_unittest.cc | 61 handler_->Post(std::move(closure)); in TEST_F() 75 handler_->Post(common::BindOnce( in TEST_F() 89 handler_->Post(common::BindOnce([]() { ASSERT_TRUE(false); })); in TEST_F()
|
D | thread_benchmark.cc | 83 handler_->Post(BindOnce( in BENCHMARK_DEFINE_F() 104 handler_->Post( in BENCHMARK_DEFINE_F()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | handler.cc | 42 void headless::Handler::Post(common::OnceClosure closure) { in Post() function in bluetooth::test::headless::Handler 44 handler_->Post(std::move(closure)); in Post()
|
/packages/modules/Bluetooth/system/gd/ |
D | stack_manager.cc | 47 …handler_->Post(common::BindOnce(&StackManager::handle_start_up, common::Unretained(this), modules,… in StartUp() 75 …handler_->Post(common::BindOnce(&StackManager::handle_shut_down, common::Unretained(this), std::mo… in ShutDown()
|
/packages/modules/Bluetooth/system/gd/common/ |
D | contextual_callback.h | 44 context_->Post(common::BindOnce(std::move(callback_), std::forward<Args>(args)...)); in operator() 78 context_->Post(common::BindOnce(callback_, std::forward<Args>(args)...)); in operator()
|
D | bidi_queue_unittest.cc | 70 handler_->Post(BindOnce( in Send() 80 handler_->Post( in Receive()
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | queue_unittest.cc | 84 …handler_->Post(common::BindOnce(&TestEnqueueEnd::handle_register_enqueue, common::Unretained(this)… in RegisterEnqueue() 91 handler_->Post( in UnregisterEnqueue() 150 …handler_->Post(common::BindOnce(&TestDequeueEnd::handle_register_dequeue, common::Unretained(this)… in RegisterDequeue() 157 handler_->Post( in UnregisterDequeue() 731 enqueue_handler_->Post(common::BindOnce( in TEST_F() 733 dequeue_handler->Post(common::BindOnce( in TEST_F() 851 …handler->Post(common::BindOnce(&MockIQueueEnqueue::handle_register_enqueue, common::Unretained(thi… in RegisterEnqueue() 890 …handler_->Post(common::BindOnce([](std::promise<void> promise) { promise.set_value(); }, std::move… in SynchronizeHandler()
|