Lines Matching defs:DmesgCatcher
32 DEFINE_LOG_LABEL(0xD002D01, "EventLogger-DmesgCatcher");
39 DmesgCatcher::DmesgCatcher() : EventLogCatcher()
42 name_ = "DmesgCatcher";
45 bool DmesgCatcher::Initialize(const std::string& packageNam __UNUSED,
53 bool DmesgCatcher::Init(std::shared_ptr<SysEvent> event)
59 bool DmesgCatcher::DumpDmesgLog(int fd)
84 bool DmesgCatcher::WriteSysrq()
100 std::string DmesgCatcher::DmesgSaveTofile()
127 int DmesgCatcher::Catch(int fd, int jsonFd)
133 description_ = needWriteSysrq_ ? "\nSysrqCatcher -- " : "DmesgCatcher -- ";