Home
last modified time | relevance | path

Searched defs:ParseHapProfile (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_verify_mgr.cpp97 ErrCode BundleVerifyMgr::ParseHapProfile(const std::string &filePath, HapVerifyResult &hapVerifyRes… in ParseHapProfile() function in OHOS::AppExecFwk::BundleVerifyMgr
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/interfaces/
H A Dhap_verify.cpp96 int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result) in ParseHapProfile() function
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_parser.cpp226 BundleInfo *BundleParser::ParseHapProfile(const char *path) in ParseHapProfile() function in OHOS::BundleParser
278 uint8_t BundleParser::ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes … in ParseHapProfile() function in OHOS::BundleParser
H A Dgt_bundle_parser.cpp150 BundleInfo *GtBundleParser::ParseHapProfile(const char *path, BundleRes *bundleRes) in ParseHapProfile() function in OHOS::GtBundleParser
770 uint8_t GtBundleParser::ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, Bu… in ParseHapProfile() function in OHOS::GtBundleParser
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp437 int32_t HapVerifyV2::ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Resul… in ParseHapProfile() function in OHOS::Security::Verify::HapVerifyV2