Searched refs:DoDumpCatchRemote (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
D | dfx_dump_catcher.h | 79 bool DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 116 return DoDumpCatchRemote(type, pid, tid, msg); in DoDumpRemoteLocked() 142 return DoDumpCatchRemote(type, pid, tid, msg); in DumpCatchMix() 177 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg) in DoDumpCatchRemote() function in OHOS::HiviewDFX::DfxDumpCatcher 209 return DoDumpCatchRemote(type, pid, tid, msg); in DoDumpCatchRemote()
|