Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_callbacks.h38 virtual void OnConnectFail(Address, ErrorCode reason, bool locally_initiated) = 0;
Dconnection_callbacks_mock.h35 MOCK_METHOD(void, OnConnectFail, (Address, ErrorCode reason, bool locally_initiated), (override));
Dclassic_impl.h314 &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/
Dacl.h53 void OnConnectFail(hci::Address, hci::ErrorCode reason,
Dacl.cc1679 void shim::legacy::Acl::OnConnectFail(hci::Address address, in OnConnectFail() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.h73 void OnConnectFail(hci::Address device, hci::ErrorCode reason, bool locally_initiated) override;
Dlink_manager.cc295 void LinkManager::OnConnectFail(hci::Address device, hci::ErrorCode reason, bool) { in OnConnectFail() function in bluetooth::l2cap::classic::internal::LinkManager
Dlink_manager_test.cc257 &hci::acl_manager::ConnectionCallbacks::OnConnectFail, in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc133 void shim::legacy::Acl::OnConnectFail(hci::Address /* address */, in OnConnectFail() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc391 void OnConnectFail(Address address, ErrorCode reason, bool /* locally_initiated */) override { in OnConnectFail() function in bluetooth::hci::facade::AclManagerFacadeService
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc127 MOCK_METHOD(void, OnConnectFail, (Address, ErrorCode reason, bool locally_initiated), (override));
Dacl_manager_test.cc332 ON_CALL(mock_connection_callback_, OnConnectFail) in TEST_F()
342 EXPECT_CALL(mock_connection_callback_, OnConnectFail(remote, ErrorCode::PAGE_TIMEOUT, true)); in TEST_F()