Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
Dsyscap_tool.c79 cJSON *arrayItemPtr = NULL; in FillOsCapLength() local
97 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()