webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
rtcstatscollector_unittest.cc File Reference
#include "webrtc/pc/rtcstatscollector.h"
#include <initializer_list>
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "webrtc/api/jsepsessiondescription.h"
#include "webrtc/api/rtpparameters.h"
#include "webrtc/api/stats/rtcstats_objects.h"
#include "webrtc/api/stats/rtcstatsreport.h"
#include "webrtc/api/test/mock_rtpreceiver.h"
#include "webrtc/api/test/mock_rtpsender.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/fakeclock.h"
#include "webrtc/base/fakesslidentity.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/socketaddress.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/base/timedelta.h"
#include "webrtc/base/timeutils.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/media/base/fakemediaengine.h"
#include "webrtc/media/base/test/mock_mediachannel.h"
#include "webrtc/p2p/base/p2pconstants.h"
#include "webrtc/p2p/base/port.h"
#include "webrtc/pc/mediastream.h"
#include "webrtc/pc/mediastreamtrack.h"
#include "webrtc/pc/test/mock_datachannel.h"
#include "webrtc/pc/test/mock_peerconnection.h"
#include "webrtc/pc/test/mock_webrtcsession.h"
#include "webrtc/pc/test/rtcstatsobtainer.h"

Namespaces

 webrtc
 

Functions

void webrtc::PrintTo (const RTCCertificateStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCCodecStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCDataChannelStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCIceCandidatePairStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCLocalIceCandidateStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCRemoteIceCandidateStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCPeerConnectionStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCMediaStreamStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCMediaStreamTrackStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCInboundRTPStreamStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCOutboundRTPStreamStats &stats, ::std::ostream *os)
 
void webrtc::PrintTo (const RTCTransportStats &stats, ::std::ostream *os)
 

Variable Documentation

◆ certificate

◆ collector_

rtc::scoped_refptr<FakeRTCStatsCollector> collector_
protected

◆ ders

std::vector<std::string> ders

◆ dummy_stat

RTCStatsMember<int32_t> dummy_stat

◆ fingerprints

std::vector<std::string> fingerprints

◆ pems

std::vector<std::string> pems

◆ test_

rtc::scoped_refptr<RTCStatsCollectorTestHelper> test_
protected