Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/modules/init_context/
H A Dinit_context.h37 InitContextType type;
45 InitContextType type;
46 int (*startSubInit)(InitContextType type);
48 int (*executeCmdInSubInit)(InitContextType type, const char *, const char *);
49 int (*setSubInitContext)(InitContextType type);
52 int StartSubInit(InitContextType type);
53 int InitSubInitContext(InitContextType type, const SubInitContext *context);
55 SubInitInfo *GetSubInitInfo(InitContextType type);
60 InitContextType type;
H A Dinit_context.c44 static void SubInitMain(InitContextType type, int readFd, int writeFd);
47 static int SubInitSetSelinuxContext(InitContextType type);
76 static int SubInitStart(InitContextType type) in SubInitStart()
117 static int SubInitExecuteCmd(InitContextType type, const char *name, const char *cmdContent) in SubInitExecuteCmd()
221 static void SubInitMain(InitContextType type, int readFd, int writeFd) in SubInitMain()
254 static int SubInitSetSelinuxContext(InitContextType type) in SubInitSetSelinuxContext()
266 SubInitInfo *GetSubInitInfo(InitContextType type) in GetSubInitInfo()
277 (InitContextType)i, in MODULE_CONSTRUCTOR()
283 InitSubInitContext((InitContextType)i, &context); in MODULE_CONSTRUCTOR()
H A Dinit_context_static.c26 int InitSubInitContext(InitContextType type, const SubInitContext *context) in InitSubInitContext()
45 int StartSubInit(InitContextType type) in StartSubInit()
101 SubInitContext *GetSubInitContext(InitContextType type) in GetSubInitContext()
/ohos5.0/base/startup/init/services/init/include/
H A Dinit_cmds.h79 } InitContextType; typedef
82 InitContextType type;
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.h100 SubInitContext *GetSubInitContext(InitContextType type);
/ohos5.0/base/startup/init/services/init/
H A Dinit_config.c24 InitContextType GetConfigContextType(const char *cfgName) in GetConfigContextType()