Searched refs:LAYER_INITCALL (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/utils_lite/include/ |
H A D | ohos_init.h | 68 #define LAYER_INITCALL(func, layer, clayer, priority) \
macro 72 #define LAYER_INITCALL(func, layer, clayer, priority) \
macro 78 LAYER_INITCALL(func, layer, clayer, 2)
104 #define CORE_INIT_PRI(func, priority) LAYER_INITCALL(func, core, "core", priority)
129 #define SYS_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_service, "sys.service", priority)
154 #define SYS_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_feature, "sys.feature", priority)
179 #define SYS_RUN_PRI(func, priority) LAYER_INITCALL(func, run, "run", priority)
203 #define SYSEX_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_service, "app.service", priority)
227 #define SYSEX_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", priority)
252 #define APP_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(fun [all...] |
Completed in 2 milliseconds