Searched refs:DumpCatchMix (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 374 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 D | dump_catcher.cpp | 41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/sigdump_handler/ |
H A D | sigdump_handler_test.cpp | 81 bool ret = dumplog.DumpCatchMix(targetPid, 0, msg);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
H A D | dfx_dump_catcher.h | 57 bool DumpCatchMix(int pid, int tid, std::string& msg);
|
/ohos5.0/base/hiviewdfx/faultloggerd/ |
H A D | README_zh.md | 94 * 支持混合栈:`bool DumpCatchMix(int pid, int tid, std::string& msg);`
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-faultlogger.md | 62 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | 接口返回值:…
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
H A D | dfx_dump_catcher.cpp | 182 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 D | subsys-dfx-faultlogger.md | 61 | DfxDumpCatcher | bool DumpCatchMix(const int pid, const int tid, std::string& msg) | Return…
|