Searched refs:ProbeController (Results 1 – 5 of 5) sorted by relevance
130 ProbeController::ProbeController(const WebRtcKeyValueConfig* key_value_config, in ProbeController() function in webrtc::ProbeController144 ProbeController::~ProbeController() {} in ~ProbeController()146 std::vector<ProbeClusterConfig> ProbeController::SetBitrates( in SetBitrates()196 std::vector<ProbeClusterConfig> ProbeController::OnMaxTotalAllocatedBitrate( in OnMaxTotalAllocatedBitrate()234 std::vector<ProbeClusterConfig> ProbeController::OnNetworkAvailability( in OnNetworkAvailability()248 std::vector<ProbeClusterConfig> ProbeController::InitiateExponentialProbing( in InitiateExponentialProbing()265 std::vector<ProbeClusterConfig> ProbeController::SetEstimatedBitrate( in SetEstimatedBitrate()303 void ProbeController::EnablePeriodicAlrProbing(bool enable) { in EnablePeriodicAlrProbing()307 void ProbeController::SetAlrStartTimeMs( in SetAlrStartTimeMs()311 void ProbeController::SetAlrEndedTimeMs(int64_t alr_end_time_ms) { in SetAlrEndedTimeMs()[all …]
60 class ProbeController {62 explicit ProbeController(const WebRtcKeyValueConfig* key_value_config,64 ~ProbeController();147 RTC_DISALLOW_COPY_AND_ASSIGN(ProbeController);
52 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in ProbeControllerTest()68 std::unique_ptr<ProbeController> probe_controller_;101 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()263 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()347 new ProbeController(&field_trial_config_, &mock_rtc_event_log)); in TEST_F()
94 const std::unique_ptr<ProbeController> probe_controller_;
92 new ProbeController(key_value_config_, config.event_log)), in GoogCcNetworkController()