Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h84 bool DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp93 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg, size_t maxFrameNums) in DoDumpLocalTid() function in OHOS::HiviewDFX::DfxDumpCatcher
97 DFXLOGE("%{public}s :: DoDumpLocalTid :: return false as param error.", DFXDUMPCATCHER_TAG.c_str()); in DoDumpLocalTid()
104 DFXLOGD("%{public}s :: DoDumpLocalTid :: return %{public}d.", DFXDUMPCATCHER_TAG.c_str(), ret); in DoDumpLocalTid()
126 ret = DoDumpLocalTid(tid, threadMsg, maxFrameNums); in DoDumpLocalPid()
154 ret = DoDumpLocalTid(tid, msg, maxFrameNums); in DoDumpLocalLocked()
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp262 ret = dump->DoDumpLocalTid(-1, msg, 0); in HWTEST_F()

Completed in 3 milliseconds