Home
last modified time | relevance | path

Searched refs:OnLeConnectSuccess (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc39 void OnLeConnectSuccess(core::AddressWithType addr) const { in OnLeConnectSuccess() function
102 virtual void OnLeConnectSuccess(hci::AddressWithType address) { in OnLeConnectSuccess() function
103 callbacks_.value()->OnLeConnectSuccess(ToRustAddress(address)); in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc228 OnLeConnectSuccess,
237 MOCK_METHOD(void, OnLeConnectSuccess, (AddressWithType address), (override));
427 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(_, _)) in SetUp()
522 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(address_with_type, _)); in TEST_F()
561 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(address_with_type, _)); in TEST_F()
599 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(address_with_type, _)); in TEST_F()
637 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(address_with_type, _)); in TEST_F()
1005 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(_, _)).Times(1); in TEST_F()
1024 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(_, _)).Times(1); in TEST_F()
1043 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(_, _)).Times(1); in TEST_F()
[all …]
Dle_connection_callbacks.h34 virtual void OnLeConnectSuccess(AddressWithType, std::unique_ptr<LeAclConnection>) = 0;
Dle_acceptlist_callbacks.h33 virtual void OnLeConnectSuccess(AddressWithType) = 0;
Dle_connection_callbacks_mock.h36 OnLeConnectSuccess,
Dle_impl.h504 &LeConnectionCallbacks::OnLeConnectSuccess, in on_le_connection_complete()
509 le_acceptlist_callbacks_->OnLeConnectSuccess(remote_address); in on_le_connection_complete()
668 le_acceptlist_callbacks_->OnLeConnectSuccess(connection->GetRemoteAddress()); in OnAdvertisingSetTerminated()
671 &LeConnectionCallbacks::OnLeConnectSuccess, in OnAdvertisingSetTerminated()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager_test.cc146 …llback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectSuccess, in TEST_F()
344 …llback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectSuccess, in TEST_F()
440 …llback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectSuccess, in TEST_F()
538 …llback_handler->Post(common::BindOnce(&hci::acl_manager::LeConnectionCallbacks::OnLeConnectSuccess, in TEST_F()
Dlink_manager.h74 void OnLeConnectSuccess(hci::AddressWithType connecting_address_with_type,
Dlink_manager.cc106 void LinkManager::OnLeConnectSuccess(hci::AddressWithType connecting_address_with_type, in OnLeConnectSuccess() function in bluetooth::l2cap::le::internal::LinkManager
/packages/modules/Bluetooth/system/main/shim/
Dacl.h59 void OnLeConnectSuccess(
Dacl.cc1692 void shim::legacy::Acl::OnLeConnectSuccess( in OnLeConnectSuccess() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc139 void shim::legacy::Acl::OnLeConnectSuccess( in OnLeConnectSuccess() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc381 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(remote_with_type_, _)) in SetUp()
543 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(remote_with_type, _)) in TEST_F()
584 EXPECT_CALL(mock_le_connection_callbacks_, OnLeConnectSuccess(remote_with_type, _)) in TEST_F()
Dacl_manager_unittest.cc144 void OnLeConnectSuccess( in OnLeConnectSuccess() function in bluetooth::hci::acl_manager::__anond0d203480111::MockLeConnectionCallbacks
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc298 …void OnLeConnectSuccess(AddressWithType peer, std::unique_ptr<LeAclConnection> connection) overrid… in OnLeConnectSuccess() function in bluetooth::hci::facade::LeAclManagerFacadeService
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc673 acl->OnLeConnectSuccess(remote_address, std::move(connection)); in TEST_F()