Home
last modified time | relevance | path

Searched refs:SetAppDistributionType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp602 oldInfo.SetAppDistributionType("hos_normal_type");
603 newInfo.SetAppDistributionType("hos_system_type");
1932 innerBundleInfo.SetAppDistributionType("");
1950 innerBundleInfo.SetAppDistributionType(Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM);
1970 innerBundleInfo.SetAppDistributionType(Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM);
1991 innerBundleInfo.SetAppDistributionType(Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM);
H A Dbms_bundle_installer_test.cpp6270 bundleInfo.SetAppDistributionType(appDistributionType);
6302 installer.SetAppDistributionType(innerBundleInfos);
6308 info.SetAppDistributionType(appDistributionType);
6310 installer.SetAppDistributionType(innerBundleInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h685 void SetAppDistributionType(const std::unordered_map<std::string, InnerBundleInfo> &infos);
H A Dinner_bundle_info.h2103 void SetAppDistributionType(const std::string &appDistributionType);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp682 newInfo.SetAppDistributionType(GetAppDistributionType(provisionInfo.distributionType)); in CollectProvisionInfo()
H A Dbase_bundle_installer.cpp3583 SetAppDistributionType(infos); in ParseHapFiles()
3802 void BaseBundleInstaller::SetAppDistributionType(const std::unordered_map<std::string, InnerBundleI… in SetAppDistributionType() function in OHOS::AppExecFwk::BaseBundleInstaller
H A Dbundle_mgr_host_impl.cpp4184 info.SetAppDistributionType(distributionType); in SetProvisionInfoToInnerBundleInfo()
H A Dinner_bundle_info.cpp3718 void InnerBundleInfo::SetAppDistributionType(const std::string &appDistributionType) in SetAppDistributionType() function in OHOS::AppExecFwk::InnerBundleInfo