Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_callbacks.h36 virtual void OnConnectRequest(Address, ClassOfDevice) = 0;
Dconnection_callbacks_mock.h34 MOCK_METHOD(void, OnConnectRequest, (Address, ClassOfDevice), (override));
Dclassic_impl.h260 client_callbacks_, &ConnectionCallbacks::OnConnectRequest, address, cod); in on_incoming_connection()
/packages/modules/Bluetooth/system/main/shim/
Dacl.h52 void OnConnectRequest(hci::Address, hci::ClassOfDevice) override;
Dacl.cc1664 void shim::legacy::Acl::OnConnectRequest(hci::Address address, in OnConnectRequest() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc126 MOCK_METHOD(void, OnConnectRequest, (Address, ClassOfDevice), (override));
668 EXPECT_CALL(mock_connection_callbacks_, OnConnectRequest).Times(1); in TEST_F()
680 EXPECT_CALL(mock_connection_callbacks_, OnConnectRequest).WillOnce([&request_promise]() { in TEST_F()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.h72 void OnConnectRequest(hci::Address, hci::ClassOfDevice) override;
Dlink_manager.cc291 void LinkManager::OnConnectRequest(hci::Address /* device */, hci::ClassOfDevice /* cod */) { in OnConnectRequest() function in bluetooth::l2cap::classic::internal::LinkManager
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc129 void shim::legacy::Acl::OnConnectRequest(hci::Address /* address */, in OnConnectRequest() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc759 TEST_F(MainShimTest, OnConnectRequest) { in TEST_F() argument
766 acl->OnConnectRequest(kAddress, kCod); in TEST_F()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc387 void OnConnectRequest(Address /* address */, ClassOfDevice /* cod */) override { in OnConnectRequest() function in bluetooth::hci::facade::AclManagerFacadeService