Home
last modified time | relevance | path

Searched refs:DumpCatchMultiPid (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp153 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
181 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
202 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
224 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
267 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
298 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
322 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
344 bool ret = dumplog.DumpCatchMultiPid(multiPid, msg);
H A Ddumpcatcher_command_test.cpp419 ret = dump->DumpCatchMultiPid(pidV, msg);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h79 bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg);
/ohos5.0/base/hiviewdfx/faultloggerd/test/performancetest/src/
H A Dfaultloggerd_performance_test.cpp215 dumplog.DumpCatchMultiPid(multiPid, msg);
/ohos5.0/base/hiviewdfx/faultloggerd/
H A DREADME_zh.md96 * 支持批量抓栈:`bool DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg);`
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md64 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string&amp; msg) | 接…
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp590 bool DfxDumpCatcher::DumpCatchMultiPid(const std::vector<int> pidV, std::string& msg) in DumpCatchMultiPid() function in OHOS::HiviewDFX::DfxDumpCatcher
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md63 | DfxDumpCatcher | bool DumpCatchMultiPid(const std::vector\<int> pidV, std::string&amp; msg) | R…