Home
last modified time | relevance | path

Searched refs:MockFixedChannelImpl (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Dfixed_channel_allocator_test.cc29 using l2cap::classic::internal::testing::MockFixedChannelImpl;
46 …std::make_unique<FixedChannelAllocator<MockFixedChannelImpl, MockLink>>(mock_classic_link_, handle… in SetUp()
62 std::unique_ptr<FixedChannelAllocator<MockFixedChannelImpl, MockLink>> channel_allocator_;
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dfixed_channel_impl_mock.h29 class MockFixedChannelImpl : public FixedChannelImpl {
31MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl() function
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dfixed_channel_impl_mock.h29 class MockFixedChannelImpl : public FixedChannelImpl {
/packages/modules/Bluetooth/system/gd/docs/testing/
Dgtest.md191 class MockFixedChannelImpl : public FixedChannelImpl {
193MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link…