Searched defs:strItem (Results 1 – 2 of 2) sorted by relevance
63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minL… in ReadStringItem()95 static double ReadNumberItem(cJSON *strItem) in ReadNumberItem()
86 cJSON* strItem = cJSON_GetArrayItem(strArray, index); in GetStringArray() local