Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A 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)
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/enterprisedevicemgrstubmock_fuzzer/
H A Denterprise_device_mgr_stub_mock_fuzzer.cpp43 code = CREATE_FUNC_CODE(funcFlag, operateType, code); in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dfunc_code_utils.cpp70 return CREATE_FUNC_CODE(systemFlag, operateType, policyCode); in CreateFuncCode()