/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
H A D | send_algorithm_interface.h | 32 class QUICHE_EXPORT SendAlgorithmInterface { 58 static SendAlgorithmInterface* Create( 63 SendAlgorithmInterface* old_send_algorithm); 65 virtual ~SendAlgorithmInterface() {} in ~SendAlgorithmInterface()
|
H A D | send_algorithm_interface.cc | 21 SendAlgorithmInterface* SendAlgorithmInterface::Create( in Create() 26 SendAlgorithmInterface* old_send_algorithm) { in Create()
|
H A D | pacing_sender.h | 41 void set_sender(SendAlgorithmInterface* sender); 87 SendAlgorithmInterface* sender_;
|
H A D | tcp_cubic_sender_bytes_test.cc | 677 SendAlgorithmInterface::NetworkParams network_param; in TEST_F() 684 SendAlgorithmInterface::NetworkParams network_param_no_bandwidth; in TEST_F() 694 SendAlgorithmInterface::NetworkParams network_param_large_bandwidth; in TEST_F() 783 std::unique_ptr<SendAlgorithmInterface> sender(SendAlgorithmInterface::Create( in TEST_F()
|
H A D | bbr_sender_test.cc | 1057 SendAlgorithmInterface::NetworkParams(kTestLinkBandwidth, kTestRtt, in TEST_F() 1137 SendAlgorithmInterface::NetworkParams(kTestLinkBandwidth, in TEST_F() 1155 SendAlgorithmInterface::NetworkParams(kTestLinkBandwidth, in TEST_F() 1183 SendAlgorithmInterface::NetworkParams(8 * kTestLinkBandwidth, in TEST_F() 1216 SendAlgorithmInterface::NetworkParams(1024 * kTestLinkBandwidth, 1236 SendAlgorithmInterface::NetworkParams network_params( 1260 SendAlgorithmInterface::NetworkParams(1024 * kTestLinkBandwidth,
|
H A D | send_algorithm_test.cc | 146 sender_ = SendAlgorithmInterface::Create( in SendAlgorithmTest() 246 SendAlgorithmInterface* sender_;
|
H A D | tcp_cubic_sender_bytes.h | 34 class QUICHE_EXPORT TcpCubicSenderBytes : public SendAlgorithmInterface {
|
H A D | pacing_sender.cc | 32 void PacingSender::set_sender(SendAlgorithmInterface* sender) { in set_sender()
|
H A D | bbr2_sender.h | 27 class QUICHE_EXPORT Bbr2Sender final : public SendAlgorithmInterface {
|
H A D | bbr_sender.h | 39 class QUICHE_EXPORT BbrSender : public SendAlgorithmInterface {
|
H A D | bbr2_simulator_test.cc | 2064 SendAlgorithmInterface::NetworkParams(params.BottleneckBandwidth(), in TEST_F() 2095 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(), 2118 SendAlgorithmInterface::NetworkParams network_params( 2145 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(), 2307 void SetConnectionOption(SendAlgorithmInterface* sender, QuicTag option) { in SetConnectionOption()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_sent_packet_manager.h | 190 const SendAlgorithmInterface::NetworkParams& params); 335 std::unique_ptr<SendAlgorithmInterface> OnConnectionMigration( 393 const SendAlgorithmInterface* GetSendAlgorithm() const { in GetSendAlgorithm() 447 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm); 617 std::unique_ptr<SendAlgorithmInterface> send_algorithm_;
|
H A D | quic_sent_packet_manager.cc | 259 SendAlgorithmInterface::NetworkParams params( in ResumeConnectionState() 268 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters() 1165 SetSendAlgorithm(SendAlgorithmInterface::Create( in SetSendAlgorithm() 1171 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm() 1180 std::unique_ptr<SendAlgorithmInterface> 1189 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration()
|
H A D | quic_connection.h | 558 const SendAlgorithmInterface::NetworkParams& params); 1517 std::unique_ptr<SendAlgorithmInterface> send_algorithm; 2000 std::unique_ptr<SendAlgorithmInterface> OnPeerIpAddressChanged();
|
H A D | quic_sent_packet_manager_test.cc | 1253 const SendAlgorithmInterface* mock_sender = in TEST_F() 1316 SendAlgorithmInterface::NetworkParams params; in TEST_F() 1368 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F()
|
H A D | quic_connection.cc | 763 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters() 7358 std::unique_ptr<SendAlgorithmInterface> 7361 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged()
|
H A D | quic_connection_test.cc | 234 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm() 8870 const SendAlgorithmInterface* send_algorithm = manager_->GetSendAlgorithm(); in TEST_P()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
H A D | quic_sent_packet_manager_peer.h | 14 class SendAlgorithmInterface; variable 26 static SendAlgorithmInterface* GetSendAlgorithm( 30 SendAlgorithmInterface* send_algorithm);
|
H A D | quic_sent_packet_manager_peer.cc | 26 SendAlgorithmInterface* QuicSentPacketManagerPeer::GetSendAlgorithm( in GetSendAlgorithm() 34 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|
H A D | quic_connection_peer.h | 30 class SendAlgorithmInterface; variable 40 SendAlgorithmInterface* send_algorithm);
|
H A D | quic_connection_peer.cc | 22 QuicConnection* connection, SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|
H A D | quic_test_utils.h | 1206 class MockSendAlgorithm : public SendAlgorithmInterface {
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_http_stream_test.cc | 187 void SetSendAlgorithm(quic::SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
|