Lines Matching refs:cJSON
29 #include "cJSON.h"
63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minLen)
95 static double ReadNumberItem(cJSON *strItem)
104 static int GetCaps(const cJSON *curItem, MessageSt *msgSt)
108 cJSON *capItem = cJSON_GetObjectItem(curItem, "capability");
133 cJSON *capJ = cJSON_GetArrayItem(capItem, i);
165 cJSON *rootJ = cJSON_ParseWithLength(msg, msgLen);
171 cJSON *bundleNameItem = cJSON_GetObjectItem(rootJ, "bundleName");
179 cJSON *identityIDItem = cJSON_GetObjectItem(rootJ, "identityID");
187 cJSON *uIDItem = cJSON_GetObjectItem(rootJ, "uID");
188 cJSON *gIDItem = cJSON_GetObjectItem(rootJ, "gID");