webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
webrtc::test::CongestionControllerTest Class Reference
Inheritance diagram for webrtc::test::CongestionControllerTest:
testing::Test

Protected Member Functions

 CongestionControllerTest ()
 
 ~CongestionControllerTest () override
 
void SetUp () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

SimulatedClock clock_
 
StrictMock< MockCongestionObserverobserver_
 
NiceMock< MockPacedSender > * pacer_
 
NiceMock< MockRemoteBitrateObserverremote_bitrate_observer_
 
NiceMock< MockRtcEventLogevent_log_
 
std::unique_ptr< RtcpBandwidthObserverbandwidth_observer_
 
PacketRouter packet_router_
 
std::unique_ptr< CongestionControllercontroller_
 
const uint32_t kInitialBitrateBps = 60000
 

Constructor & Destructor Documentation

◆ CongestionControllerTest()

webrtc::test::CongestionControllerTest::CongestionControllerTest ( )
inlineprotected

◆ ~CongestionControllerTest()

webrtc::test::CongestionControllerTest::~CongestionControllerTest ( )
inlineoverrideprotected

Member Function Documentation

◆ SetUp()

void webrtc::test::CongestionControllerTest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ bandwidth_observer_

std::unique_ptr<RtcpBandwidthObserver> webrtc::test::CongestionControllerTest::bandwidth_observer_
protected

◆ clock_

SimulatedClock webrtc::test::CongestionControllerTest::clock_
protected

◆ controller_

std::unique_ptr<CongestionController> webrtc::test::CongestionControllerTest::controller_
protected

◆ event_log_

NiceMock<MockRtcEventLog> webrtc::test::CongestionControllerTest::event_log_
protected

◆ kInitialBitrateBps

const uint32_t webrtc::test::CongestionControllerTest::kInitialBitrateBps = 60000
protected

◆ observer_

StrictMock<MockCongestionObserver> webrtc::test::CongestionControllerTest::observer_
protected

◆ pacer_

NiceMock<MockPacedSender>* webrtc::test::CongestionControllerTest::pacer_
protected

◆ packet_router_

PacketRouter webrtc::test::CongestionControllerTest::packet_router_
protected

◆ remote_bitrate_observer_

NiceMock<MockRemoteBitrateObserver> webrtc::test::CongestionControllerTest::remote_bitrate_observer_
protected

The documentation for this class was generated from the following file: