Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/init_module_engine/include/
Dbootstage.h116 const cJSON *serviceNode; /* Service JSON node */ member
149 const char *serviceNode; /* Service node */ member
/base/startup/init/services/modules/selinux/
Dselinux_static.c32 …char *fieldStr = cJSON_GetStringValue(cJSON_GetObjectItem(serviceParseCtx->serviceNode, SECON_STR_… in ServiceParseSelinuxHook()
/base/startup/init/services/init/
Dinit_service_manager.c988 static void ParseServiceHookExecute(const char *name, const cJSON *serviceNode) in ParseServiceHookExecute() argument
993 context.serviceNode = serviceNode; in ParseServiceHookExecute()
Dinit_common_cmds.c246 context.serviceNode = (const char *)&pid; in DoReset()
/base/startup/init/services/modules/bootevent/
Dbootevent.c340 cJSON *bootEvents = cJSON_GetObjectItem(serviceParseCtx->serviceNode, BOOT_EVENT_FIELD_NAME); in ServiceParseBootEventHook()