Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h79 bool DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp116 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()