Searched refs:DoDumpCatchRemote (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
H A D | dfx_dump_catcher.h | 99 bool DoDumpCatchRemote(int pid, int tid, std::string& msg, bool isJson = false,
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 159 return DoDumpCatchRemote(pid, tid, msg, isJson, timeout); in DoDumpRemoteLocked() 184 return DoDumpCatchRemote(pid, tid, msg); in DumpCatchMix() 309 bool DfxDumpCatcher::DoDumpCatchRemote(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpCatchRemote() function in OHOS::HiviewDFX::DfxDumpCatcher
|