Home
last modified time | relevance | path

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

/base/customization/enterprise_device_management/common/native/include/
Dfunc_code.h50 #define FUNC_TO_FLAG(CODE) (((CODE) & 0x00F00000) >> 20) macro
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
Dfunc_code_utils.cpp39 return ConvertSystemFlag(FUNC_TO_FLAG(funcCode)); in GetSystemFlag()