Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/init_context/
H A Dinit_context_static.c23 static ConfigContext g_currContext = { INIT_CONTEXT_MAIN }; variable
78 g_currContext.type = INIT_CONTEXT_MAIN; in SetSubInitContext()
81 g_currContext.type = context->type; in SetSubInitContext()
94 …return !(context == NULL || context->type == INIT_CONTEXT_MAIN || g_currContext.type != INIT_CONTE… in CheckExecuteInSubInit()