Home
last modified time | relevance | path

Searched refs:mock_classic_link_ (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/internal/
Dfixed_channel_allocator_test.cc42 mock_classic_link_ = new MockLink(handler_, mock_parameter_provider_); in SetUp()
43 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
46 …std::make_unique<FixedChannelAllocator<MockFixedChannelImpl, MockLink>>(mock_classic_link_, handle… in SetUp()
51 delete mock_classic_link_; in TearDown()
61 MockLink* mock_classic_link_{nullptr}; member in bluetooth::l2cap::internal::L2capFixedChannelAllocatorTest
Ddynamic_channel_allocator_fuzz_test.cc49 mock_classic_link_ = in SetUp()
51 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
52 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()
57 delete mock_classic_link_; in TearDown()
75 NiceMock<MockLink>* mock_classic_link_{nullptr}; member in bluetooth::l2cap::internal::L2capClassicDynamicChannelAllocatorFuzzTest
Ddynamic_channel_allocator_test.cc40 mock_classic_link_ = new MockLink(handler_, mock_parameter_provider_); in SetUp()
41 EXPECT_CALL(*mock_classic_link_, GetDevice()).WillRepeatedly(Return(device)); in SetUp()
42 channel_allocator_ = std::make_unique<DynamicChannelAllocator>(mock_classic_link_, handler_); in SetUp()
47 delete mock_classic_link_; in TearDown()
57 MockLink* mock_classic_link_{nullptr}; member in bluetooth::l2cap::internal::L2capClassicDynamicChannelAllocatorTest