Searched refs:cJSON_AddArrayToObject (Results 1 – 6 of 6) sorted by relevance
436 cJSON_AddArrayToObject(root, "array"); in cJSON_add_array_should_add_array()447 TEST_ASSERT_NULL(cJSON_AddArrayToObject(NULL, "array")); in cjson_add_array_should_fail_with_null_pointers()448 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, NULL)); in cjson_add_array_should_fail_with_null_pointers()459 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, "array")); in cjson_add_array_should_fail_on_allocation_failure()
135 resolutions = cJSON_AddArrayToObject(monitor, "resolutions"); in create_monitor_with_helpers()
628 cJSON *array = cJSON_AddArrayToObject(root, "rd"); in cjson_delete_item_from_array_should_not_broken_list_structure()
297 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name);
451 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");
2437 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name) in cJSON_AddArrayToObject() function