Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dsend_algorithm_interface.h32 class QUICHE_EXPORT 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 QUICHE_EXPORT TcpCubicSenderBytes : public SendAlgorithmInterface {
Dpacing_sender.cc33 void PacingSender::set_sender(SendAlgorithmInterface* sender) { in set_sender()
Dbbr2_sender.h27 class QUICHE_EXPORT Bbr2Sender final : public SendAlgorithmInterface {
Dbbr_sender.h39 class QUICHE_EXPORT BbrSender : public SendAlgorithmInterface {
Dbbr2_simulator_test.cc2016 SendAlgorithmInterface::NetworkParams(params.BottleneckBandwidth(), in TEST_F()
2047 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(),
2070 SendAlgorithmInterface::NetworkParams network_params(
2097 SendAlgorithmInterface::NetworkParams(1024 * params.BottleneckBandwidth(),
2259 void SetConnectionOption(SendAlgorithmInterface* sender, QuicTag option) { in SetConnectionOption()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_sent_packet_manager_peer.h14 class SendAlgorithmInterface; variable
26 static SendAlgorithmInterface* GetSendAlgorithm(
30 SendAlgorithmInterface* send_algorithm);
Dquic_sent_packet_manager_peer.cc26 SendAlgorithmInterface* QuicSentPacketManagerPeer::GetSendAlgorithm( in GetSendAlgorithm()
34 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.h1196 class MockSendAlgorithm : public SendAlgorithmInterface {
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sent_packet_manager.h190 const SendAlgorithmInterface::NetworkParams& params);
335 std::unique_ptr<SendAlgorithmInterface> OnConnectionMigration(
397 const SendAlgorithmInterface* GetSendAlgorithm() const { in GetSendAlgorithm()
446 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm);
616 std::unique_ptr<SendAlgorithmInterface> send_algorithm_;
Dquic_sent_packet_manager.cc256 SendAlgorithmInterface::NetworkParams params( in ResumeConnectionState()
265 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters()
1162 SetSendAlgorithm(SendAlgorithmInterface::Create( in SetSendAlgorithm()
1168 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
1177 std::unique_ptr<SendAlgorithmInterface>
1186 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration()
Dquic_connection.h550 const SendAlgorithmInterface::NetworkParams& params);
1498 std::unique_ptr<SendAlgorithmInterface> send_algorithm;
1981 std::unique_ptr<SendAlgorithmInterface> OnPeerIpAddressChanged();
Dquic_sent_packet_manager_test.cc1253 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()
Dquic_connection.cc768 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters()
7312 std::unique_ptr<SendAlgorithmInterface>
7315 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged()
Dquic_connection_test.cc234 void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
8826 const SendAlgorithmInterface* send_algorithm = manager_->GetSendAlgorithm(); in TEST_P()
/external/cronet/net/quic/
Dquic_http_stream_test.cc179 void SetSendAlgorithm(quic::SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()