Searched refs:DoDumpRemoteLocked (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
H A D | dfx_dump_catcher.h | 87 bool DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson = false,
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 137 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpRemoteLocked() function in OHOS::HiviewDFX::DfxDumpCatcher 259 ret = DoDumpRemoteLocked(pid, tid, msg, isJson, timeout); in DumpCatch() 598 if (DoDumpRemoteLocked(pid, 0, pidStr)) { in DumpCatchMultiPid()
|
Completed in 2 milliseconds