Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.cc39 client_handler_ = handler; in RegisterCallbacks()
44 …if (client_handler_ == nullptr) { …
48client_handler_->Post( …
281 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::AclConnectionTracker
325 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<DisconnectStatusView>)); in Disconnect()
332 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionPacketTypeStatusVi… in ChangeConnectionPacketType()
339 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<AuthenticationRequestedStatusView>… in AuthenticationRequested()
346 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<SetConnectionEncryptionStatusView>… in SetConnectionEncryption()
353 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionLinkKeyStatusView>… in ChangeConnectionLinkKey()
360 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ReadClockOffsetStatusView>)); in ReadClockOffset()
[all …]
Dle_acl_connection.cc33 client_handler_ = handler; in RegisterCallbacks()
43 …if (client_handler_ == nullptr) { …
47client_handler_->Post( …
62 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::LeAclConnectionTracker
120 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in LeConnectionUpdate()
Dclassic_impl.h123 ASSERT(client_handler_ == nullptr); in handle_register_callbacks()
125 client_handler_ = handler; in handle_register_callbacks()
205client_handler_->Post(common::BindOnce(&ConnectionCallbacks::OnConnectFail, common::Unretained(cli… in on_connection_complete()
221 client_handler_->Post(common::BindOnce(&ConnectionCallbacks::OnConnectSuccess, in on_connection_complete()
538 os::Handler* client_handler_ = nullptr; member
/system/bt/gd/hci/
Dacl_manager_test.cc314 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
315 ASSERT_NE(client_handler_, nullptr); in SetUp()
353 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::__anon0d2b85f20111::AclManagerNoCallbacksTest
381 queue_end->RegisterEnqueue(client_handler_, in SendAclData()
435 acl_manager_->RegisterCallbacks(&mock_connection_callback_, client_handler_); in SetUp()
436 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp()
462 connection_->RegisterCallbacks(&mock_connection_management_callbacks_, client_handler_); in SetUp()
474client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler()
624client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler()
745 connection_->RegisterCallbacks(&mock_le_connection_management_callbacks_, client_handler_); in TEST_F()
[all …]
Dle_advertising_manager_test.cc275 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
276 ASSERT_NE(client_handler_, nullptr); in SetUp()
292 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anon003212320111::LeAdvertisingManagerTest
372 client_handler_); in TEST_F()
415 client_handler_); in TEST_F()
458 … set_terminated_callback, client_handler_); in TEST_F()
Dle_scanning_manager_test.cc238 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
239 ASSERT_NE(client_handler_, nullptr); in SetUp()
240 mock_callbacks_.handler_ = client_handler_; in SetUp()
266 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anone6f257030111::LeScanningManagerTest
Dcontroller_test.cc270 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
283 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anonea0b95cc0111::ControllerTest
456 controller_->RegisterCompletedAclPacketsCallback(client_handler_->Bind(&CheckReceivedCredits)); in TEST_F()
/system/bt/gd/shim/
Ddumpsys_test.cc101 os::Handler* client_handler_ = nullptr; member in testing::DumpsysTest
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h145 std::shared_ptr<TestClientHandler> client_handler_; variable
Dfake_bluetooth_gatt_interface.cc151 : client_handler_(client_handler) { in FakeBluetoothGattInterface()
/system/bt/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::__anon1f5daf130111::InquiryTest