Searched refs:DumpCatchFd (Results 1 – 4 of 4) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
D | dumpcatcher_interfaces_test.cpp | 437 bool ret = dumplog.DumpCatchFd(getpid(), gettid(), msg, 1); 453 bool ret = dumplog.DumpCatchFd(getpid(), 0, msg, 1); 469 bool ret = dumplog.DumpCatchFd(getpid(), -1, msg, 1); 489 bool ret = dumplog.DumpCatchFd(applyPid, 0, msg, 1); 508 bool ret = dumplog.DumpCatchFd(applyPid, applyPid, msg, 1); 527 bool ret = dumplog.DumpCatchFd(applyPid, -1, msg, 1); 546 bool ret = dumplog.DumpCatchFd(applyPid, 9999, msg, 1); 562 bool ret = dumplog.DumpCatchFd(getpid(), 9999, msg, 1); 580 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1); 598 bool ret = dumplog.DumpCatchFd(g_processId, g_threadId, msg, 1);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/ |
D | dfx_dump_catcher.h | 62 bool DumpCatchFd(int pid, int tid, std::string& msg, int fd);
|
/base/hiviewdfx/faultloggerd/ |
D | README_zh.md | 95 * 支持输出到指定文件:`bool DumpCatchFd(int pid, int tid, std::string& msg, int fd);`
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 167 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd() function in OHOS::HiviewDFX::DfxDumpCatcher
|