Home
last modified time | relevance | path

Searched refs:ParseHapProfile (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_verify_mgr.h34 static ErrCode ParseHapProfile(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_verify_mgr.cpp103 ErrCode BundleVerifyMgr::ParseHapProfile(const std::string &filePath, HapVerifyResult &hapVerifyResult) in ParseHapProfile() function in OHOS::AppExecFwk::BundleVerifyMgr
105 auto ret = Security::Verify::ParseHapProfile(filePath, hapVerifyResult); in ParseHapProfile()
106 APP_LOGI("ParseHapProfile result %{public}d", ret); in ParseHapProfile()
H A Dbundle_mgr_service_event_handler.cpp3382 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
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 &bundleRes,
H A Dbundle_parser.h34 BundleInfo *ParseHapProfile(const char *path);
35 uint8_t ParseHapProfile(const std::string &path, Permissions &permissions, BundleRes &bundleRes,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hap_verify_test/
H A Dbms_bundle_hap_verify_test.cpp161 * Function: ParseHapProfile
162 * @tc.name: test ParseHapProfile
163 * @tc.desc: ParseHapProfile
168 auto res = BundleVerifyMgr::ParseHapProfile(INSTALL_PATH, result); in HWTEST_F()
/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 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, BundleRes &bundleRes, in ParseHapProfile() function in OHOS::GtBundleParser
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 &bundleRes, in ParseHapProfile() function in OHOS::BundleParser
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 Dbundle_installer.cpp192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
H A Dgt_bundle_manager_service.cpp815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp642 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()

Completed in 21 milliseconds