Home
last modified time | relevance | path

Searched refs:SetAppInstallControlRuleType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dbundle_install_plugin_test.cpp59 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
77 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
96 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
139 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
158 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
177 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
198 …plugin.SetAppInstallControlRuleType(static_cast<AppExecFwk::AppInstallControlRuleType>(policyType)…
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Dbundle_install_plugin.h26 void SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType controlRuleType);
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_install_bundles_plugin.cpp37 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::ALLOWED_INSTALL); in InitPlugin()
H A Ddisallowed_install_bundles_plugin.cpp36 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::DISALLOWED_INSTALL); in InitPlugin()
H A Ddisallowed_uninstall_bundles_plugin.cpp36 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::DISALLOWED_UNINSTALL); in InitPlugin()
H A Dbundle_install_plugin.cpp28 void BundleInstallPlugin::SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType contro… in SetAppInstallControlRuleType() function in OHOS::EDM::BundleInstallPlugin