Home
last modified time | relevance | path

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

12

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp151 DfxDumpCatcher dumplog;
179 DfxDumpCatcher dumplog;
200 DfxDumpCatcher dumplog;
222 DfxDumpCatcher dumplog;
265 DfxDumpCatcher dumplog;
296 DfxDumpCatcher dumplog;
320 DfxDumpCatcher dumplog;
342 DfxDumpCatcher dumplog;
372 DfxDumpCatcher dumplog;
402 DfxDumpCatcher dumplog;
[all …]
H A Ddumpcatcher_command_test.cpp410 std::shared_ptr<DfxDumpCatcher> dump = make_shared<DfxDumpCatcher>();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp96 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid()
109 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid()
124 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg, size_t maxFrameNums) in DoDumpLocalPid()
162 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalLocked()
182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
358 int DfxDumpCatcher::DoDumpRemotePid(int pid, std::string& msg, bool isJson, int32_t timeout) in DoDumpRemotePid()
386 void DfxDumpCatcher::CollectKernelStack(pid_t pid, int waitMilliSeconds) in CollectKernelStack()
426 void DfxDumpCatcher::AsyncGetAllTidKernelStack(pid_t pid, int waitMilliSeconds) in AsyncGetAllTidKernelStack()
557 bool DfxDumpCatcher::DoReadBuf(int fd, std::string& msg) in DoReadBuf()
575 bool DfxDumpCatcher::DoReadRes(int fd, bool &ret, std::string& msg) in DoReadRes()
[all …]
H A Dlibdfx_dumpcatcher.map4 OHOS::HiviewDFX::DfxDumpCatcher::Dump*;
5 OHOS::HiviewDFX::DfxDumpCatcher::Do*;
/ohos5.0/base/hiviewdfx/faultloggerd/test/systemtest/
H A 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 …]
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h31 class DfxDumpCatcher {
33 DfxDumpCatcher() {} in DfxDumpCatcher() function
34 ~DfxDumpCatcher() {} in ~DfxDumpCatcher()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md61 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string&amp; msg, size_t maxFra…
62 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string&amp; msg) | 接口返回值:…
63 | DfxDumpCatcher | bool DumpCatchFd(const int pid, const int tid, std::string&amp; msg, int fd, siz…
64 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string&amp; msg) | 接…
76 …赖:以`/base/hiviewdfx/faultloggerd/example/BUILD.gn`为例,在include_dirs中添加DfxDumpCatcher头文件路径,并在deps中添加…
148 …ltloggerd/example/dump_catcher_demo.cpp`为例,引用dfx_dump_catcher.h头文件,声明DfxDumpCatcher对象,通过宏函数构造函数调用链…
166 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerddumpcatcher_fuzzer/
H A Dfaultloggerddumpcatcher_fuzzer.cpp47 std::shared_ptr<DfxDumpCatcher> catcher = std::make_shared<DfxDumpCatcher>(); in DumpStackTraceTest()
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp119 DfxDumpCatcher dumplog;
141 DfxDumpCatcher dumplog;
208 DfxDumpCatcher dumplog;
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_dfx_dump.cpp24 OHOS::HiviewDFX::DfxDumpCatcher dumpLog; in DumpSpawnStack()
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhichecker-guidelines-arkts.md103 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpCurrTid…
104 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpLocalLo…
105 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int…
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp33 DfxDumpCatcher dfxDump; in Dump()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md60 | DfxDumpCatcher | bool DumpCatch(const int pid, const int tid, std::string&amp; msg) | Return va…
61 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string&amp; msg) | Return…
62 | DfxDumpCatcher | bool DumpCatchFd(const int pid, const int tid, std::string&amp; msg, int fd) | …
63 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string&amp; msg) | R…
138 …s an example. Include the **dfx_dump_catcher.h** file, declare the **DfxDumpCatcher** object, use …
152 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_event_report.cpp61 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in SendBlockFaultEvent()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/
H A Dsigdump_handler_test.cpp79 DfxDumpCatcher dumplog;
/ohos5.0/docs/en/application-dev/dfx/
H A Dhichecker-guidelines-arkts.md103 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpCurrTid…
104 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DoDumpLocalLo…
105 …/system/lib/chipset-pub-sdk/libdfx_dumpcatcher.z.so(OHOS::HiviewDFX::DfxDumpCatcher::DumpCatch(int…
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp44 HiviewDFX::DfxDumpCatcher().DumpCatch(getprocpid(), syscall(SYS_gettid), msg); in WrapMessageWithExtraInfos()
/ohos5.0/base/hiviewdfx/faultloggerd/example/
H A Ddump_catcher_demo.cpp31 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in TestFuncDump()
/ohos5.0/base/hiviewdfx/faultloggerd/
H A DREADME_zh.md90 接口类名:`DfxDumpCatcher`
158 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
H A DREADME.md86 Interface class: `DfxDumpCatcher`
150 OHOS::HiviewDFX::DfxDumpCatcher dumplog;
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h56 OHOS::HiviewDFX::DfxDumpCatcher dumplog; in ~WorkerThread()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp126 DfxDumpCatcher dumplog; in DumpStacktrace()
/ohos5.0/base/hiviewdfx/hichecker/frameworks/native/
H A Dhichecker.cpp213 DfxDumpCatcher dumplog; in DumpStackTrace()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp493 HiviewDFX::DfxDumpCatcher dumplog; in CatchJsonStacktrace()
516 HiviewDFX::DfxDumpCatcher dumplog; in CatcherStacktrace()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp308 DfxDumpCatcher dumpLog; in ReportConnectionLeakEvent()

12