/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_callbacks.h | 38 virtual void OnConnectFail(Address, ErrorCode reason, bool locally_initiated) = 0;
|
D | connection_callbacks_mock.h | 35 MOCK_METHOD(void, OnConnectFail, (Address, ErrorCode reason, bool locally_initiated), (override));
|
D | classic_impl.h | 314 &ConnectionCallbacks::OnConnectFail, in on_create_connection_status() 341 &ConnectionCallbacks::OnConnectFail, in create_and_announce_connection() 418 &ConnectionCallbacks::OnConnectFail, in cancel_connect()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.h | 53 void OnConnectFail(hci::Address, hci::ErrorCode reason,
|
D | acl.cc | 1679 void shim::legacy::Acl::OnConnectFail(hci::Address address, in OnConnectFail() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.h | 73 void OnConnectFail(hci::Address device, hci::ErrorCode reason, bool locally_initiated) override;
|
D | link_manager.cc | 295 void LinkManager::OnConnectFail(hci::Address device, hci::ErrorCode reason, bool) { in OnConnectFail() function in bluetooth::l2cap::classic::internal::LinkManager
|
D | link_manager_test.cc | 257 &hci::acl_manager::ConnectionCallbacks::OnConnectFail, in TEST_F()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl.cc | 133 void shim::legacy::Acl::OnConnectFail(hci::Address /* address */, in OnConnectFail() function in shim::legacy::Acl
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 391 void OnConnectFail(Address address, ErrorCode reason, bool /* locally_initiated */) override { in OnConnectFail() function in bluetooth::hci::facade::AclManagerFacadeService
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 127 MOCK_METHOD(void, OnConnectFail, (Address, ErrorCode reason, bool locally_initiated), (override));
|
D | acl_manager_test.cc | 332 ON_CALL(mock_connection_callback_, OnConnectFail) in TEST_F() 342 EXPECT_CALL(mock_connection_callback_, OnConnectFail(remote, ErrorCode::PAGE_TIMEOUT, true)); in TEST_F()
|