Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/common/native/include/
Dfunc_code.h55 #define CREATE_FUNC_CODE(FLAG, OPERATE_TYPE, POLICY) (((FLAG) << 20) | ((OPERATE_TYPE) << 16) | (PO… macro
56 #define POLICY_FUNC_CODE(OPERATE_TYPE, POLICY) CREATE_FUNC_CODE(1, OPERATE_TYPE, POLICY)
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
Dfunc_code_utils.cpp70 return CREATE_FUNC_CODE(systemFlag, operateType, policyCode); in CreateFuncCode()