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