Home
last modified time | relevance | path

Searched refs:ParseHapProfile (Results 1 – 19 of 19) 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
99 auto ret = Security::Verify::ParseHapProfile(filePath, hapVerifyResult); in ParseHapProfile()
H A Dbundle_mgr_service_event_handler.cpp2775 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
/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
99 return hapVerifyV2.ParseHapProfile(filePath, hapVerifyV1Result); in ParseHapProfile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_parser.h34 BundleInfo *ParseHapProfile(const char *path);
35 uint8_t ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes &bundleRes,
H A Dgt_bundle_parser.h28 static BundleInfo *ParseHapProfile(const char *path, BundleRes *bundleRes);
29 …static uint8_t ParseHapProfile(int32_t fp, uint32_t fileSize, Permissions &permissions, BundleRes …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_verify_mgr.h34 …static ErrCode ParseHapProfile(const std::string &filePath, Security::Verify::HapVerifyResult &hap…
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/interfaces/
H A Dhap_verify.h30 DLL_EXPORT int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/verify/
H A Dhap_verify_v2.h34 int32_t ParseHapProfile(const std::string& filePath, HapVerifyResult& hapVerifyV1Result);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp168 auto res = BundleVerifyMgr::ParseHapProfile(INSTALL_PATH, result);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp218 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(TMP_RESOURCE_DIR, &bundleRes); in ExtractInstallMsg()
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
H A Dbundle_installer.cpp192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
H A Dbundle_manager_service.cpp515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
H A Dgt_bundle_installer.cpp249 errorCode = GtBundleParser::ParseHapProfile(fp, fileSize, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
H A Dgt_bundle_manager_service.cpp815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_test.cpp252 ASSERT_TRUE(ParseHapProfile(filePath, hapVerifyResult) == VERIFY_SUCCESS);
/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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp645 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()