Home
last modified time | relevance | path

Searched refs:OnRoleChange (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h74 virtual void OnRoleChange( in OnRoleChange() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h84 virtual void OnRoleChange(hci::ErrorCode hci_status, Role new_role) = 0;
Dconnection_management_callbacks_mock.h86 MOCK_METHOD(void, OnRoleChange, (ErrorCode hci_status, Role new_role), (override));
Dclassic_impl.h363 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()
Dclassic_acl_connection.cc145 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()
Dclassic_acl_connection_test.cc226 void OnRoleChange(hci::ErrorCode /* hci_status */, hci::Role /* new_role */) override {} in OnRoleChange() function in TestConnectionManagementCallbacks
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc405 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()
Dlink.cc436 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()
Dlink_manager.h87 void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role);
Dlink.h197 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override;
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc318 …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));
Dacl_manager_test.cc261 …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/
Dacl_manager_facade.cc417 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/
Dacl.cc656 void OnRoleChange(hci::ErrorCode hci_status, hci::Role new_role) override { in OnRoleChange() function in ClassicShimAclConnection