Home
last modified time | relevance | path

Searched refs:GET_SUPER_ADMIN_WANT_INFO (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.h37 GET_SUPER_ADMIN_WANT_INFO = 13, enumerator
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp63 case EdmInterfaceCode::GET_SUPER_ADMIN_WANT_INFO: in CallFuncByCode()
88 EdmInterfaceCode::GET_SUPER_ADMIN_WANT_INFO, in InitSystemCodeList()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Denterprise_device_mgr_proxy.cpp436 …ErrCode res = remote->SendRequest(EdmInterfaceCode::GET_SUPER_ADMIN_WANT_INFO, data, reply, option… in GetSuperAdmin()