Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h78 bool DoDumpRemoteLocked(int pid, int tid, std::string& msg);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp113 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg) in DoDumpRemoteLocked() function in OHOS::HiviewDFX::DfxDumpCatcher
161 ret = DoDumpRemoteLocked(pid, tid, msg); in DumpCatch()
375 if (DoDumpRemoteLocked(pid, 0, pidStr)) { in DumpCatchMultiPid()