Searched refs:LAYER_INITCALL_DEF (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/utils_lite/include/ |
H A D | ohos_init.h | 77 #define LAYER_INITCALL_DEF(func, layer, clayer) \
macro 90 #define CORE_INIT(func) LAYER_INITCALL_DEF(func, core, "core")
116 #define SYS_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, sys_service, "sys.service")
141 #define SYS_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, sys_feature, "sys.feature")
166 #define SYS_RUN(func) LAYER_INITCALL_DEF(func, run, "run")
190 #define SYSEX_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service")
214 #define SYSEX_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, app_feature, "app.feature")
239 #define APP_SERVICE_INIT(func) LAYER_INITCALL_DEF(func, app_service, "app.service")
264 #define APP_FEATURE_INIT(func) LAYER_INITCALL_DEF(func, app_feature, "app.feature")
|
Completed in 1 milliseconds