/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | hmp_bundle_installer.h | 50 bool ParseHapFiles(const std::string &hapFilePath, std::unordered_map<std::string, InnerBundleInfo> &infos);
|
H A D | bundle_install_checker.h | 116 ErrCode ParseHapFiles(
|
H A D | bundle_mgr_service_event_handler.h | 416 static bool ParseHapFiles(
|
H A D | base_bundle_installer.h | 383 ErrCode ParseHapFiles(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | hmp_bundle_installer.cpp | 222 bool HmpBundleInstaller::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::HmpBundleInstaller 258 if (!ParseHapFiles(bundleDir, infos) || infos.empty()) { in ParseInfos() 263 if (!ParseHapFiles(hspDir, infos) || infos.empty()) { in ParseInfos()
|
H A D | bundle_mgr_service_event_handler.cpp | 1698 if (!ParseHapFiles(scanPathIter, infos) || infos.empty()) { in InnerProcessRebootBundleInstall() 1905 if (!ParseHapFiles(scanPath, infos) || infos.empty()) { in InnerProcessRebootSharedBundleInstall() 1957 if (!ParseHapFiles(scanPath, infos) || infos.empty()) { in InnerProcessRebootSystemHspInstall() 3088 ret = bundleInstallChecker->ParseHapFiles( in CheckAndParseHapFiles() 3115 bool BMSEventHandler::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BMSEventHandler 3585 if (!ParseHapFiles(scanPathIter, infos) || infos.empty()) { in PatchSystemHspInstall() 3586 LOG_E(BMS_TAG_DEFAULT, "ParseHapFiles failed : %{public}s ", scanPathIter.c_str()); in PatchSystemHspInstall() 3634 if (!ParseHapFiles(scanPathIter, infos) || infos.empty()) { in PatchSystemBundleInstall() 3635 LOG_E(BMS_TAG_DEFAULT, "ParseHapFiles failed : %{public}s ", scanPathIter.c_str()); in PatchSystemBundleInstall()
|
H A D | bundle_install_checker.cpp | 338 ErrCode BundleInstallChecker::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BundleInstallChecker
|
H A D | base_bundle_installer.cpp | 1155 result = ParseHapFiles(bundlePaths, installParam, appType, hapVerifyResults, newInfos); in ProcessBundleInstall() 3692 ErrCode BaseBundleInstaller::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BaseBundleInstaller 3706 ErrCode ret = bundleInstallChecker_->ParseHapFiles( in ParseHapFiles()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/hmpbundleinstaller_fuzzer/ |
H A D | hmpbundleinstaller_fuzzer.cpp | 44 hmpBundleInstaller.ParseHapFiles(std::string(data, size), infos); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 577 bool BMSEventHandler::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BMSEventHandler
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 79 result = bundleInstallChecker_->ParseHapFiles(bundlePaths, checkParam, hapVerifyResults, parsedBundles_); in ParseFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 422 * @tc.desc: 1. ParseHapFiles 431 bool res = handler->ParseHapFiles("", infos); in HWTEST_F() 433 res = handler->ParseHapFiles(filePath, infos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 403 result = bundleInstallChecker_->ParseHapFiles( in CheckAndParseFiles()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1478 * @tc.name: test the start function of ParseHapFiles 1480 * 2. call ParseHapFiles 1495 auto iter = handler->ParseHapFiles(HSP_FILE_PATH1, infos); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3397 * @tc.name: test the start function of ParseHapFiles 3430 auto ret = installChecker.ParseHapFiles(bundlePaths, checkParam, hapVerifyRes, infos); in HWTEST_F() 3436 * @tc.name: test the start function of ParseHapFiles 3469 auto ret = installChecker.ParseHapFiles(bundlePaths, checkParam, hapVerifyRes, infos); in HWTEST_F() 6761 * @tc.name: test ParseHapFiles 6762 * @tc.desc: 1.Test ParseHapFiles the HmpBundleInstaller 6770 bool ret = installer.ParseHapFiles(hapFilePath, infos); in HWTEST_F()
|