Home
last modified time | relevance | path

Searched refs:MockSendAlgorithm (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dpacing_sender_test.cc46 mock_sender_(new StrictMock<MockSendAlgorithm>()), in PacingSenderTest()
56 mock_sender_ = std::make_unique<StrictMock<MockSendAlgorithm>>(); in InitPacingRate()
142 std::unique_ptr<StrictMock<MockSendAlgorithm>> mock_sender_;
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_session_test.cc1146 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1187 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1233 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1371 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
2425 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
2539 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
Dquic_sent_packet_manager_test.cc101 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicSentPacketManagerTest()
322 MockSendAlgorithm* send_algorithm_;
Dquic_connection_test.cc404 void EnablePathMtuDiscovery(MockSendAlgorithm* send_algorithm) { in EnablePathMtuDiscovery()
620 send_algorithm_(new StrictMock<MockSendAlgorithm>), in QuicConnectionTest()
1587 MockSendAlgorithm* send_algorithm_;
1924 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
14153 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
14318 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
14506 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
16924 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
17004 send_algorithm_ = new StrictMock<MockSendAlgorithm>(); in TEST_P()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_spdy_session_test.cc837 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
878 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
924 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1027 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
1925 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
2043 MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>; in TEST_P()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h1208 class MockSendAlgorithm : public SendAlgorithmInterface {
1210 MockSendAlgorithm();
1211 MockSendAlgorithm(const MockSendAlgorithm&) = delete;
1212 MockSendAlgorithm& operator=(const MockSendAlgorithm&) = delete;
1213 ~MockSendAlgorithm() override;
Dquic_test_utils.cc806 MockSendAlgorithm::MockSendAlgorithm() { in MockSendAlgorithm() function in quic::test::MockSendAlgorithm
813 MockSendAlgorithm::~MockSendAlgorithm() {} in ~MockSendAlgorithm()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint_test.cc99 auto* sender = new NiceMock<test::MockSendAlgorithm>(); in TEST_F()
/external/cronet/net/quic/
Dquic_proxy_client_socket_unittest.cc190 send_algorithm_ = new quic::test::MockSendAlgorithm(); in Initialize()
594 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;
Dquic_http_stream_test.cc355 send_algorithm_ = new quic::test::MockSendAlgorithm(); in Initialize()
660 raw_ptr<quic::test::MockSendAlgorithm> send_algorithm_;