Searched refs:InitContextType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/init/services/modules/init_context/ |
H A D | init_context.h | 37 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 D | init_context.c | 44 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 D | init_context_static.c | 26 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 D | init_cmds.h | 79 } InitContextType; typedef 82 InitContextType type;
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_stub.h | 100 SubInitContext *GetSubInitContext(InitContextType type);
|
/ohos5.0/base/startup/init/services/init/ |
H A D | init_config.c | 24 InitContextType GetConfigContextType(const char *cfgName) in GetConfigContextType()
|