Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/test/unittest/edm_plugin/src/
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)…
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dallowed_install_bundles_plugin.cpp36 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::ALLOWED_INSTALL); in InitPlugin()
Ddisallowed_install_bundles_plugin.cpp36 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::DISALLOWED_INSTALL); in InitPlugin()
Ddisallowed_uninstall_bundles_plugin.cpp36 SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType::DISALLOWED_UNINSTALL); in InitPlugin()
Dbundle_install_plugin.cpp28 void BundleInstallPlugin::SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType contro… in SetAppInstallControlRuleType() function in OHOS::EDM::BundleInstallPlugin
/base/customization/enterprise_device_management/services/edm_plugin/include/
Dbundle_install_plugin.h26 void SetAppInstallControlRuleType(AppExecFwk::AppInstallControlRuleType controlRuleType);