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);
1368 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in TEST_F() local1371 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()
1189 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnConnectionMigration() local1191 SetSendAlgorithm(old_send_algorithm->GetCongestionControlType()); in OnConnectionMigration()1210 return old_send_algorithm; in OnConnectionMigration()
7361 std::unique_ptr<SendAlgorithmInterface> old_send_algorithm = in OnPeerIpAddressChanged() local7372 return old_send_algorithm; in OnPeerIpAddressChanged()