Searched refs:bundleInstallChecker_ (Results 1 – 7 of 7) sorted by relevance
33 : 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 …]
72 : 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 …]
137 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
3528 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 …]
107 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
776 std::unique_ptr<BundleInstallChecker> bundleInstallChecker_ = nullptr; variable
1655 EXPECT_EQ(installer.bundleInstallChecker_->GetCheckResultMsg(), checkResultMsg);