Home
last modified time | relevance | path

Searched refs:controlRuleType_ (Results 1 – 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/services/edm_plugin/src/
Dbundle_install_plugin.cpp30 controlRuleType_ = controlRuleType; in SetAppInstallControlRuleType()
48 ErrCode res = GetAppControlProxy()->AddAppInstallControlRule(data, controlRuleType_, userId); in OnSetPolicy()
78 ErrCode res = GetAppControlProxy()->DeleteAppInstallControlRule(controlRuleType_, data, userId); in OnRemovePolicy()
92 ErrCode res = GetAppControlProxy()->DeleteAppInstallControlRule(controlRuleType_, data, userId); in OnAdminRemoveDone()
/base/customization/enterprise_device_management/services/edm_plugin/include/
Dbundle_install_plugin.h33 …AppExecFwk::AppInstallControlRuleType controlRuleType_ = AppExecFwk::AppInstallControlRuleType::UN… variable