Home
last modified time | relevance | path

Searched refs:DfxDumpCatcher (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp120 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/
Dlibdfx_dumpcatcher.map4 OHOS::HiviewDFX::DfxDumpCatcher::Dump*;
5 OHOS::HiviewDFX::DfxDumpCatcher::Do*;
Ddfx_dump_catcher.cpp59 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/
Ddfx_dump_catcher.h29 class DfxDumpCatcher {
31 DfxDumpCatcher() {} in DfxDumpCatcher() function
32 ~DfxDumpCatcher() {} in ~DfxDumpCatcher()
/base/hiviewdfx/faultloggerd/example/
Ddump_catcher_demo.cpp32 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFunc10()
43 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncRemote()
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp252 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/
Ddump_catcher.cpp33 DfxDumpCatcher dfxDump; in Dump()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerd_fuzzer/
Dfaultloggerd_fuzzer.cpp38 shared_ptr<DfxDumpCatcher> catcher = make_shared<DfxDumpCatcher>(); in DumpStackTraceTest()
/base/hiviewdfx/faultloggerd/test/performancetest/src/
Dfaultloggerd_performance_test.cpp120 DfxDumpCatcher dumplog;
142 DfxDumpCatcher dumplog;
209 DfxDumpCatcher dumplog;
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp79 DfxDumpCatcher dumplog; in DumpStacktrace()
/base/hiviewdfx/faultloggerd/
DREADME_zh.md90 接口类名:`DfxDumpCatcher`
158 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
DREADME.md86 Interface class: `DfxDumpCatcher`
150 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
/base/hiviewdfx/hichecker/frameworks/native/
Dhichecker.cpp209 DfxDumpCatcher dumplog; in DumpStackTrace()