Home
last modified time | relevance | path

Searched refs:DfxHap (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp30 #define LOG_TAG "DfxHap"
33 DfxHap::~DfxHap() in ~DfxHap()
43 bool DfxHap::ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapInfo()
74 bool DfxHap::ParseHapFileInfo(uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, JsFunction *jsFunction) in ParseHapFileInfo()
92 bool DfxHap::ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapMemInfo()
115 bool DfxHap::ParseHapFileData(const std::string& name) in ParseHapFileData()
142 bool DfxHap::ParseHapMemData(const pid_t pid, std::shared_ptr<DfxMap> map) in ParseHapMemData()
H A Ddfx_map.cpp337 const std::shared_ptr<DfxHap> DfxMap::GetHap() in GetHap()
340 hap = std::make_shared<DfxHap>(); in GetHap()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_hap.h27 class DfxHap { class
29 DfxHap() = default;
30 ~DfxHap();
H A Ddfx_map.h28 class DfxHap;
49 const std::shared_ptr<DfxHap> GetHap();
66 std::shared_ptr<DfxHap> hap = nullptr;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp38 * @tc.desc: test DfxHap functions ParseHapInfo exception
44 DfxHap dfxHap; in HWTEST_F()
63 * @tc.desc: test DfxHap ParseHapMemData exception
68 DfxHap dfxHap; in HWTEST_F()
87 * @tc.desc: test DfxHap ParseHapFileData exception
92 DfxHap dfxHap; in HWTEST_F()
109 * @tc.desc: test DfxHap ParseHapMemInfo exception
114 DfxHap dfxHap; in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp197 DfxHap dfxHap; in TestDfxHap()

Completed in 3 milliseconds