Home
last modified time | relevance | path

Searched refs:GetFrameStr (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_frame_formatter.cpp34 std::string DfxFrameFormatter::GetFrameStr(const DfxFrame& frame) in GetFrameStr() function in OHOS::HiviewDFX::DfxFrameFormatter
36 return GetFrameStr(std::make_shared<DfxFrame>(frame)); in GetFrameStr()
39 std::string DfxFrameFormatter::GetFrameStr(const std::shared_ptr<DfxFrame>& frame) in GetFrameStr() function in OHOS::HiviewDFX::DfxFrameFormatter
90 ss += GetFrameStr(f); in GetFramesStr()
102 ss += GetFrameStr(pf); in GetFramesStr()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_frame_formatter.h36 static std::string GetFrameStr(const DfxFrame& frame);
44 static std::string GetFrameStr(const std::shared_ptr<DfxFrame>& frame);
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp267 std::string oldframe = DfxFrameFormatter::GetFrameStr(oldframes[MIN_FRAME_NUM]); in HWTEST_F()
275 std::string newframe = DfxFrameFormatter::GetFrameStr(newframes[0]); in HWTEST_F()
371 auto line = DfxFrameFormatter::GetFrameStr(frame); in HWTEST_F()
421 auto line = DfxFrameFormatter::GetFrameStr(frame); in HWTEST_F()
456 auto line = DfxFrameFormatter::GetFrameStr(frame); in HWTEST_F()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp135 auto frameStr = DfxFrameFormatter::GetFrameStr(frame); in GetFullStack()
178 ret << space << back->count << " " << DfxFrameFormatter::GetFrameStr(back->current); in Print()
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp103 ss += DfxFrameFormatter::GetFrameStr(frame); in ToString()
H A Dprinter.cpp239 DfxRingBufferWrapper::GetInstance().AppendMsg(DfxFrameFormatter::GetFrameStr(frame)); in PrintThreadBacktraceByConfig()
241 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(DfxFrameFormatter::GetFrameStr(frame)); in PrintThreadBacktraceByConfig()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local.cpp105 auto line = DfxFrameFormatter::GetFrameStr(frame); in PrintBacktrace()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp966 * @tc.desc: test DfxFrameFormatter GetFrameStr
973 std::string str = DfxFrameFormatter::GetFrameStr(frame); in HWTEST_F()

Completed in 6 milliseconds