/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_property_listener.h | 74 virtual void OnRoleChange( in OnRoleChange() function
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 84 virtual void OnRoleChange(hci::ErrorCode hci_status, Role new_role) = 0;
|
D | connection_management_callbacks_mock.h | 86 MOCK_METHOD(void, OnRoleChange, (ErrorCode hci_status, Role new_role), (override));
|
D | classic_impl.h | 363 callbacks->OnRoleChange(hci::ErrorCode::SUCCESS, current_role); in create_and_announce_connection() 366 … callbacks->OnRoleChange(delayed_role_change_->GetStatus(), delayed_role_change_->GetNewRole()); in create_and_announce_connection() 666 callbacks->OnRoleChange(hci_status, new_role); in on_role_change()
|
D | classic_acl_connection.cc | 145 void OnRoleChange(hci::ErrorCode hci_status, Role new_role) override { in OnRoleChange() function in bluetooth::hci::acl_manager::AclConnectionTracker 146 SAVE_OR_CALL(OnRoleChange, hci_status, new_role) in OnRoleChange()
|
D | classic_acl_connection_test.cc | 226 void OnRoleChange(hci::ErrorCode /* hci_status */, hci::Role /* new_role */) override {} in OnRoleChange() function in TestConnectionManagementCallbacks
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 405 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::LinkManager 408 link_property_listener_, &LinkPropertyListener::OnRoleChange, hci_status, remote, role); in OnRoleChange()
|
D | link.cc | 436 void Link::OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) { in OnRoleChange() function in bluetooth::l2cap::classic::internal::Link 438 link_manager_->OnRoleChange(hci_status, GetDevice().GetAddress(), new_role); in OnRoleChange()
|
D | link_manager.h | 87 void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role);
|
D | link.h | 197 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override;
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_unittest.cc | 318 …EXPECT_CALL(mock_connection_management_callbacks_, OnRoleChange(hci::ErrorCode::SUCCESS, Role::CEN… in SetUp() 386 MOCK_METHOD2(OnRoleChange, void(ErrorCode hci_status, Role new_role));
|
D | acl_manager_test.cc | 261 …EXPECT_CALL(mock_connection_management_callbacks_, OnRoleChange(hci::ErrorCode::SUCCESS, Role::CEN… in SetUp() 826 …EXPECT_CALL(mock_connection_management_callbacks_, OnRoleChange(hci::ErrorCode::SUCCESS, Role::PER… in TEST_F()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 417 void OnRoleChange(hci::ErrorCode /* hci_status */, Role new_role) override { in OnRoleChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 656 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() function in ClassicShimAclConnection
|