Searched refs:StopLogging (Results 1 – 9 of 9) sorted by relevance
43 virtual void StopLogging() = 0;49 virtual void StopLogging(std::function<void()> callback) { in StopLogging() function50 StopLogging(); in StopLogging()63 void StopLogging() override {} in StopLogging() function
73 StopLogging(); in ~RtcEventLogImpl()116 void RtcEventLogImpl::StopLogging() { in StopLogging() function in webrtc::RtcEventLogImpl122 StopLogging([&output_stopped]() { output_stopped.Set(); }); in StopLogging()128 void RtcEventLogImpl::StopLogging(std::function<void()> callback) { in StopLogging() function in webrtc::RtcEventLogImpl
45 void StopLogging() override;46 void StopLogging(std::function<void()> callback) override;
30 void FakeRtcEventLog::StopLogging() { in StopLogging() function in webrtc::FakeRtcEventLog
30 void StopLogging() override;
537 event_log->StopLogging(); in WriteLog()879 log_dumper->StopLogging(); in TEST_P()
32 MOCK_METHOD(void, StopLogging, (), (override));
235 event_log_->StopLogging([&done] { done.Set(); }); in ~CallClient()
5763 event_log_->StopLogging(); in StopRtcEventLog_w()