Home
last modified time | relevance | path

Searched refs:cJSON_AddItemToArray (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h101 extern void cJSON_AddItemToArray(cJSON *array, cJSON *item);
H A DcJSON.c520 void cJSON_AddItemToArray(cJSON *array, cJSON *item) {cJSON *c=array->child;if (!item) retur… in cJSON_AddItemToArray() function
521 …tring) cJSON_free(item->string);item->string=cJSON_strdup(string);cJSON_AddItemToArray(object,item… in cJSON_AddItemToObject()
522 void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) {cJSON_AddItemToArray(array,crea… in cJSON_AddItemReferenceToArray()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp713 cJSON_AddItemToArray(array, newitem); in insert_item_in_array()
988 cJSON_AddItemToArray(parent, value); in apply_patch()
1136 cJSON_AddItemToArray(patches, patch); in compose_patch()
H A Dj2s.cpp481 cJSON_AddItemToArray(root, item); in _j2s_obj_to_json()
773 cJSON_AddItemToArray(root, item); in j2s_json_to_array_with_index()
H A DcJSON.cpp1995 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray() function
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h222 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item);
H A DcJSON.c1986 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h220 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp341 cJSON_AddItemToArray(ret_json, ret_item); in rkaiq_uapi_rpc_response()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A Dj2s.cpp565 cJSON_AddItemToArray(root, item); in _j2s_obj_to_json()
977 cJSON_AddItemToArray(root, item); in j2s_json_to_array_with_index()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp911 cJSON_AddItemToArray(ret_json, ret_item); in readIQNodeStrFromJstr()