Home
last modified time | relevance | path

Searched refs:DumpCatchFd (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp472 * @tc.desc: test DumpCatchFd API: PID(getpid()), TID(gettid())
480 bool ret = dumplog.DumpCatchFd(getpid(), gettid(), msg, 1); in HWTEST_F()
488 * @tc.desc: test DumpCatchFd API: PID(getpid()), TID(0)
496 bool ret = dumplog.DumpCatchFd(getpid(), 0, msg, 1); in HWTEST_F()
504 * @tc.desc: test DumpCatchFd API: PID(getpid()), TID(-1)
512 bool ret = dumplog.DumpCatchFd(getpid(), -1, msg, 1); in HWTEST_F()
521 * @tc.desc: test DumpCatchFd API: PID(accountmgr), TID(0)
532 bool ret = dumplog.DumpCatchFd(applyPid, 0, msg, 1); in HWTEST_F()
540 * @tc.desc: test DumpCatchFd API: PID(accountmgr), TID(accountmgr main thread)
551 bool ret = dumplog.DumpCatchFd(applyPi in HWTEST_F()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h59 bool DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums = DEFAULT_MAX_FRAME_NUM);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp274 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd, size_t maxFrameNums) in DumpCatchFd() function in OHOS::HiviewDFX::DfxDumpCatcher

Completed in 3 milliseconds