Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h33 IS_ADMIN_ENABLED = 9, enumerator
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp55 case EdmInterfaceCode::IS_ADMIN_ENABLED: in CallFuncByCode()
86 EdmInterfaceCode::IS_ADMIN_ENABLED, in InitSystemCodeList()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp321 ErrCode res = remote->SendRequest(EdmInterfaceCode::IS_ADMIN_ENABLED, data, reply, option); in IsAdminEnabled()