Searched refs:cJSON_AddArrayToObject (Results 1 – 6 of 6) sorted by relevance
395 cJSON_AddArrayToObject(root, "array"); in cJSON_add_array_should_add_array()406 TEST_ASSERT_NULL(cJSON_AddArrayToObject(NULL, "array")); in cjson_add_array_should_fail_with_null_pointers()407 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, NULL)); in cjson_add_array_should_fail_with_null_pointers()418 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()
618 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);
450 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");
2180 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name) in cJSON_AddArrayToObject() function