Searched refs:DfxHap (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_hap.cpp | 30 #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 D | dfx_map.cpp | 337 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 D | dfx_hap.h | 27 class DfxHap { class 29 DfxHap() = default; 30 ~DfxHap();
|
H A D | dfx_map.h | 28 class DfxHap; 49 const std::shared_ptr<DfxHap> GetHap(); 66 std::shared_ptr<DfxHap> hap = nullptr;
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dfx_hap_test.cpp | 38 * @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 D | faultloggerdunwinder_fuzzer.cpp | 197 DfxHap dfxHap; in TestDfxHap()
|
Completed in 4 milliseconds