Searched refs:cwnd_controller_ (Results 1 – 1 of 1) sorted by relevance
28 cwnd_controller_.reset( in CongestionWindowPushbackControllerTest()35 std::unique_ptr<CongestionWindowPushbackController> cwnd_controller_; member in webrtc::test::CongestionWindowPushbackControllerTest39 cwnd_controller_->UpdateOutstandingData(100000); in TEST_F()40 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()43 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()46 cwnd_controller_->SetDataWindow(DataSize::Bytes(50000)); in TEST_F()47 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()52 cwnd_controller_->UpdateOutstandingData(199999); in TEST_F()53 cwnd_controller_->SetDataWindow(DataSize::Bytes(200000)); in TEST_F()56 bitrate_bps = cwnd_controller_->UpdateTargetBitrate(bitrate_bps); in TEST_F()[all …]