Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/init_context/
H A Dinit_context_static.c22 static SubInitContext g_subInitContext[INIT_CONTEXT_MAIN] = { 0 };
26 int InitSubInitContext(InitContextType type, const SubInitContext *context) in InitSubInitContext()
101 SubInitContext *GetSubInitContext(InitContextType type) in GetSubInitContext()
H A Dinit_context.h50 } SubInitContext; typedef
53 int InitSubInitContext(InitContextType type, const SubInitContext *context);
H A Dinit_context.c276 SubInitContext context = { in MODULE_CONSTRUCTOR()
/ohos5.0/base/startup/init/test/unittest/modules/
H A Dcontext_unittest.cpp149 SubInitContext *subContext = GetSubInitContext(INIT_CONTEXT_CHIPSET);
208 SubInitContext *subContext = GetSubInitContext(INIT_CONTEXT_CHIPSET);
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.h100 SubInitContext *GetSubInitContext(InitContextType type);