Searched refs:loss_algorithm (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
| D | quic_sent_packet_manager_test.cc | 614 auto loss_algorithm = std::make_unique<MockLossAlgorithm>(); in TEST_F() local 615 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm.get()); in TEST_F() 624 EXPECT_CALL(*loss_algorithm, DetectLosses(_, _, _, _, _, _)); in TEST_F() 638 EXPECT_CALL(*loss_algorithm, DetectLosses(_, _, _, _, _, _)); in TEST_F() 653 EXPECT_CALL(*loss_algorithm, DetectLosses(_, _, _, _, _, _)); in TEST_F() 654 EXPECT_CALL(*loss_algorithm, in TEST_F() 670 EXPECT_CALL(*loss_algorithm, DetectLosses(_, _, _, _, _, _)); in TEST_F() 1064 auto loss_algorithm = std::make_unique<MockLossAlgorithm>(); in TEST_F() local 1065 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm.get()); in TEST_F() 1067 EXPECT_CALL(*loss_algorithm, GetLossTimeout()) in TEST_F() [all …]
|
| D | quic_connection_test.cc | 238 void SetLossAlgorithm(LossDetectionInterface* loss_algorithm) { in SetLossAlgorithm() argument 239 QuicConnectionPeer::SetLossAlgorithm(this, loss_algorithm); in SetLossAlgorithm()
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
| D | quic_connection_peer.cc | 28 QuicConnection* connection, LossDetectionInterface* loss_algorithm) { in SetLossAlgorithm() argument 29 GetSentPacketManager(connection)->loss_algorithm_ = loss_algorithm; in SetLossAlgorithm()
|
| D | quic_connection_peer.h | 43 LossDetectionInterface* loss_algorithm);
|