Searched refs:serviceNode (Results 1 – 5 of 5) sorted by relevance
116 const cJSON *serviceNode; /* Service JSON node */ member149 const char *serviceNode; /* Service node */ member
32 …char *fieldStr = cJSON_GetStringValue(cJSON_GetObjectItem(serviceParseCtx->serviceNode, SECON_STR_… in ServiceParseSelinuxHook()
988 static void ParseServiceHookExecute(const char *name, const cJSON *serviceNode) in ParseServiceHookExecute() argument993 context.serviceNode = serviceNode; in ParseServiceHookExecute()
246 context.serviceNode = (const char *)&pid; in DoReset()
340 cJSON *bootEvents = cJSON_GetObjectItem(serviceParseCtx->serviceNode, BOOT_EVENT_FIELD_NAME); in ServiceParseBootEventHook()