Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/
H A Ddfx_sigdump_handler.cpp52 class DfxSigDumpHandler { class
54 static DfxSigDumpHandler& GetInstance(void);
61 DfxSigDumpHandler() = default;
62 DfxSigDumpHandler(DfxSigDumpHandler&) = delete;
63 DfxSigDumpHandler& operator=(const DfxSigDumpHandler&)=delete;
70 DfxSigDumpHandler& DfxSigDumpHandler::GetInstance() in GetInstance()
72 static DfxSigDumpHandler sigDumperHandler; in GetInstance()
81 int DfxSigDumpHandler::GetRunThreadId() const in GetRunThreadId()
102 void DfxSigDumpHandler::RunThread() in RunThread()
153 bool DfxSigDumpHandler::Init() in Init()
[all …]