Home
last modified time | relevance | path

Searched refs:SetSendAlgorithm (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.cc96 SetSendAlgorithm(congestion_control_type); in QuicSentPacketManager()
136 SetSendAlgorithm(kBBR); in SetFromConfig()
141 SetSendAlgorithm(kBBRv2); in SetFromConfig()
145 SetSendAlgorithm(kRenoBytes); in SetFromConfig()
149 SetSendAlgorithm(kCubicBytes); in SetFromConfig()
241 SetSendAlgorithm(*cc_type); in ApplyConnectionOptions()
1158 void QuicSentPacketManager::SetSendAlgorithm( in SetSendAlgorithm() function in quic::QuicSentPacketManager
1165 SetSendAlgorithm(SendAlgorithmInterface::Create( in SetSendAlgorithm()
1170 void QuicSentPacketManager::SetSendAlgorithm( in SetSendAlgorithm() function in quic::QuicSentPacketManager
1191 SetSendAlgorithm(old_send_algorithm->GetCongestionControlType()); in OnConnectionMigration()
H A Dquic_sent_packet_manager.h441 void SetSendAlgorithm(CongestionControlType congestion_control_type);
447 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm);
H A Dquic_generic_session_test.cc76 session_.connection()->sent_packet_manager().SetSendAlgorithm( in ClientEndpoint()
123 session_.connection()->sent_packet_manager().SetSendAlgorithm( in ServerEndpoint()
H A Dquic_session_test.cc1143 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
1184 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
1230 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
1442 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
2530 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
2644 QuicConnectionPeer::SetSendAlgorithm(session_.connection(), send_algorithm); in TEST_P()
H A Dquic_sent_packet_manager_test.cc103 QuicSentPacketManagerPeer::SetSendAlgorithm(&manager_, send_algorithm_); in QuicSentPacketManagerTest()
1380 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1464 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1536 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
H A Dquic_connection_test.cc234 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm() function in quic::test::__anon7d1f00100111::TestConnection
235 QuicConnectionPeer::SetSendAlgorithm(this, send_algorithm); in SetSendAlgorithm()
670 connection_.SetSendAlgorithm(send_algorithm_); in QuicConnectionTest()
1901 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
14060 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
14225 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
14409 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
16781 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
16861 connection_.SetSendAlgorithm(send_algorithm_); in TEST_P()
H A Dquic_connection.cc5313 sent_packet_manager_.SetSendAlgorithm( in StartEffectivePeerMigration()
7337 sent_packet_manager_.SetSendAlgorithm( in RestoreToLastValidatedPath()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dquic_sent_packet_manager_peer.cc32 void QuicSentPacketManagerPeer::SetSendAlgorithm( in SetSendAlgorithm() function in quic::test::QuicSentPacketManagerPeer
35 sent_packet_manager->SetSendAlgorithm(send_algorithm); in SetSendAlgorithm()
H A Dquic_connection_peer.cc21 void QuicConnectionPeer::SetSendAlgorithm( in SetSendAlgorithm() function in quic::test::QuicConnectionPeer
23 GetSentPacketManager(connection)->SetSendAlgorithm(send_algorithm); in SetSendAlgorithm()
H A Dquic_sent_packet_manager_peer.h29 static void SetSendAlgorithm(QuicSentPacketManager* sent_packet_manager,
H A Dquic_connection_peer.h39 static void SetSendAlgorithm(QuicConnection* connection,
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint_test.cc108 test::QuicConnectionPeer::SetSendAlgorithm(endpoint_a.connection(), sender); in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dsend_algorithm_test.cc155 QuicConnectionPeer::SetSendAlgorithm(quic_sender_.connection(), sender_); in SendAlgorithmTest()
H A Dbbr2_simulator_test.cc199 QuicConnectionPeer::SetSendAlgorithm(endpoint->connection(), sender); in SetupBbr2Sender()
2274 QuicConnectionPeer::SetSendAlgorithm(endpoint->connection(), sender); in SetupBbr2Sender()
2288 QuicConnectionPeer::SetSendAlgorithm(endpoint->connection(), sender); in SetupBbrSender()
2302 QuicConnectionPeer::SetSendAlgorithm(endpoint->connection(), sender); in SetupTcpSender()
H A Dbbr_sender_test.cc166 QuicConnectionPeer::SetSendAlgorithm(endpoint->connection(), sender); in SetupBbrSender()
443 QuicConnectionPeer::SetSendAlgorithm(bbr_sender_.connection(), sender_); in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_session_test.cc877 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
919 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
966 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
1072 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
2128 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
2248 QuicConnectionPeer::SetSendAlgorithm(session_->connection(), send_algorithm); in TEST_P()
H A Dquic_spdy_client_session_test.cc838 sent_packet_manager->SetSendAlgorithm(kCubicBytes); in TEST_P()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_http_stream_test.cc187 void SetSendAlgorithm(quic::SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm() function in net::test::__anonaed2abe70111::TestQuicConnection
188 quic::test::QuicConnectionPeer::SetSendAlgorithm(this, send_algorithm); in SetSendAlgorithm()
395 connection_->SetSendAlgorithm(send_algorithm_); in Initialize()
H A Dquic_proxy_client_socket_test_base.cc153 quic::test::QuicConnectionPeer::SetSendAlgorithm(connection, send_algorithm_); in InitializeSession()
H A Ddedicated_web_transport_http3_client.cc353 connection.sent_packet_manager().SetSendAlgorithm( in AdjustSendAlgorithm()