Searched refs:IceEventLog (Results 1 – 4 of 4) sorted by relevance
19 IceEventLog::IceEventLog() {} in IceEventLog() function in webrtc::IceEventLog20 IceEventLog::~IceEventLog() {} in ~IceEventLog()22 void IceEventLog::LogCandidatePairConfig( in LogCandidatePairConfig()34 void IceEventLog::LogCandidatePairEvent(IceCandidatePairEventType type, in LogCandidatePairEvent()44 void IceEventLog::DumpCandidatePairDescriptionToMemoryAsConfigEvents() const { in DumpCandidatePairDescriptionToMemoryAsConfigEvents()
26 class IceEventLog {28 IceEventLog();29 ~IceEventLog();
248 void set_ice_event_log(webrtc::IceEventLog* ice_event_log) { in set_ice_event_log()450 webrtc::IceEventLog* ice_event_log_ = nullptr;
422 webrtc::IceEventLog ice_event_log_ RTC_GUARDED_BY(network_thread_);