Home
last modified time | relevance | path

Searched refs:dumplog (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp151 DfxDumpCatcher dumplog; in HWTEST_F() local
153 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
179 DfxDumpCatcher dumplog; in HWTEST_F() local
181 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
200 DfxDumpCatcher dumplog; in HWTEST_F() local
202 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
222 DfxDumpCatcher dumplog; in HWTEST_F() local
224 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
265 DfxDumpCatcher dumplog; in HWTEST_F() local
267 bool ret = dumplog in HWTEST_F()
296 DfxDumpCatcher dumplog; HWTEST_F() local
320 DfxDumpCatcher dumplog; HWTEST_F() local
342 DfxDumpCatcher dumplog; HWTEST_F() local
376 DfxDumpCatcher dumplog; HWTEST_F() local
410 DfxDumpCatcher dumplog; HWTEST_F() local
445 DfxDumpCatcher dumplog; HWTEST_F() local
462 DfxDumpCatcher dumplog; HWTEST_F() local
478 DfxDumpCatcher dumplog; HWTEST_F() local
494 DfxDumpCatcher dumplog; HWTEST_F() local
510 DfxDumpCatcher dumplog; HWTEST_F() local
530 DfxDumpCatcher dumplog; HWTEST_F() local
549 DfxDumpCatcher dumplog; HWTEST_F() local
568 DfxDumpCatcher dumplog; HWTEST_F() local
587 DfxDumpCatcher dumplog; HWTEST_F() local
603 DfxDumpCatcher dumplog; HWTEST_F() local
620 DfxDumpCatcher dumplog; HWTEST_F() local
647 DfxDumpCatcher dumplog; HWTEST_F() local
664 DfxDumpCatcher dumplog; HWTEST_F() local
685 DfxDumpCatcher dumplog; HWTEST_F() local
718 DfxDumpCatcher dumplog; HWTEST_F() local
769 DfxDumpCatcher dumplog; HWTEST_F() local
839 DfxDumpCatcher dumplog; HWTEST_F() local
[all...]
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp252 DfxDumpCatcher dumplog; in HWTEST_F() local
255 bool ret = dumplog.DumpCatch(g_loopAppPid, 0, msg); in HWTEST_F()
272 DfxDumpCatcher dumplog; in HWTEST_F() local
274 bool ret = dumplog.DumpCatch(g_loopAppPid, g_loopAppPid, msg); in HWTEST_F()
290 DfxDumpCatcher dumplog; in HWTEST_F() local
296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg); in HWTEST_F()
312 DfxDumpCatcher dumplog; in HWTEST_F() local
314 bool ret = dumplog.DumpCatch(g_loopSysPid, 0, msg); in HWTEST_F()
334 DfxDumpCatcher dumplog; in HWTEST_F() local
336 bool ret = dumplog in HWTEST_F()
354 DfxDumpCatcher dumplog; HWTEST_F() local
373 DfxDumpCatcher dumplog; HWTEST_F() local
393 DfxDumpCatcher dumplog; HWTEST_F() local
414 DfxDumpCatcher dumplog; HWTEST_F() local
433 DfxDumpCatcher dumplog; HWTEST_F() local
452 DfxDumpCatcher dumplog; HWTEST_F() local
472 DfxDumpCatcher dumplog; HWTEST_F() local
497 DfxDumpCatcher dumplog; HWTEST_F() local
523 DfxDumpCatcher dumplog; HWTEST_F() local
552 DfxDumpCatcher dumplog; HWTEST_F() local
581 DfxDumpCatcher dumplog; HWTEST_F() local
610 DfxDumpCatcher dumplog; HWTEST_F() local
637 DfxDumpCatcher dumplog; HWTEST_F() local
656 DfxDumpCatcher dumplog; HWTEST_F() local
1217 DfxDumpCatcher dumplog; HWTEST_F() local
1255 DfxDumpCatcher dumplog; HWTEST_F() local
1278 DfxDumpCatcher dumplog; HWTEST_F() local
1346 DfxDumpCatcher dumplog; HWTEST_F() local
1404 DfxDumpCatcher dumplog; HWTEST_F() local
1419 DfxDumpCatcher dumplog; TestDumpCatch() local
[all...]
/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp119 DfxDumpCatcher dumplog; in HWTEST_F() local
123 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, FaultPerformanceTest::looprootPid, msg); in HWTEST_F()
141 DfxDumpCatcher dumplog; in HWTEST_F() local
145 dumplog.DumpCatch(FaultPerformanceTest::looprootPid, 0, msg); in HWTEST_F()
208 DfxDumpCatcher dumplog; in HWTEST_F() local
215 dumplog.DumpCatchMultiPid(multiPid, msg); in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/
H A Dsigdump_handler_test.cpp79 DfxDumpCatcher dumplog; in HWTEST_F() local
81 bool ret = dumplog.DumpCatch(targetPid, 0, msg); in HWTEST_F()
/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp31 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncDump() local
37 bool ret = dumplog.DumpCatch(pid, tid, msg, OHOS::HiviewDFX::DEFAULT_MAX_FRAME_NUM, isJson); in TestFuncDump()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp134 DfxDumpCatcher dumplog; in DumpStacktrace() local
136 auto dumpResult = dumplog.DumpCatchProcess(pid, ret); in DumpStacktrace()
/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp213 DfxDumpCatcher dumplog; in DumpStackTrace() local
214 if (!dumplog.DumpCatch(getpid(), gettid(), msg)) { in DumpStackTrace()

Completed in 5 milliseconds