Searched refs:SetLossAlgorithm (Results 1 – 6 of 6) sorted by relevance
34 static void SetLossAlgorithm(QuicSentPacketManager* sent_packet_manager,
44 void QuicSentPacketManagerPeer::SetLossAlgorithm( in SetLossAlgorithm() function in quic::test::QuicSentPacketManagerPeer
42 static void SetLossAlgorithm(QuicConnection* connection,
27 void QuicConnectionPeer::SetLossAlgorithm( in SetLossAlgorithm() function in quic::test::QuicConnectionPeer
615 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()
238 void SetLossAlgorithm(LossDetectionInterface* loss_algorithm) { in SetLossAlgorithm() function in quic::test::__anonbf495eff0111::TestConnection239 QuicConnectionPeer::SetLossAlgorithm(this, loss_algorithm); in SetLossAlgorithm()687 connection_.SetLossAlgorithm(loss_algorithm_.get()); in QuicConnectionTest()