Home
last modified time | relevance | path

Searched refs:GET_DELEGATED_POLICIES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h39 GET_DELEGATED_POLICIES = 15, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Denterprise_device_mgr_proxy_test.cpp972 EdmInterfaceCode::GET_DELEGATED_POLICIES, result);
989 EdmInterfaceCode::GET_DELEGATED_POLICIES, result);
1006 EdmInterfaceCode::GET_DELEGATED_POLICIES, result);
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp67 case EdmInterfaceCode::GET_DELEGATED_POLICIES: in CallFuncByCode()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
H A Dadmin_manager_addon.cpp669 return GetDelegatedPolicies(env, info, EdmInterfaceCode::GET_DELEGATED_POLICIES); in GetDelegatedPolicies()