webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::test::MockCongestionObserver Class Reference

#include <mock_congestion_controller.h>

Inheritance diagram for webrtc::test::MockCongestionObserver:
webrtc::CongestionController::Observer webrtc::CongestionController::Observer

Public Member Functions

 MOCK_METHOD4 (OnNetworkChanged, void(uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms))
 
 MOCK_METHOD4 (OnNetworkChanged, void(uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms))
 
- Public Member Functions inherited from webrtc::CongestionController::Observer
virtual void OnNetworkChanged (uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)=0
 
virtual void OnNetworkChanged (uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)=0
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::CongestionController::Observer
virtual ~Observer ()
 
virtual ~Observer ()
 

Member Function Documentation

◆ MOCK_METHOD4() [1/2]

webrtc::test::MockCongestionObserver::MOCK_METHOD4 ( OnNetworkChanged  ,
void(uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)   
)

◆ MOCK_METHOD4() [2/2]

webrtc::test::MockCongestionObserver::MOCK_METHOD4 ( OnNetworkChanged  ,
void(uint32_t bitrate_bps, uint8_t fraction_loss, int64_t rtt_ms, int64_t probing_interval_ms)   
)

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