Searched refs:mock_channel_ (Results 1 – 1 of 1) sorted by relevance
77 mock_channel_ = std::make_shared<testing::MockChannelImpl>(); in SetUp()78 …EXPECT_CALL(*mock_channel_, GetQueueDownEnd()).WillRepeatedly(Return(channel_queue_.GetDownEnd())); in SetUp()79 EXPECT_CALL(*mock_channel_, GetCid()).WillRepeatedly(Return(cid_)); in SetUp()80 EXPECT_CALL(*mock_channel_, GetRemoteCid()).WillRepeatedly(Return(cid_)); in SetUp()81 sender_ = new Sender(queue_handler_, &link_, &scheduler_, mock_channel_); in SetUp()97 std::shared_ptr<testing::MockChannelImpl> mock_channel_; member in bluetooth::l2cap::internal::__anoncea1feda0111::L2capSenderTest