/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer/ |
H A D | appservicefwkinstallerupdateappservice_fuzzer.cpp | 59 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; in DoSomethingInterestingWithMyAPI() local 60 appServiceFwk.DeliveryProfileToCodeSign(hapVerifyResults); in DoSomethingInterestingWithMyAPI() 61 appServiceFwk.GenerateOdid(infos, hapVerifyResults); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
H A D | inner_shared_bundle_installer.cpp | 70 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; in ParseFiles() local 71 result = bundleInstallChecker_->CheckMultipleHapsSignInfo(bundlePaths, hapVerifyResults); in ParseFiles() 79 result = bundleInstallChecker_->CheckInstallPermission(checkParam, hapVerifyResults); in ParseFiles() 83 result = bundleInstallChecker_->CheckHspInstallCondition(hapVerifyResults); in ParseFiles() 98 result = DeliveryProfileToCodeSign(hapVerifyResults); in ParseFiles() 107 isEnterpriseBundle_ = bundleInstallChecker_->CheckEnterpriseBundle(hapVerifyResults[0]); in ParseFiles() 109 DEBUG_APP_IDENTIFIER : hapVerifyResults[0].GetProvisionInfo().bundleInfo.appIdentifier; in ParseFiles() 112 AddAppProvisionInfo(bundleName_, hapVerifyResults[0].GetProvisionInfo()); in ParseFiles() 750 std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults) const in DeliveryProfileToCodeSign() 757 if (hapVerifyResults.empty()) { in DeliveryProfileToCodeSign() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 315 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; in CheckAndParseFiles() local 317 checkedHspPaths, hapVerifyResults); in CheckAndParseFiles() 321 checkedHspPaths, checkParam, hapVerifyResults, newInfos); in CheckAndParseFiles() 325 result = bundleInstallChecker_->CheckInstallPermission(checkParam, hapVerifyResults); in CheckAndParseFiles() 329 result = bundleInstallChecker_->CheckHspInstallCondition(hapVerifyResults); in CheckAndParseFiles() 340 result = DeliveryProfileToCodeSign(hapVerifyResults); in CheckAndParseFiles() 347 isEnterpriseBundle_ = bundleInstallChecker_->CheckEnterpriseBundle(hapVerifyResults[0]); in CheckAndParseFiles() 353 GenerateOdid(newInfos, hapVerifyResults); in CheckAndParseFiles() 354 AddAppProvisionInfo(bundleName_, hapVerifyResults[0].GetProvisionInfo(), installParam); in CheckAndParseFiles() 1009 std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults) const in DeliveryProfileToCodeSign() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1723 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; variable 1724 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults); 1728 installer.DeliveryProfileToCodeSign(hapVerifyResults); 1739 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; variable 1745 hapVerifyResults.push_back(hapVerifyResult); 1747 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults); 1758 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; variable 1764 hapVerifyResults.push_back(hapVerifyResult); 1766 ErrCode ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | inner_shared_bundle_installer.h | 94 … DeliveryProfileToCodeSign(std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 101 … DeliveryProfileToCodeSign(std::vector<Security::Verify::HapVerifyResult> &hapVerifyResults) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 1097 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; variable 1101 auto ret = installer.DeliveryProfileToCodeSign(hapVerifyResults);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 1142 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; in ProcessBundleInstall() local 1143 result = CheckMultipleHapsSignInfo(bundlePaths, installParam, hapVerifyResults); in ProcessBundleInstall() 1147 result = CheckShellInstall(hapVerifyResults); in ProcessBundleInstall() 1153 result = ParseHapFiles(bundlePaths, installParam, appType, hapVerifyResults, newInfos); in ProcessBundleInstall() 1168 result = CheckInstallPermission(installParam, hapVerifyResults); in ProcessBundleInstall() 1170 result = CheckInstallCondition(hapVerifyResults, newInfos); in ProcessBundleInstall() 1176 verifyRes_ = hapVerifyResults[0]; in ProcessBundleInstall() 1294 CreateDataGroupDirs(hapVerifyResults, oldInfo); in ProcessBundleInstall() 1331 AddAppProvisionInfo(bundleName_, hapVerifyResults[0].GetProvisionInfo(), installParam); in ProcessBundleInstall()
|
H A D | bundle_mgr_service_event_handler.cpp | 2467 std::vector<Security::Verify::HapVerifyResult> hapVerifyResults; in CheckAndParseHapFiles() local 2468 ret = bundleInstallChecker->CheckMultipleHapsSignInfo(realPaths, hapVerifyResults, true); in CheckAndParseHapFiles() 2481 realPaths, checkParam, hapVerifyResults, infos); in CheckAndParseHapFiles() 2487 ret = bundleInstallChecker->CheckHspInstallCondition(hapVerifyResults); in CheckAndParseHapFiles()
|