Home
last modified time | relevance | path

Searched defs:strItem (Results 1 – 2 of 2) sorted by relevance

/base/startup/appspawn/lite/
Dappspawn_message.c63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minL… in ReadStringItem()
95 static double ReadNumberItem(cJSON *strItem) in ReadNumberItem()
/base/hiviewdfx/hiview/base/utility/
Dcjson_util.cpp86 cJSON* strItem = cJSON_GetArrayItem(strArray, index); in GetStringArray() local