| D | ohos_init.h | 68 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument 72 #define LAYER_INITCALL(func, layer, clayer, priority) \ argument 77 #define LAYER_INITCALL_DEF(func, layer, clayer) \ argument 90 #define CORE_INIT(func) LAYER_INITCALL_DEF(func, core, "core") argument 104 #define CORE_INIT_PRI(func, priority) LAYER_INITCALL(func, core, "core", priority) argument 116 #define SYS_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, sys_service, "sys.service") argument 129 #define SYS_SERVICE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_service, "sys.service", prior… argument 141 #define SYS_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, sys_feature, "sys.feature") argument 154 #define SYS_FEATURE_INIT_PRI(func, priority) LAYER_INITCALL(func, sys_feature, "sys.feature", prior… argument 166 #define SYS_RUN(func) LAYER_INITCALL_DEF(func, run, "run") argument [all …]
|