Home
last modified time | relevance | path

Searched refs:SendAlgorithmInterface (Results 1 – 24 of 24) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dsend_algorithm_interface.h32 class QUIC_EXPORT_PRIVATE SendAlgorithmInterface {
58 static SendAlgorithmInterface* Create(
63 SendAlgorithmInterface* old_send_algorithm);
65 virtual ~SendAlgorithmInterface() {} in ~SendAlgorithmInterface()
Dsend_algorithm_interface.cc21 SendAlgorithmInterface* SendAlgorithmInterface::Create( in Create()
26 SendAlgorithmInterface* old_send_algorithm) { in Create()
Dpacing_sender.h41 void set_sender(SendAlgorithmInterface* sender);
89 SendAlgorithmInterface* sender_;
Dtcp_cubic_sender_bytes_test.cc677 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()
Dbbr_sender_test.cc1057 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,
Dsend_algorithm_test.cc146 sender_ = SendAlgorithmInterface::Create( in SendAlgorithmTest()
246 SendAlgorithmInterface* sender_;
Dtcp_cubic_sender_bytes.h34 class QUIC_EXPORT_PRIVATE TcpCubicSenderBytes : public SendAlgorithmInterface {
Dpacing_sender.cc33 void PacingSender::set_sender(SendAlgorithmInterface* sender) { in set_sender()
Dbbr2_sender.h27 class QUIC_EXPORT_PRIVATE Bbr2Sender final : public SendAlgorithmInterface {
Dbbr_sender.h39 class QUIC_EXPORT_PRIVATE BbrSender : public SendAlgorithmInterface {
Dbbr2_simulator_test.cc2010 SendAlgorithmInterface::NetworkParams(params.BottleneckBandwidth(), in TEST_F()
2041 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(),
2064 SendAlgorithmInterface::NetworkParams network_params(
2091 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(),
2253 void SetConnectionOption(SendAlgorithmInterface* sender, QuicTag option) { in SetConnectionOption()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_sent_packet_manager_peer.h13 class SendAlgorithmInterface; variable
25 static SendAlgorithmInterface* GetSendAlgorithm(
29 SendAlgorithmInterface* send_algorithm);
Dquic_sent_packet_manager_peer.cc25 SendAlgorithmInterface* QuicSentPacketManagerPeer::GetSendAlgorithm( in GetSendAlgorithm()
33 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
Dquic_connection_peer.h30 class SendAlgorithmInterface; variable
40 SendAlgorithmInterface* send_algorithm);
Dquic_connection_peer.cc22 QuicConnection* connection, SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
Dquic_test_utils.h1208 class MockSendAlgorithm : public SendAlgorithmInterface {
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sent_packet_manager.h168 const SendAlgorithmInterface::NetworkParams& params);
313 std::unique_ptr<SendAlgorithmInterface> OnConnectionMigration(
375 const SendAlgorithmInterface* GetSendAlgorithm() const { in GetSendAlgorithm()
424 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm);
577 std::unique_ptr<SendAlgorithmInterface> send_algorithm_;
Dquic_sent_packet_manager.cc256 SendAlgorithmInterface::NetworkParams params( in ResumeConnectionState()
265 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters()
1115 SetSendAlgorithm(SendAlgorithmInterface::Create( in SetSendAlgorithm()
1121 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
1126 std::unique_ptr<SendAlgorithmInterface>
1135 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration()
Dquic_connection.h533 const SendAlgorithmInterface::NetworkParams& params);
1466 std::unique_ptr<SendAlgorithmInterface> send_algorithm;
1946 std::unique_ptr<SendAlgorithmInterface> OnPeerIpAddressChanged();
Dquic_sent_packet_manager_test.cc1248 const SendAlgorithmInterface* mock_sender = in TEST_F()
1311 SendAlgorithmInterface::NetworkParams params; in TEST_F()
1363 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F()
Dquic_connection.cc780 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters()
7356 std::unique_ptr<SendAlgorithmInterface>
7359 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged()
Dquic_connection_test.cc234 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
9083 const SendAlgorithmInterface* send_algorithm = manager_->GetSendAlgorithm(); in TEST_P()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_server_session_base.cc142 const SendAlgorithmInterface* send_algorithm = in OnBandwidthUpdateTimeout()
368 const SendAlgorithmInterface* send_algorithm = in GenerateCachedNetworkParameters()
/external/cronet/net/quic/
Dquic_http_stream_test.cc180 void SetSendAlgorithm(quic::SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()