Home
last modified time | relevance | path

Searched refs:OnClosed (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_impl_test.cc93 dynamic_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
110 dynamic_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
138 dynamic_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
143 EXPECT_DEATH(dynamic_channel_impl.OnClosed(hci::ErrorCode::PAGE_TIMEOUT), ".*OnClosed.*"); in TEST_F()
Ddynamic_channel_impl.cc67 void DynamicChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::internal::DynamicChannelImpl
Ddynamic_channel_impl.h49 virtual void OnClosed(hci::ErrorCode status);
Dfixed_channel_allocator.h102 elem.second->OnClosed(hci_status); in OnAclDisconnected()
Ddynamic_channel_allocator.cc133 elem.second->OnClosed(reason); in OnAclDisconnected()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl_test.cc97 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
116 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
147 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
152 EXPECT_DEATH(fixed_channel_impl.OnClosed(hci::ErrorCode::PAGE_TIMEOUT), ".*OnClosed.*"); in TEST_F()
257 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
Dfixed_channel_impl_mock.h36 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));
Dfixed_channel_impl.cc62 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::le::internal::FixedChannelImpl
Dfixed_channel_impl.h66 virtual void OnClosed(hci::ErrorCode status);
Dsignalling_manager.cc321 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionRequest()
350 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionResponse()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl_test.cc101 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
124 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
160 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
165 …EXPECT_DEATH(fixed_channel_impl.OnClosed(hci::ErrorCode::PAGE_TIMEOUT), ".*assertion \'!closed_\' … in TEST_F()
302 fixed_channel_impl.OnClosed(hci::ErrorCode::REMOTE_USER_TERMINATED_CONNECTION); in TEST_F()
Dfixed_channel_impl_mock.h37 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));
Dfixed_channel_impl.cc53 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
Dfixed_channel_impl.h59 virtual void OnClosed(hci::ErrorCode status);
Dsignalling_manager.cc614 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionRequest()
644 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionResponse()
/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md155 virtual void OnClosed(hci::ErrorCode status);
199 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));