Home
last modified time | relevance | path

Searched refs:client_handler_ (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc38 client_handler_ = handler; in RegisterCallbacks()
48 …if (client_handler_ == nullptr) { …
52client_handler_->Post( …
316 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::AclConnectionTracker
372 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<DisconnectStatusView>)); in Disconnect()
379 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionPacketTypeStatusVi… in ChangeConnectionPacketType()
386 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<AuthenticationRequestedStatusView>… in AuthenticationRequested()
393 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<SetConnectionEncryptionStatusView>… in SetConnectionEncryption()
400 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionLinkKeyStatusView>… in ChangeConnectionLinkKey()
407 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ReadClockOffsetStatusView>)); in ReadClockOffset()
[all …]
Dle_acl_connection.cc36 client_handler_ = handler; in RegisterCallbacks()
46 …if (client_handler_ == nullptr) { …
50client_handler_->Post( …
93 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::LeAclConnectionTracker
181 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in Disconnect()
207 … pimpl_->tracker.client_handler_->BindOnceOn(this, &LeAclConnection::OnLeSubrateRequestStatus)); in LeSubrateRequest()
235 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in LeConnectionUpdate()
245 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in ReadRemoteVersionInformation()
255 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in LeReadRemoteFeatures()
Dacl_scheduler_test.cc57 client_handler_ = fake_registry_.GetTestModuleHandler(&AclScheduler::Factory); in SetUp()
58 ASSERT_NE(client_handler_, nullptr); in SetUp()
71 return client_handler_->BindOnce([](std::string _) { ADD_FAILURE(); }); in impossibleCallbackTakingString()
75 return client_handler_->BindOnce([](std::string _) {}); in emptyCallbackTakingString()
79 return client_handler_->BindOnce( in promiseCallbackTakingString()
84 return client_handler_->BindOnce([] { ADD_FAILURE(); }); in impossibleCallback()
88 return client_handler_->BindOnce([] {}); in emptyCallback()
92 …return client_handler_->BindOnce([](std::promise<void> promise) { promise.set_value(); }, std::mov… in promiseCallback()
98 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::__anonfb4b772a0111::AclSchedulerTest
Dclassic_impl.h259 client_handler_->CallOn( in on_incoming_connection()
265 client_handler_->CallOn( in on_incoming_connection()
273 client_handler_->CallOn( in on_incoming_connection()
331 client_handler_->Post(common::BindOnce( in on_create_connection_status()
358 client_handler_->Post(common::BindOnce( in create_and_announce_connection()
389 client_handler_->Post(common::BindOnce( in create_and_announce_connection()
465 client_handler_->BindOnceOn( in cancel_connect()
807 ASSERT(client_handler_ == nullptr); in handle_register_callbacks()
809 client_handler_ = handler; in handle_register_callbacks()
815 client_handler_ = nullptr; in handle_unregister_callbacks()
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc397 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
398 ASSERT_NE(client_handler_, nullptr); in SetUp()
411client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler()
422 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::__anone57cfdcd0111::AclManagerBaseTest
464 client_handler_, in SendAclData()
483 acl_manager_->RegisterCallbacks(&mock_connection_callbacks_, client_handler_); in SetUp()
484 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()
569 connection_->RegisterCallbacks(&mock_connection_management_callbacks_, client_handler_); in SetUp()
700client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler()
743 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
[all …]
Dacl_manager_test.cc112 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
113 ASSERT_NE(client_handler_, nullptr); in SetUp()
157 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::__anonbd15f70d0111::AclManagerNoCallbacksTest
185 queue_end->RegisterEnqueue(client_handler_, in SendAclData()
239 acl_manager_->RegisterCallbacks(&mock_connection_callback_, client_handler_); in SetUp()
240 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()
268 connection_->RegisterCallbacks(&mock_connection_management_callbacks_, client_handler_); in SetUp()
659 connection_->RegisterCallbacks(&mock_le_connection_management_callbacks_, client_handler_); in TEST_F()
692 connection_->RegisterCallbacks(&mock_le_connection_management_callbacks_, client_handler_); in TEST_F()
703 connection_->RegisterCallbacks(&mock_le_connection_management_callbacks_, client_handler_); in TEST_F()
[all …]
Dle_advertising_manager_test.cc192 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
193 ASSERT_NE(client_handler_, nullptr); in SetUp()
213 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anon3fbebc6d0111::LeAdvertisingManagerTest
273 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp()
337 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp()
388 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp()
448 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp()
498 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F()
555 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F()
592 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F()
[all …]
Dremote_name_request_test.cc74 client_handler_ = fake_registry_.GetTestModuleHandler(&RemoteNameRequestModule::Factory); in SetUp()
75 ASSERT_NE(client_handler_, nullptr); in SetUp()
90 return client_handler_->BindOnce([](T... args) { ADD_FAILURE(); }); in impossibleCallback()
95 return client_handler_->BindOnce([](T... args) {}); in emptyCallback()
100 return client_handler_->BindOnce( in promiseCallback()
107 return client_handler_->BindOnce( in capturingPromiseCallback()
116 return client_handler_->BindOnce( in capturingPromiseCallback()
124 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anon6b9db7770111::RemoteNameRequestModuleTest
Dle_scanning_manager_test.cc280 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
281 ASSERT_TRUE(client_handler_ != nullptr); in SetUp()
310 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anon17ddb31e0211::LeScanningManagerTest
396 client_handler_->Post(common::BindOnce( in TEST_F()
533 client_handler_->Post(common::BindOnce( in TEST_F()
Dcontroller_test.cc296 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
309 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anona98ecf870211::ControllerTest
495 controller_->RegisterCompletedAclPacketsCallback(client_handler_->Bind(&CheckReceivedCredits)); in TEST_F()
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys_test.cc100 os::Handler* client_handler_ = nullptr; member in testing::DumpsysTest
/packages/modules/Bluetooth/system/gd/neighbor/
Dinquiry_test.cc341 client_handler_ = fake_registry_.GetTestModuleHandler(&hci::HciLayer::Factory); in SetUp()
363 os::Handler* client_handler_ = nullptr; member in bluetooth::neighbor::__anoncc96438e0111::InquiryTest