Home
last modified time | relevance | path

Searched refs:DISALLOW_ADD_LOCAL_ACCOUNT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/account_manager/src/
H A Daccount_manager_proxy.cpp51 … return proxy->SetPolicyDisabled(admin, isDisallow, EdmInterfaceCode::DISALLOW_ADD_LOCAL_ACCOUNT); in DisallowAddLocalAccount()
63 return proxy->IsPolicyDisabled(admin, EdmInterfaceCode::DISALLOW_ADD_LOCAL_ACCOUNT, result); in IsAddLocalAccountDisallowed()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h47 DISALLOW_ADD_LOCAL_ACCOUNT = 1006, enumerator
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallow_add_local_account_plugin.cpp30 ptr->InitAttribute(EdmInterfaceCode::DISALLOW_ADD_LOCAL_ACCOUNT, "disallow_add_local_account", in InitPlugin()