Home
last modified time | relevance | path

Searched refs:GetPtr (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dfp_unwinder_test.cpp53 auto unwSz = FpUnwinder::GetPtr()->Unwind(pc, fp, pcs, maxSize); in HWTEST_F()
85 auto unwSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, pcs, maxSize); in HWTEST_F()
/base/update/updateservice/napi/include/
H A Dnapi_auto_register.h45 std::shared_ptr<INTERFACE> GetPtr(uint32_t functionType) in GetPtr() function in OHOS::UpdateEngine::Container
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h38 static FpUnwinder* GetPtr() in GetPtr() function in OHOS::HiviewDFX::FpUnwinder
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp196 ctxPtr->frameSz = FpUnwinder::GetPtr()->UnwindSafe(pc, fp, ctxPtr->pcs, DEFAULT_MAX_LOCAL_FRAME_NUM); in CopyContextAndWaitTimeout()
242 FpUnwinder::GetPtr(); in InitSignalHandler()
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_local_benchmark.cpp149 auto unwSize = FpUnwinder::GetPtr()->Unwind(regs[0], regs[1], pcs, maxSize); in FpUnwinderLocal()
172 auto unwSize = FpUnwinder::GetPtr()->UnwindSafe(regs[0], regs[1], pcs, maxSize); in FpUnwinderLocalSafe()

Completed in 3 milliseconds