Searched refs:cJSON_AddArrayToObject (Results 1 – 6 of 6) sorted by relevance
351 cJSON_AddArrayToObject(root, "array"); in cJSON_add_array_should_add_array()362 TEST_ASSERT_NULL(cJSON_AddArrayToObject(NULL, "array")); in cjson_add_array_should_fail_with_null_pointers()363 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, NULL)); in cjson_add_array_should_fail_with_null_pointers()374 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()
595 cJSON *array = cJSON_AddArrayToObject(root, "rd"); in cjson_delete_item_from_array_should_not_broken_list_structure()
272 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name);
2169 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name) in cJSON_AddArrayToObject() function
431 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");