Searched refs:JSON_AddInt16ToObject (Results 1 – 3 of 3) sorted by relevance
48 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value);
191 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) in JSON_AddInt16ToObject() function
1367 !JSON_AddInt16ToObject(json, DATA_CHANGE_FLAG, info->dataChangeFlag) || in PackCommonEx()