Home
last modified time | relevance | path

Searched refs:UnwindProcess (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp203 bool ret = DfxUnwindRemote::GetInstance().UnwindProcess(request, process, unwinder);
224 bool ret = remote->UnwindProcess(request, nullptr, unwinder, 0);
226 ret = remote->UnwindProcess(request, process, unwinder, 0);
230 ret = remote->UnwindProcess(request, process, unwinder, 0);
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.h39 …bool UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<DfxProcess> proces…
H A Ddfx_unwind_remote.cpp80 bool DfxUnwindRemote::UnwindProcess(std::shared_ptr<ProcessDumpRequest> request, std::shared_ptr<Df… in UnwindProcess() function in OHOS::HiviewDFX::DfxUnwindRemote
H A Dprocess_dumper.cpp497 if (!DfxUnwindRemote::GetInstance().UnwindProcess(request, process_, unwinder_, vmPid)) { in Unwind()