Searched refs:old_send_algorithm (Results 1 – 5 of 5) sorted by relevance
26 SendAlgorithmInterface* old_send_algorithm) { in Create() argument39 old_send_algorithm && in Create()40 old_send_algorithm->GetCongestionControlType() == kBBR in Create()41 ? static_cast<BbrSender*>(old_send_algorithm) in Create()
63 SendAlgorithmInterface* old_send_algorithm);
1363 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F() local1366 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()
1135 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration() local1137 SetSendAlgorithm(old_send_algorithm->GetCongestionControlType()); in OnConnectionMigration()1156 return old_send_algorithm; in OnConnectionMigration()
7359 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged() local7370 return old_send_algorithm; in OnPeerIpAddressChanged()