Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp374 bool ret = dumplog.DumpCatchMix(g_testPid, 0, msg);
404 bool ret = dumplog.DumpCatchMix(g_testPid, g_testPid, msg);
435 bool ret = dumplog.DumpCatchMix(g_testPid, -1, msg);
452 bool ret = dumplog.DumpCatchMix(-1, -1, msg);
778 EXPECT_FALSE(dumplog.DumpCatchMix(getpid(), gettid(), msg));
782 EXPECT_TRUE(dumplog.DumpCatchMix(getpid(), gettid(), msg));
/ohos5.0/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/
H A Dsigdump_handler_test.cpp81 bool ret = dumplog.DumpCatchMix(targetPid, 0, msg);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h57 bool DumpCatchMix(int pid, int tid, std::string& msg);
/ohos5.0/base/hiviewdfx/faultloggerd/
H A DREADME_zh.md94 * 支持混合栈:`bool DumpCatchMix(int pid, int tid, std::string& msg);`
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md62 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | 接口返回值:…
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp182 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() function in OHOS::HiviewDFX::DfxDumpCatcher
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-faultlogger.md61 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | Return…