Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
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()
Dsend_algorithm_interface.h63 SendAlgorithmInterface* old_send_algorithm);
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sent_packet_manager_test.cc1363 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F() local
1366 EXPECT_NE(old_send_algorithm.get(), manager_.GetSendAlgorithm()); in TEST_F()
1367 EXPECT_EQ(old_send_algorithm->GetCongestionControlType(), in TEST_F()
1375 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1448 old_send_algorithm = in TEST_F()
1451 EXPECT_NE(old_send_algorithm.get(), manager_.GetSendAlgorithm()); in TEST_F()
1452 EXPECT_EQ(old_send_algorithm->GetCongestionControlType(), in TEST_F()
1459 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
1524 old_send_algorithm = in TEST_F()
1531 manager_.SetSendAlgorithm(old_send_algorithm.release()); in TEST_F()
Dquic_sent_packet_manager.cc1135 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration() local
1137 SetSendAlgorithm(old_send_algorithm->GetCongestionControlType()); in OnConnectionMigration()
1156 return old_send_algorithm; in OnConnectionMigration()
Dquic_connection.cc7359 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged() local
7370 return old_send_algorithm; in OnPeerIpAddressChanged()