Searched refs:DmesgCatcher (Results 1 – 4 of 4) sorted by relevance
38 DmesgCatcher::DmesgCatcher() : EventLogCatcher() in DmesgCatcher() function in OHOS::HiviewDFX::DmesgCatcher44 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()
283 auto capture = std::make_shared<DmesgCatcher>(); in DmesgCapture()291 auto capture = std::make_shared<DmesgCatcher>(); in SysrqCapture()
27 class DmesgCatcher : public EventLogCatcher {29 explicit DmesgCatcher();30 ~DmesgCatcher() override {}; in ~DmesgCatcher()
500 auto dmesgCatcher = std::make_shared<DmesgCatcher>();