Home
last modified time | relevance | path

Searched refs:SetFrames (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp58 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
69 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
75 thread_->SetFrames(unwinder_->GetFrames()); in UnwindStack()
121 thread_->SetFrames(frames); in MergeStack()
182 thread_->SetFrames(frames); in UnwindThreadByParseStackIfNeed()
H A Ddfx_thread.h50 void SetFrames(const std::vector<DfxFrame>& frames);
H A Ddfx_unwind_remote.cpp69 thread->SetFrames(threadStack.frames); in GetThreadKernelStack()
210 thread->SetFrames(unwinder->GetFrames()); in UnwindOtherThread()
216 thread->SetFrames(unwinder->GetFrames()); in UnwindOtherThread()
H A Ddfx_thread.cpp145 void DfxThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames() function in OHOS::HiviewDFX::DfxThread
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dlock_parser_test.cpp131 unwinder->SetFrames(frames); in HWTEST_F()
185 unwinder->SetFrames(frames); in HWTEST_F()
234 unwinder->SetFrames(frames); in HWTEST_F()
273 unwinder->SetFrames(frames); in HWTEST_F()
315 unwinder->SetFrames(frames); in HWTEST_F()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Dbacktrace_local_thread.h38 void SetFrames(const std::vector<DfxFrame>& frames);
H A Dbacktrace_local_thread.cpp76 void BacktraceLocalThread::SetFrames(const std::vector<DfxFrame>& frames) in SetFrames() function in OHOS::HiviewDFX::BacktraceLocalThread
H A Dbacktrace_local.cpp161 thread.SetFrames(threadStack.frames); in GetProcessStacktrace()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h91 void SetFrames(std::vector<DfxFrame>& frames);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp196 void SetFrames(const std::vector<DfxFrame>& frames) in SetFrames() function in OHOS::HiviewDFX::Unwinder::Impl
449 void Unwinder::SetFrames(std::vector<DfxFrame>& frames) in SetFrames() function in OHOS::HiviewDFX::Unwinder
451 impl_->SetFrames(frames); in SetFrames()

Completed in 5 milliseconds