Home
last modified time | relevance | path

Searched refs:valuestring (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp631 if (strcmp(a->valuestring, b->valuestring) != 0) in compare_json()
755 if (strcmp(operation->valuestring, "add") == 0) in decode_patch_operation()
760 if (strcmp(operation->valuestring, "remove") == 0) in decode_patch_operation()
765 if (strcmp(operation->valuestring, "replace") == 0) in decode_patch_operation()
770 if (strcmp(operation->valuestring, "move") == 0) in decode_patch_operation()
775 if (strcmp(operation->valuestring, "copy") == 0) in decode_patch_operation()
780 if (strcmp(operation->valuestring, "test") == 0) in decode_patch_operation()
800 if (root->valuestring != NULL) in overwrite_item()
802 cJSON_free(root->valuestring); in overwrite_item()
839 …status = !compare_json(get_item_from_pointer(object, path->valuestring, case_sensitive), get_objec… in apply_patch()
[all …]
H A DcJSON.cpp108 return item->valuestring; in cJSON_GetStringValue()
265 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) in cJSON_Delete()
267 global_hooks.deallocate(item->valuestring); in cJSON_Delete()
402 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring) in cJSON_SetValuestring() argument
410 if (strlen(valuestring) <= strlen(object->valuestring)) in cJSON_SetValuestring()
412 strcpy(object->valuestring, valuestring); in cJSON_SetValuestring()
413 return object->valuestring; in cJSON_SetValuestring()
415 copy = (char*) cJSON_strdup((const unsigned char*)valuestring, &global_hooks); in cJSON_SetValuestring()
420 if (object->valuestring != NULL) in cJSON_SetValuestring()
422 cJSON_free(object->valuestring); in cJSON_SetValuestring()
[all …]
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c106 return item->valuestring; in cJSON_GetStringValue()
263 if (!(item->type & cJSON_IsReference) && (item->valuestring != NULL)) in cJSON_Delete()
265 global_hooks.deallocate(item->valuestring); in cJSON_Delete()
400 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring) in cJSON_SetValuestring() argument
408 if (strlen(valuestring) <= strlen(object->valuestring)) in cJSON_SetValuestring()
410 strcpy(object->valuestring, valuestring); in cJSON_SetValuestring()
411 return object->valuestring; in cJSON_SetValuestring()
413 copy = (char*) cJSON_strdup((const unsigned char*)valuestring, &global_hooks); in cJSON_SetValuestring()
418 if (object->valuestring != NULL) in cJSON_SetValuestring()
420 cJSON_free(object->valuestring); in cJSON_SetValuestring()
[all …]
H A DcJSON.h115 char *valuestring; member
280 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring);
/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c88 if (!(c->type&cJSON_IsReference) && c->valuestring) cJSON_free(c->valuestring); in cJSON_Delete()
209 item->valuestring=out; in parse_string()
250 static char *print_string(cJSON *item) {return print_string_ptr(item->valuestring);} in print_string()
419 child->string=child->valuestring;child->valuestring=0; in parse_object()
431 child->string=child->valuestring;child->valuestring=0; in parse_object()
543 …) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestring=cJSON_strdup(st… in cJSON_CreateString()
564 …if (item->valuestring) {newitem->valuestring=cJSON_strdup(item->valuestring); if (!newitem->values… in cJSON_Duplicate()
H A DcJSON.h49 char *valuestring; /* The item's string, if type==cJSON_String */ member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/src/j2s4b/
H A DRkAiqsceneManager.cpp146 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findMainScene()
184 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findSubScene()
229 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in getMainSceneList()
267 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in getSubSceneList()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c776 if ((sub_JSON->type != cJSON_String) || (sub_JSON->valuestring == NULL)) { in tcp_command_parse()
781 if (strlen(sub_JSON->valuestring) > sizeof(recv_paras[num].valuestr)) { in tcp_command_parse()
783 strlen(sub_JSON->valuestring), in tcp_command_parse()
788 strcpy(recv_paras[num].valuestr, sub_JSON->valuestring); in tcp_command_parse()
790 err_code = tcp_command_check(num, sub_JSON->valuestring); in tcp_command_parse()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h110 char *valuestring; member
278 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_helper.cpp411 if (cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring) { in rkaiq_uapi_unified_ctl()
413 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in rkaiq_uapi_unified_ctl()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/
H A Dscene_manager.cpp243 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findMainScene()
281 char *name_str = cJSON_GetObjectItem(json_item, "name")->valuestring; in findSubScene()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A DRkAiqCalibDbV2.cpp593 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in applyPatch2()
782 cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring); in analyzChange()
905 char* path_str = cJSON_GetObjectItem(arr_item, JSON_PATCH_PATH)->valuestring; in readIQNodeStrFromJstr()