Searched refs:arrayItemPtr (Results 1 – 1 of 1) sorted by relevance
79 cJSON *arrayItemPtr = NULL; in FillOsCapLength() local97 arrayItemPtr = cJSON_GetArrayItem(gJsonObjectSysCap.sysCapPtr, (int)i); in FillOsCapLength()98 if (arrayItemPtr->valuestring == NULL) { in FillOsCapLength()103 char *pointPos = strchr(arrayItemPtr->valuestring, '.'); in FillOsCapLength()108 …ret = strncmp(arrayItemPtr->valuestring, "SystemCapability.", pointPos - arrayItemPtr->valuestring… in FillOsCapLength()