#include <memory>
#include <utility>
#include "webrtc/modules/congestion_controller/probing_interval_estimator.h"
#include "webrtc/modules/remote_bitrate_estimator/include/mock/mock_aimd_rate_control.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST (ProbingIntervalEstimatorTest, DefaultIntervalUntillWeHaveDrop) |
|
| webrtc::TEST (ProbingIntervalEstimatorTest, CalcInterval) |
|
| webrtc::TEST (ProbingIntervalEstimatorTest, IntervalDoesNotExceedMin) |
|
| webrtc::TEST (ProbingIntervalEstimatorTest, IntervalDoesNotExceedMax) |
|
◆ aimd_rate_control
std::unique_ptr<MockAimdRateControl> aimd_rate_control |
◆ probing_interval_estimator
std::unique_ptr<ProbingIntervalEstimator> probing_interval_estimator |