Lines Matching refs:LAYER_INITCALL
68 #define LAYER_INITCALL(func, layer, clayer, priority) \
72 #define LAYER_INITCALL(func, layer, clayer, priority) \
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(func, app_service, "app.service", priority)
277 #define APP_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, app_feature, "app.feature", priority)