Home
last modified time | relevance | path

Searched refs:ParseHapFileData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp95 auto res = dfxHap.ParseHapFileData(name);
98 res = dfxHap.ParseHapFileData(name);
101 res = dfxHap.ParseHapFileData(name);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_hap.h40 bool ParseHapFileData(const std::string& name);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp115 bool DfxHap::ParseHapFileData(const std::string& name) in ParseHapFileData() function in OHOS::HiviewDFX::DfxHap