H A D | dfx_dump_catcher.cpp | 137 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpRemoteLocked() argument 139 return DoDumpCatchRemote(pid, tid, msg, isJson, timeout); in DoDumpRemoteLocked() 215 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess() argument 217 if (DumpCatch(pid, 0, msg, maxFrameNums, isJson)) { in DumpCatchProcess() 229 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() argument 259 ret = DoDumpRemoteLocked(pid, tid, msg, isJson, timeout); in DumpCatch() 284 bool DfxDumpCatcher::DoDumpCatchRemote(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpCatchRemote() argument 294 int sdkdumpRet = RequestSdkDumpJson(pid, tid, isJson, timeout); in DoDumpCatchRemote() 311 int pollRet = DoDumpRemotePid(pid, msg, isJson, timeout); in DoDumpCatchRemote() 334 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_ argument 434 DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg, bool isJson) DoDumpRemotePoll() argument [all...] |