Home
last modified time | relevance | path

Searched refs:DumpCatchFd (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp437 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/
Ddfx_dump_catcher.h62 bool DumpCatchFd(int pid, int tid, std::string& msg, int fd);
/base/hiviewdfx/faultloggerd/
DREADME_zh.md95 * 支持输出到指定文件:`bool DumpCatchFd(int pid, int tid, std::string& msg, int fd);`
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp167 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd() function in OHOS::HiviewDFX::DfxDumpCatcher