/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | dynamic_channel_impl_test.cc | 93 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()
|
D | dynamic_channel_impl.cc | 67 void DynamicChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::internal::DynamicChannelImpl
|
D | dynamic_channel_impl.h | 49 virtual void OnClosed(hci::ErrorCode status);
|
D | fixed_channel_allocator.h | 102 elem.second->OnClosed(hci_status); in OnAclDisconnected()
|
D | dynamic_channel_allocator.cc | 133 elem.second->OnClosed(reason); in OnAclDisconnected()
|
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | fixed_channel_impl_test.cc | 97 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()
|
D | fixed_channel_impl_mock.h | 36 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));
|
D | fixed_channel_impl.cc | 62 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::le::internal::FixedChannelImpl
|
D | fixed_channel_impl.h | 66 virtual void OnClosed(hci::ErrorCode status);
|
D | signalling_manager.cc | 321 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionRequest() 350 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionResponse()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | fixed_channel_impl_test.cc | 101 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()
|
D | fixed_channel_impl_mock.h | 37 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));
|
D | fixed_channel_impl.cc | 53 void FixedChannelImpl::OnClosed(hci::ErrorCode status) { in OnClosed() function in bluetooth::l2cap::classic::internal::FixedChannelImpl
|
D | fixed_channel_impl.h | 59 virtual void OnClosed(hci::ErrorCode status);
|
D | signalling_manager.cc | 614 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionRequest() 644 channel->OnClosed(hci::ErrorCode::SUCCESS); in OnDisconnectionResponse()
|
/packages/modules/Bluetooth/system/gd/docs/testing/ |
D | gtest.md | 155 virtual void OnClosed(hci::ErrorCode status); 199 MOCK_METHOD(void, OnClosed, (hci::ErrorCode status), (override));
|