Home
last modified time | relevance | path

Searched refs:SetLossAlgorithm (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_sent_packet_manager_peer.h34 static void SetLossAlgorithm(QuicSentPacketManager* sent_packet_manager,
Dquic_sent_packet_manager_peer.cc44 void QuicSentPacketManagerPeer::SetLossAlgorithm( in SetLossAlgorithm() function in quic::test::QuicSentPacketManagerPeer
Dquic_connection_peer.h42 static void SetLossAlgorithm(QuicConnection* connection,
Dquic_connection_peer.cc27 void QuicConnectionPeer::SetLossAlgorithm( in SetLossAlgorithm() function in quic::test::QuicConnectionPeer
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sent_packet_manager_test.cc615 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm.get()); in TEST_F()
1065 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm.get()); in TEST_F()
1346 QuicSentPacketManagerPeer::SetLossAlgorithm(&manager_, loss_algorithm.get()); in TEST_F()
Dquic_connection_test.cc238 void SetLossAlgorithm(LossDetectionInterface* loss_algorithm) { in SetLossAlgorithm() function in quic::test::__anonbf495eff0111::TestConnection
239 QuicConnectionPeer::SetLossAlgorithm(this, loss_algorithm); in SetLossAlgorithm()
687 connection_.SetLossAlgorithm(loss_algorithm_.get()); in QuicConnectionTest()