Home
last modified time | relevance | path

Searched refs:StopLogging (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/api/rtc_event_log/
Drtc_event_log.h43 virtual void StopLogging() = 0;
49 virtual void StopLogging(std::function<void()> callback) { in StopLogging() function
50 StopLogging(); in StopLogging()
63 void StopLogging() override {} in StopLogging() function
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc73 StopLogging(); in ~RtcEventLogImpl()
116 void RtcEventLogImpl::StopLogging() { in StopLogging() function in webrtc::RtcEventLogImpl
122 StopLogging([&output_stopped]() { output_stopped.Set(); }); in StopLogging()
128 void RtcEventLogImpl::StopLogging(std::function<void()> callback) { in StopLogging() function in webrtc::RtcEventLogImpl
Drtc_event_log_impl.h45 void StopLogging() override;
46 void StopLogging(std::function<void()> callback) override;
Dfake_rtc_event_log.cc30 void FakeRtcEventLog::StopLogging() { in StopLogging() function in webrtc::FakeRtcEventLog
Dfake_rtc_event_log.h30 void StopLogging() override;
Drtc_event_log_unittest.cc537 event_log->StopLogging(); in WriteLog()
879 log_dumper->StopLogging(); in TEST_P()
/external/webrtc/logging/rtc_event_log/mock/
Dmock_rtc_event_log.h32 MOCK_METHOD(void, StopLogging, (), (override));
/external/webrtc/test/scenario/
Dcall_client.cc235 event_log_->StopLogging([&done] { done.Set(); }); in ~CallClient()
/external/webrtc/pc/
Dpeer_connection.cc5763 event_log_->StopLogging(); in StopRtcEventLog_w()