/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 151 DfxDumpCatcher dumplog; in HWTEST_F() 179 DfxDumpCatcher dumplog; in HWTEST_F() 200 DfxDumpCatcher dumplog; in HWTEST_F() 222 DfxDumpCatcher dumplog; in HWTEST_F() 265 DfxDumpCatcher dumplog; in HWTEST_F() 296 DfxDumpCatcher dumplog; in HWTEST_F() 320 DfxDumpCatcher dumplog; in HWTEST_F() 342 DfxDumpCatcher dumplog; in HWTEST_F() 376 DfxDumpCatcher dumplog; in HWTEST_F() 410 DfxDumpCatcher dumplo in HWTEST_F() [all...] |
H A D | dumpcatcher_command_test.cpp | 258 std::shared_ptr<DfxDumpCatcher> dump = make_shared<DfxDumpCatcher>(); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
H A D | dfx_dump_catcher.h | 31 class DfxDumpCatcher { class 33 DfxDumpCatcher() {} in DfxDumpCatcher() function in OHOS::HiviewDFX::DfxDumpCatcher 34 ~DfxDumpCatcher() {} in ~DfxDumpCatcher()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 53 #define LOG_TAG "DfxDumpCatcher" 56 static const std::string DFXDUMPCATCHER_TAG = "DfxDumpCatcher"; 80 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid() 93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() 108 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid() 137 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg, bool isJson, int timeout) in DoDumpRemoteLocked() 142 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked() 215 int DfxDumpCatcher::DumpCatchProcess(int pid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatchProcess() 229 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg, size_t maxFrameNums, bool isJson) in DumpCatch() 274 bool DfxDumpCatcher [all...] |
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/ |
H A D | faultloggerddumpcatcher_fuzzer.cpp | 47 std::shared_ptr<DfxDumpCatcher> catcher = std::make_shared<DfxDumpCatcher>(); in DumpStackTraceTest()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | dumpcatcher_system_test.cpp | 252 DfxDumpCatcher dumplog; in HWTEST_F() 272 DfxDumpCatcher dumplog; in HWTEST_F() 290 DfxDumpCatcher dumplog; in HWTEST_F() 312 DfxDumpCatcher dumplog; in HWTEST_F() 334 DfxDumpCatcher dumplog; in HWTEST_F() 354 DfxDumpCatcher dumplog; in HWTEST_F() 373 DfxDumpCatcher dumplog; in HWTEST_F() 393 DfxDumpCatcher dumplog; in HWTEST_F() 414 DfxDumpCatcher dumplog; in HWTEST_F() 433 DfxDumpCatcher dumplo in HWTEST_F() [all...] |
/base/startup/appspawn/modules/common/ |
H A D | appspawn_dfx_dump.cpp | 24 OHOS::HiviewDFX::DfxDumpCatcher dumpLog; in DumpSpawnStack()
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
H A D | dump_catcher.cpp | 32 DfxDumpCatcher dfxDump; in Dump()
|
/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
H A D | faultloggerd_performance_test.cpp | 119 DfxDumpCatcher dumplog; in HWTEST_F() 141 DfxDumpCatcher dumplog; in HWTEST_F() 208 DfxDumpCatcher dumplog; in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/ |
H A D | sigdump_handler_test.cpp | 79 DfxDumpCatcher dumplog; in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.cpp | 31 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncDump()
|
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 134 DfxDumpCatcher dumplog; in DumpStacktrace()
|
/base/hiviewdfx/hichecker/frameworks/native/ |
H A D | hichecker.cpp | 213 DfxDumpCatcher dumplog; in DumpStackTrace()
|