Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp32 DEFINE_LOG_LABEL(0xD002D01, "EventLogger-DmesgCatcher");
39 DmesgCatcher::DmesgCatcher() : EventLogCatcher() in DmesgCatcher() function in OHOS::HiviewDFX::DmesgCatcher
42 name_ = "DmesgCatcher"; in DmesgCatcher()
45 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED, in Initialize()
53 bool DmesgCatcher::Init(std::shared_ptr<SysEvent> event) in Init()
59 bool DmesgCatcher::DumpDmesgLog(int fd) in DumpDmesgLog()
84 bool DmesgCatcher::WriteSysrq() in WriteSysrq()
100 std::string DmesgCatcher::DmesgSaveTofile() in DmesgSaveTofile()
127 int DmesgCatcher
[all...]
H A Devent_log_task.cpp409 auto capture = std::make_shared<DmesgCatcher>(); in DmesgCapture()
417 auto capture = std::make_shared<DmesgCatcher>(); in SysrqCapture()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Ddmesg_catcher.h27 class DmesgCatcher : public EventLogCatcher { class
29 explicit DmesgCatcher();
30 ~DmesgCatcher() override {};
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp276 auto dmesgCatcher = std::make_shared<DmesgCatcher>(); in HWTEST_F()
294 auto dmesgCatcher = std::make_shared<DmesgCatcher>(); in HWTEST_F()
323 auto dmesgCatcher = std::make_shared<DmesgCatcher>(); in HWTEST_F()

Completed in 4 milliseconds