/packages/modules/Bluetooth/system/rust/src/connection/ffi/ |
D | connection_shim.cc | 39 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/ |
D | le_impl_test.cc | 228 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 …]
|
D | le_connection_callbacks.h | 34 virtual void OnLeConnectSuccess(AddressWithType, std::unique_ptr<LeAclConnection>) = 0;
|
D | le_acceptlist_callbacks.h | 33 virtual void OnLeConnectSuccess(AddressWithType) = 0;
|
D | le_connection_callbacks_mock.h | 36 OnLeConnectSuccess,
|
D | le_impl.h | 504 &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/ |
D | link_manager_test.cc | 146 …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()
|
D | link_manager.h | 74 void OnLeConnectSuccess(hci::AddressWithType connecting_address_with_type,
|
D | link_manager.cc | 106 void LinkManager::OnLeConnectSuccess(hci::AddressWithType connecting_address_with_type, in OnLeConnectSuccess() function in bluetooth::l2cap::le::internal::LinkManager
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.h | 59 void OnLeConnectSuccess(
|
D | acl.cc | 1692 void shim::legacy::Acl::OnLeConnectSuccess( in OnLeConnectSuccess() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 139 void shim::legacy::Acl::OnLeConnectSuccess( in OnLeConnectSuccess() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 381 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()
|
D | acl_manager_unittest.cc | 144 void OnLeConnectSuccess( in OnLeConnectSuccess() function in bluetooth::hci::acl_manager::__anond0d203480111::MockLeConnectionCallbacks
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_acl_manager_facade.cc | 298 …void OnLeConnectSuccess(AddressWithType peer, std::unique_ptr<LeAclConnection> connection) overrid… in OnLeConnectSuccess() function in bluetooth::hci::facade::LeAclManagerFacadeService
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 673 acl->OnLeConnectSuccess(remote_address, std::move(connection)); in TEST_F()
|