Home
last modified time | relevance | path

Searched refs:appDistributionType_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp208 appDistributionType_ = checker.GetAppDistributionType(provisionInfo.distributionType); in ProcessPatchDeployStart()
696 sysEventInfo.appDistributionType = appDistributionType_; in SendQuickFixSystemEvent()
908 (appDistributionType_ == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_NORMAL || in PrepareCodeSignatureParam()
909 appDistributionType_ == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE_MDM || in PrepareCodeSignatureParam()
910 appDistributionType_ == Constants::APP_DISTRIBUTION_TYPE_ENTERPRISE); in PrepareCodeSignatureParam()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dquick_fix_deployer.h131 std::string appDistributionType_ = Constants::APP_DISTRIBUTION_TYPE_NONE; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h804 std::string appDistributionType_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp214 .appDistributionType = appDistributionType_, in InstallBundle()
259 .appDistributionType = appDistributionType_, in InstallBundleByBundleName()
299 .appDistributionType = appDistributionType_, in Recover()
3808 appDistributionType_ = infos.begin()->second.GetAppDistributionType(); in SetAppDistributionType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6311 EXPECT_EQ(installer.appDistributionType_, appDistributionType);