Home
last modified time | relevance | path

Searched refs:bundleInstallChecker_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp33 : sharedBundlePath_(path), bundleInstallChecker_(std::make_unique<BundleInstallChecker>()) in InnerSharedBundleInstaller()
66 result = bundleInstallChecker_->CheckSysCap(bundlePaths); in ParseFiles()
71 result = bundleInstallChecker_->CheckMultipleHapsSignInfo(bundlePaths, hapVerifyResults); in ParseFiles()
75 …result = bundleInstallChecker_->ParseHapFiles(bundlePaths, checkParam, hapVerifyResults, parsedBun… in ParseFiles()
79 result = bundleInstallChecker_->CheckInstallPermission(checkParam, hapVerifyResults); in ParseFiles()
83 result = bundleInstallChecker_->CheckHspInstallCondition(hapVerifyResults); in ParseFiles()
90 result = bundleInstallChecker_->CheckDeviceType(parsedBundles_); in ParseFiles()
102 result = bundleInstallChecker_->CheckMultiNativeFile(parsedBundles_); in ParseFiles()
107 isEnterpriseBundle_ = bundleInstallChecker_->CheckEnterpriseBundle(hapVerifyResults[0]); in ParseFiles()
506 …AppProvisionInfo appProvisionInfo = bundleInstallChecker_->ConvertToAppProvisionInfo(provisionInfo… in AddAppProvisionInfo()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp72 : bundleInstallChecker_(std::make_unique<BundleInstallChecker>()) in AppServiceFwkInstaller()
311 result = bundleInstallChecker_->CheckSysCap(checkedHspPaths); in CheckAndParseFiles()
316 result = bundleInstallChecker_->CheckMultipleHapsSignInfo( in CheckAndParseFiles()
320 result = bundleInstallChecker_->ParseHapFiles( in CheckAndParseFiles()
325 result = bundleInstallChecker_->CheckInstallPermission(checkParam, hapVerifyResults); in CheckAndParseFiles()
329 result = bundleInstallChecker_->CheckHspInstallCondition(hapVerifyResults); in CheckAndParseFiles()
333 result = bundleInstallChecker_->CheckDeviceType(newInfos); in CheckAndParseFiles()
344 result = bundleInstallChecker_->CheckMultiNativeFile(newInfos); in CheckAndParseFiles()
347 isEnterpriseBundle_ = bundleInstallChecker_->CheckEnterpriseBundle(hapVerifyResults[0]); in CheckAndParseFiles()
413 ErrCode ret = bundleInstallChecker_->CheckAppLabelInfo(infos); in CheckAppLabelInfo()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dinner_shared_bundle_installer.h137 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp3528 return bundleInstallChecker_->CheckSysCap(bundlePaths); in CheckSysCap()
3567 ErrCode ret = bundleInstallChecker_->ParseHapFiles( in ParseHapFiles()
3577 isContainEntry_ = bundleInstallChecker_->IsContainEntry(); in ParseHapFiles()
3856 ErrCode ret = bundleInstallChecker_->CheckDeviceType(infos); in CheckInstallCondition()
3861 ret = bundleInstallChecker_->CheckIsolationMode(infos); in CheckInstallCondition()
3901 return bundleInstallChecker_->CheckDependency(infos); in CheckDependency()
3920 ErrCode ret = bundleInstallChecker_->CheckAppLabelInfo(infos); in CheckAppLabelInfo()
3951 return bundleInstallChecker_->CheckMultiNativeFile(infos); in CheckMultiNativeFile()
4563 bundleInstallChecker_->ResetProperties(); in ResetInstallProperties()
5925 return bundleInstallChecker_->GetCheckResultMsg(); in GetCheckResultMsg()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/
H A Dapp_service_fwk_installer.h107 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h776 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/
H A Dbms_bundle_app_provision_info_test.cpp1655 EXPECT_EQ(installer.bundleInstallChecker_->GetCheckResultMsg(), checkResultMsg);