Searched refs:MockFixedChannelImpl (Results 1 – 4 of 4) sorted by relevance
29 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_;
29 class MockFixedChannelImpl : public FixedChannelImpl {31 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link… in MockFixedChannelImpl() function
29 class MockFixedChannelImpl : public FixedChannelImpl {
191 class MockFixedChannelImpl : public FixedChannelImpl {193 …MockFixedChannelImpl(Cid cid, Link* link, os::Handler* l2cap_handler) : FixedChannelImpl(cid, link…