Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/dump_catcher/
Ddump_catcher.cpp41 dumpRet = dfxDump.DumpCatchMix(pid, tid, msg); in Dump()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h52 bool DumpCatchMix(int pid, int tid, std::string& msg);
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp343 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/
DREADME_zh.md94 * 支持混合栈:`bool DumpCatchMix(int pid, int tid, std::string& msg);`
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp139 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix() function in OHOS::HiviewDFX::DfxDumpCatcher