Home
last modified time | relevance | path

Searched refs:DumpCatch (Results 1 – 11 of 11) sorted by relevance

/base/hiviewdfx/faultloggerd/example/
Ddump_catcher_demo.cpp34 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg); in TestFunc10()
45 bool ret = dumplog.DumpCatch(pid, tid, msg); in TestFuncRemote()
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp255 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 …]
/base/hiviewdfx/faultloggerd/tools/dump_catcher/
Ddump_catcher.cpp38 dumpRet = dfxDump.DumpCatch(pid, tid, msg); in Dump()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h42 bool DumpCatch(int pid, int tid, std::string& msg);
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp124 … dumplog.DumpCatch(FaultPerformanceTest::looprootPid, FaultPerformanceTest::looprootPid, msg);
146 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, 0, msg);
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp81 if (!dumplog.DumpCatch(pid, 0, ret)) { in DumpStacktrace()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/
Dfaultloggerd_fuzzer.cpp55 if (catcher->DumpCatch(pid[0], tid[0], msg)) { in DumpStackTraceTest()
/base/hiviewdfx/faultloggerd/
DREADME_zh.md93 * 默认:`bool DumpCatch(int pid, int tid, std::string& msg);`
160 bool ret = dumplog.DumpCatch(getpid(), gettid(), msg);
DREADME.md88 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…
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp145 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch() function in OHOS::HiviewDFX::DfxDumpCatcher
170 ret = DumpCatch(pid, tid, msg); in DumpCatchFd()
/base/hiviewdfx/hichecker/frameworks/native/
Dhichecker.cpp210 if (!dumplog.DumpCatch(getpid(), gettid(), msg)) { in DumpStackTrace()