Searched refs:PauseFlow (Results 1 – 3 of 3) sorted by relevance
33 void PauseFlow(int flow_id); // Increases available capacity per flow.125 void PauseFlow(); // Plot zero.
35 void LinkShare::PauseFlow(int flow_id) { in PauseFlow() function in webrtc::testing::bwe::LinkShare365 void MetricRecorder::PauseFlow() { in PauseFlow() function in webrtc::testing::bwe::MetricRecorder367 link_share_->PauseFlow(flow_id_); in PauseFlow()
29 metric_recorder_->PauseFlow(); in Pause()