Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dsend_algorithm_interface.h32 class QUICHE_EXPORT SendAlgorithmInterface {
58 static SendAlgorithmInterface* Create(
63 SendAlgorithmInterface* old_send_algorithm);
65 virtual ~SendAlgorithmInterface() {} in ~SendAlgorithmInterface()
H A Dsend_algorithm_interface.cc21 SendAlgorithmInterface* SendAlgorithmInterface::Create( in Create()
26 SendAlgorithmInterface* old_send_algorithm) { in Create()
H A Dpacing_sender.h41 void set_sender(SendAlgorithmInterface* sender);
87 SendAlgorithmInterface* sender_;
H A 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()
H A 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,
H A Dsend_algorithm_test.cc146 sender_ = SendAlgorithmInterface::Create( in SendAlgorithmTest()
246 SendAlgorithmInterface* sender_;
H A Dtcp_cubic_sender_bytes.h34 class QUICHE_EXPORT TcpCubicSenderBytes : public SendAlgorithmInterface {
H A Dpacing_sender.cc32 void PacingSender::set_sender(SendAlgorithmInterface* sender) { in set_sender()
H A Dbbr2_sender.h27 class QUICHE_EXPORT Bbr2Sender final : public SendAlgorithmInterface {
H A Dbbr_sender.h39 class QUICHE_EXPORT BbrSender : public SendAlgorithmInterface {
H A Dbbr2_simulator_test.cc2064 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 Dquic_sent_packet_manager.h190 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 Dquic_sent_packet_manager.cc259 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 Dquic_connection.h558 const SendAlgorithmInterface::NetworkParams& params);
1517 std::unique_ptr<SendAlgorithmInterface> send_algorithm;
2000 std::unique_ptr<SendAlgorithmInterface> OnPeerIpAddressChanged();
H A 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()
H A Dquic_connection.cc763 const SendAlgorithmInterface::NetworkParams& params) { in AdjustNetworkParameters()
7358 std::unique_ptr<SendAlgorithmInterface>
7361 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged()
H A Dquic_connection_test.cc234 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 Dquic_sent_packet_manager_peer.h14 class SendAlgorithmInterface; variable
26 static SendAlgorithmInterface* GetSendAlgorithm(
30 SendAlgorithmInterface* send_algorithm);
H A Dquic_sent_packet_manager_peer.cc26 SendAlgorithmInterface* QuicSentPacketManagerPeer::GetSendAlgorithm( in GetSendAlgorithm()
34 SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
H A Dquic_connection_peer.h30 class SendAlgorithmInterface; variable
40 SendAlgorithmInterface* send_algorithm);
H A Dquic_connection_peer.cc22 QuicConnection* connection, SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()
H A Dquic_test_utils.h1206 class MockSendAlgorithm : public SendAlgorithmInterface {
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_http_stream_test.cc187 void SetSendAlgorithm(quic::SendAlgorithmInterface* send_algorithm) { in SetSendAlgorithm()