/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_verify_mgr.h | 34 static ErrCode ParseHapProfile(const std::string &filePath, Security::Verify::HapVerifyResult &hapVerifyResult);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_verify_mgr.cpp | 103 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 D | bundle_mgr_service_event_handler.cpp | 3382 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_parser.h | 28 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 D | bundle_parser.h | 34 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 D | bms_bundle_hap_verify_test.cpp | 161 * 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 D | gt_bundle_extractor.cpp | 218 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(TMP_RESOURCE_DIR, &bundleRes); in ExtractInstallMsg()
|
H A D | gt_bundle_parser.cpp | 150 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 D | bundle_parser.cpp | 226 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 D | bundle_manager_service.cpp | 515 BundleInfo *bundleInfo = bundleParser.ParseHapProfile(profileDir.c_str()); in ReloadBundleInfo()
|
H A D | gt_bundle_installer.cpp | 249 errorCode = GtBundleParser::ParseHapProfile(fp, fileSize, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
|
H A D | bundle_installer.cpp | 192 errorCode = bundleParser.ParseHapProfile(path, permissions, bundleRes, &bundleInfo); in ProcessBundleInstall()
|
H A D | gt_bundle_manager_service.cpp | 815 BundleInfo *bundleInfo = GtBundleParser::ParseHapProfile(profileDir, bundleRes); in ReloadBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 642 auto ret = BundleVerifyMgr::ParseHapProfile(filePath, hapVerifyResult); in AddStockAppProvisionInfoByOTA()
|