Home
last modified time | relevance | path

Searched refs:ParseHapFiles (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dhmp_bundle_installer.h50 bool ParseHapFiles(const std::string &hapFilePath, std::unordered_map<std::string, InnerBundleInfo> &infos);
H A Dbundle_install_checker.h116 ErrCode ParseHapFiles(
H A Dbundle_mgr_service_event_handler.h416 static bool ParseHapFiles(
H A Dbase_bundle_installer.h383 ErrCode ParseHapFiles(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dhmp_bundle_installer.cpp222 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 Dbundle_mgr_service_event_handler.cpp1698 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 Dbundle_install_checker.cpp338 ErrCode BundleInstallChecker::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BundleInstallChecker
H A Dbase_bundle_installer.cpp1155 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 Dhmpbundleinstaller_fuzzer.cpp44 hmpBundleInstaller.ParseHapFiles(std::string(data, size), infos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp577 bool BMSEventHandler::ParseHapFiles( in ParseHapFiles() function in OHOS::AppExecFwk::BMSEventHandler
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp79 result = bundleInstallChecker_->ParseHapFiles(bundlePaths, checkParam, hapVerifyResults, parsedBundles_); in ParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp422 * @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 Dapp_service_fwk_installer.cpp403 result = bundleInstallChecker_->ParseHapFiles( in CheckAndParseFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1478 * @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 Dbms_bundle_installer_test.cpp3397 * @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()

Completed in 43 milliseconds