Searched refs:DumpCatchMix (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/dump_catcher/ |
D | dump_catcher.cpp | 41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
D | dfx_dump_catcher.h | 52 bool DumpCatchMix(int pid, int tid, std::string& msg);
|
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
D | dumpcatcher_interfaces_test.cpp | 343 bool ret = dumplog.DumpCatchMix(g_testPid, 0, msg); 374 bool ret = dumplog.DumpCatchMix(g_testPid, g_testPid, msg); 404 bool ret = dumplog.DumpCatchMix(g_testPid, -1, msg); 421 bool ret = dumplog.DumpCatchMix(-1, -1, msg);
|
/base/hiviewdfx/faultloggerd/ |
D | README_zh.md | 94 * 支持混合栈:`bool DumpCatchMix(int pid, int tid, std::string& msg);`
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 139 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() function in OHOS::HiviewDFX::DfxDumpCatcher
|