Searched refs:json_arr_encode_buf (Results 1 – 3 of 3) sorted by relevance
752 int json_arr_encode_buf(const struct json_obj_descr *descr, const void *val,
1247 int json_arr_encode_buf(const struct json_obj_descr *descr, const void *val, in json_arr_encode_buf() function
598 ret = json_arr_encode_buf(obj_array_descr, &oa, buffer, sizeof(buffer)); in ZTEST()