Searched refs:mock_classic_link_ (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | fixed_channel_allocator_test.cc | 42 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
|
D | dynamic_channel_allocator_fuzz_test.cc | 49 mock_classic_link_ = new NiceMock<MockLink>(handler_, mock_parameter_provider_, 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
|
D | dynamic_channel_allocator_test.cc | 40 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
|