Searched refs:DfxDumpCatcher (Results 1 – 13 of 13) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
D | dumpcatcher_interfaces_test.cpp | 120 DfxDumpCatcher dumplog; 148 DfxDumpCatcher dumplog; 169 DfxDumpCatcher dumplog; 191 DfxDumpCatcher dumplog; 234 DfxDumpCatcher dumplog; 265 DfxDumpCatcher dumplog; 289 DfxDumpCatcher dumplog; 311 DfxDumpCatcher dumplog; 341 DfxDumpCatcher dumplog; 372 DfxDumpCatcher dumplog; [all …]
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | libdfx_dumpcatcher.map | 4 OHOS::HiviewDFX::DfxDumpCatcher::Dump*; 5 OHOS::HiviewDFX::DfxDumpCatcher::Do*;
|
D | dfx_dump_catcher.cpp | 59 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg) in DoDumpCurrTid() 71 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg) in DoDumpLocalTid() 87 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg) in DoDumpLocalPid() 113 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg) in DoDumpRemoteLocked() 119 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg) in DoDumpLocalLocked() 139 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() 145 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch() 167 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd() 177 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg) in DoDumpCatchRemote() 222 int DfxDumpCatcher::DoDumpRemotePid(const int type, int pid, std::string& msg) in DoDumpRemotePid() [all …]
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
D | dfx_dump_catcher.h | 29 class DfxDumpCatcher { 31 DfxDumpCatcher() {} in DfxDumpCatcher() function 32 ~DfxDumpCatcher() {} in ~DfxDumpCatcher()
|
/base/hiviewdfx/faultloggerd/example/ |
D | dump_catcher_demo.cpp | 32 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFunc10() 43 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncRemote()
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
D | dumpcatcher_system_test.cpp | 252 DfxDumpCatcher dumplog; 272 DfxDumpCatcher dumplog; 290 DfxDumpCatcher dumplog; 312 DfxDumpCatcher dumplog; 334 DfxDumpCatcher dumplog; 354 DfxDumpCatcher dumplog; 373 DfxDumpCatcher dumplog; 393 DfxDumpCatcher dumplog; 414 DfxDumpCatcher dumplog; 433 DfxDumpCatcher dumplog; [all …]
|
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
D | dump_catcher.cpp | 33 DfxDumpCatcher dfxDump; in Dump()
|
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/ |
D | faultloggerd_fuzzer.cpp | 38 shared_ptr<DfxDumpCatcher> catcher = make_shared<DfxDumpCatcher>(); in DumpStackTraceTest()
|
/base/hiviewdfx/faultloggerd/test/performancetest/src/ |
D | faultloggerd_performance_test.cpp | 120 DfxDumpCatcher dumplog; 142 DfxDumpCatcher dumplog; 209 DfxDumpCatcher dumplog;
|
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
D | log_catcher_utils.cpp | 79 DfxDumpCatcher dumplog; in DumpStacktrace()
|
/base/hiviewdfx/faultloggerd/ |
D | README_zh.md | 90 接口类名:`DfxDumpCatcher` 158 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
D | README.md | 86 Interface class: `DfxDumpCatcher` 150 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
|
/base/hiviewdfx/hichecker/frameworks/native/ |
D | hichecker.cpp | 209 DfxDumpCatcher dumplog; in DumpStackTrace()
|