Home
last modified time | relevance | path

Searched refs:old_send_algorithm (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dsend_algorithm_interface.cc26 SendAlgorithmInterface* old_send_algorithm) { in Create() argument
39 old_send_algorithm && in Create()
40 old_send_algorithm->GetCongestionControlType() == kBBR in Create()
41 ? static_cast<BbrSender*>(old_send_algorithm) in Create()
H A Dsend_algorithm_interface.h63 SendAlgorithmInterface* old_send_algorithm);
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager_test.cc1368 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F() local
1371 EXPECT_NE(old_send_algorithm.get(), manager_.GetSendAlgorithm()); in TEST_F()
1372 EXPECT_EQ(old_send_algorithm->GetCongestionControlType(), in TEST_F()
1380 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1453 old_send_algorithm = in TEST_F()
1456 EXPECT_NE(old_send_algorithm.get(), manager_.GetSendAlgorithm()); in TEST_F()
1457 EXPECT_EQ(old_send_algorithm->GetCongestionControlType(), in TEST_F()
1464 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1529 old_send_algorithm = in TEST_F()
1536 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
H A Dquic_sent_packet_manager.cc1189 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration() local
1191 SetSendAlgorithm(old_send_algorithm->GetCongestionControlType()); in OnConnectionMigration()
1210 return old_send_algorithm; in OnConnectionMigration()
H A Dquic_connection.cc7361 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged() local
7372 return old_send_algorithm; in OnPeerIpAddressChanged()