Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h97 bool DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson = false,
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp157 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeou… in DoDumpRemoteLocked() function in OHOS::HiviewDFX::DfxDumpCatcher
285 ret = DoDumpRemoteLocked(pid, tid, msg, isJson, timeout); in DumpCatch()
618 if (DoDumpRemoteLocked(pid, 0, pidStr)) { in DumpCatchMultiPid()