Searched refs:JSON_GetInt16FromOject (Results 1 – 3 of 3) sorted by relevance
50 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value);
196 bool JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value) in JSON_GetInt16FromOject() function
1541 (void)JSON_GetInt16FromOject(json, DATA_CHANGE_FLAG, (int16_t *)&info->dataChangeFlag); in ParseCommonJsonInfo()