Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h77 bool DoDumpLocalLocked(int pid, int tid, std::string& msg);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp119 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg) in DoDumpLocalLocked() function in OHOS::HiviewDFX::DfxDumpCatcher
159 ret = DoDumpLocalLocked(pid, tid, msg); in DumpCatch()