Home
last modified time | relevance | path

Searched refs:GetCongestionControlType (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_trace_visitor.cc106 ->GetCongestionControlType() == kPCC) { in OnPacketSent()
175 ->GetCongestionControlType() == kPCC) { in OnPacketSent()
407 ->GetCongestionControlType() == kPCC) { in PopulateTransportState()
H A Dquic_sent_packet_manager.cc1512 if (send_algorithm_->GetCongestionControlType() == kBBR || in GetSlowStartDuration()
1513 send_algorithm_->GetCongestionControlType() == kBBRv2) { in GetSlowStartDuration()
1527 send_algorithm_->GetCongestionControlType() == congestion_control_type) { in SetSendAlgorithm()
H A Dquic_sent_packet_manager_test.cc113 EXPECT_CALL(*send_algorithm_, GetCongestionControlType()) in QuicSentPacketManagerTest()
1881 ->GetCongestionControlType()); in TEST_F()
1889 ->GetCongestionControlType()); in TEST_F()
1897 ->GetCongestionControlType()); in TEST_F()
1905 ->GetCongestionControlType()); in TEST_F()
1927 ->GetCongestionControlType()); in TEST_F()
1935 ->GetCongestionControlType()); in TEST_F()
1943 ->GetCongestionControlType()); in TEST_F()
1952 ->GetCongestionControlType()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dsend_algorithm_interface.cc44 old_send_algorithm->GetCongestionControlType() == kBBR in Create()
H A Dsend_algorithm_interface.h157 virtual CongestionControlType GetCongestionControlType() const = 0;
H A Dtcp_cubic_sender_bytes.h73 CongestionControlType GetCongestionControlType() const override;
H A Dbbr2_sender.h90 CongestionControlType GetCongestionControlType() const override { in GetCongestionControlType() function
H A Dbbr_sender.h132 CongestionControlType GetCongestionControlType() const override;
H A Dtcp_cubic_sender_bytes.cc426 CongestionControlType TcpCubicSenderBytes::GetCongestionControlType() const { in GetCongestionControlType() function in quic::TcpCubicSenderBytes
H A Dbbr_sender.cc444 CongestionControlType BbrSender::GetCongestionControlType() const { in GetCongestionControlType() function in quic::BbrSender
H A Dbbr2_simulator_test.cc1272 ->GetCongestionControlType() in ~Bbr2MultiSenderTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dsend_algorithm_interface.cc44 old_send_algorithm->GetCongestionControlType() == kBBR in Create()
H A Dsend_algorithm_interface.h157 virtual CongestionControlType GetCongestionControlType() const = 0;
H A Dtcp_cubic_sender_bytes.h71 CongestionControlType GetCongestionControlType() const override;
H A Dbbr2_sender.h88 CongestionControlType GetCongestionControlType() const override { in GetCongestionControlType() function
H A Dbbr_sender.h131 CongestionControlType GetCongestionControlType() const override;
H A Dtcp_cubic_sender_bytes.cc426 CongestionControlType TcpCubicSenderBytes::GetCongestionControlType() const { in GetCongestionControlType() function in quic::TcpCubicSenderBytes
H A Dbbr_sender.cc501 CongestionControlType BbrSender::GetCongestionControlType() const { in GetCongestionControlType() function in quic::BbrSender
H A Dbbr2_simulator_test.cc1122 ->GetCongestionControlType() in ~Bbr2MultiSenderTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_trace_visitor.cc105 ->GetCongestionControlType() == kPCC) { in OnPacketSent()
336 ->GetCongestionControlType() == kPCC) { in PopulateTransportState()
H A Dquic_sent_packet_manager.cc1219 if (send_algorithm_->GetCongestionControlType() == kBBR || in GetSlowStartDuration()
1220 send_algorithm_->GetCongestionControlType() == kBBRv2) { in GetSlowStartDuration()
1234 send_algorithm_->GetCongestionControlType() == congestion_control_type) { in SetSendAlgorithm()
H A Dquic_sent_packet_manager_test.cc106 EXPECT_CALL(*send_algorithm_, GetCongestionControlType()) in QuicSentPacketManagerTest()
1887 ->GetCongestionControlType()); in TEST_F()
1895 ->GetCongestionControlType()); in TEST_F()
1903 ->GetCongestionControlType()); in TEST_F()
1911 ->GetCongestionControlType()); in TEST_F()
1933 ->GetCongestionControlType()); in TEST_F()
1941 ->GetCongestionControlType()); in TEST_F()
1949 ->GetCongestionControlType()); in TEST_F()
1958 ->GetCongestionControlType()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h1007 MOCK_CONST_METHOD0(GetCongestionControlType, CongestionControlType());
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.h1358 GetCongestionControlType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_proxy_client_socket_unittest.cc222 EXPECT_CALL(*send_algorithm_, GetCongestionControlType()) in Initialize()

12