Home
last modified time | relevance | path

Searched refs:DmesgCatcher (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Ddmesg_catcher.cpp38 DmesgCatcher::DmesgCatcher() : EventLogCatcher() in DmesgCatcher() function in OHOS::HiviewDFX::DmesgCatcher
44 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED, in Initialize()
52 bool DmesgCatcher::Init(std::shared_ptr<SysEvent> event) in Init()
58 bool DmesgCatcher::DumpDmesgLog(int fd) in DumpDmesgLog()
83 bool DmesgCatcher::WriteSysrq() in WriteSysrq()
99 std::string DmesgCatcher::DmesgSaveTofile() in DmesgSaveTofile()
131 int DmesgCatcher::Catch(int fd) in Catch()
Devent_log_task.cpp283 auto capture = std::make_shared<DmesgCatcher>(); in DmesgCapture()
291 auto capture = std::make_shared<DmesgCatcher>(); in SysrqCapture()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Ddmesg_catcher.h27 class DmesgCatcher : public EventLogCatcher {
29 explicit DmesgCatcher();
30 ~DmesgCatcher() override {}; in ~DmesgCatcher()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp500 auto dmesgCatcher = std::make_shared<DmesgCatcher>();