Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
H A Ddfx_dump_catcher.h83 bool DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp80 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFrameNum, std::string& msg, size_t maxFrameNums) in DoDumpCurrTid() function in OHOS::HiviewDFX::DfxDumpCatcher
89 DFXLOGD("%{public}s :: DoDumpCurrTid :: return %{public}d.", DFXDUMPCATCHER_TAG.c_str(), ret); in DoDumpCurrTid()
124 ret = DoDumpCurrTid(skipFramNum, threadMsg, maxFrameNums); in DoDumpLocalPid()
147 ret = DoDumpCurrTid(skipFramNum, msg, maxFrameNums); in DoDumpLocalLocked()
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_command_test.cpp260 bool ret = dump->DoDumpCurrTid(0, msg, 0); in HWTEST_F()

Completed in 3 milliseconds