Searched refs:DumpCatch (Results 1 – 11 of 11) sorted by relevance
34 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg); in TestFunc10()45 bool ret = dumplog.DumpCatch(pid, tid, msg); in TestFuncRemote()
255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg);274 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopAppPid, msg);296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg);314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg);336 bool ret = dumplog.DumpCatch(g_loopRootPid, 0, msg);356 bool ret = dumplog.DumpCatch(9999, 0, msg);375 bool ret = dumplog.DumpCatch(g_loopAppPid, 9999, msg);395 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopSysPid, msg);416 bool ret = dumplog.DumpCatch(0, g_loopAppPid, msg);435 bool ret = dumplog.DumpCatch(-11, 0, msg);[all …]
38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
42 bool DumpCatch(int pid, int tid, std::string& msg);
124 … dumplog.DumpCatch(FaultPerformanceTest::looprootPid, FaultPerformanceTest::looprootPid, msg);146 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, 0, msg);
81 if (!dumplog.DumpCatch(pid, 0, ret)) { in DumpStacktrace()
55 if (catcher->DumpCatch(pid[0], tid[0], msg)) { in DumpStackTraceTest()
93 * 默认:`bool DumpCatch(int pid, int tid, std::string& msg);`160 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);
88 Interface method: `bool DumpCatch(const int pid, const int tid, std::string& msg);`152 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);275 1. Process A invokes the `DumpCatch()` API provided by `DumpCatcher` to request for dumping stack i…
145 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch() function in OHOS::HiviewDFX::DfxDumpCatcher170 ret = DumpCatch(pid, tid, msg); in DumpCatchFd()
210 if (!dumplog.DumpCatch(getpid(), gettid(), msg)) { in DumpStackTrace()