Home
last modified time | relevance | path

Searched refs:ParseHapInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp51 bool res = dfxHap.ParseHapInfo(pid, pc, methodid, map, nullptr);
53 res = dfxHap.ParseHapInfo(pid, pc, methodid, map, &jsFunction);
56 res = dfxHap.ParseHapInfo(pid, pc, methodid, map, &jsFunction);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_hap.h32 bool ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map,
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp43 bool DfxHap::ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapInfo() function in OHOS::HiviewDFX::DfxHap
H A Dunwinder.cpp1268 …if (!hap->ParseHapInfo(pid_, frame.pc, static_cast<uintptr_t>(frame.funcOffset), frame.map, &jsFun… in FillJsFrame()
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp198 dfxHap.ParseHapInfo(pid, pc, methodid, map, &jsFunction); in TestDfxHap()