Searched refs:cJSON_AddItemToArray (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ot-br-posix/src/rest/ |
H A D | json.cpp | 328 cJSON_AddItemToArray(RouteData, RouteDatavalue); in Route2Json() 447 … cJSON_AddItemToArray(addrList, IpAddr2Json(diagTlv.mData.mIp6AddrList.mList[i])); in Diag2JsonString() 475 … cJSON_AddItemToArray(tableList, ChildTableEntry2Json(diagTlv.mData.mChildTable.mTable[i])); in Diag2JsonString() 498 cJSON_AddItemToArray(diagInfo, diagInfoOfOneNode); in Diag2JsonString()
|
/aosp_15_r20/external/iperf3/src/ |
H A D | iperf_api.c | 2089 cJSON_AddItemToArray(j_streams, j_stream); in send_results() 2399 …cJSON_AddItemToArray(sp->test->json_connected, iperf_json_printf("socket: %d local_host: %s loca… in connect_msg() 3026 cJSON_AddItemToArray(test->json_intervals, json_interval); in iperf_print_intermediate() 3305 cJSON_AddItemToArray(json_summary_streams, json_summary_stream); in iperf_print_results() 3765 …cJSON_AddItemToArray(json_interval_streams, iperf_json_printf("socket: %d start: %f end: %f sec… in print_interval_results() 3773 …cJSON_AddItemToArray(json_interval_streams, iperf_json_printf("socket: %d start: %f end: %f sec… in print_interval_results() 3781 …cJSON_AddItemToArray(json_interval_streams, iperf_json_printf("socket: %d start: %f end: %f sec… in print_interval_results() 3792 …cJSON_AddItemToArray(json_interval_streams, iperf_json_printf("socket: %d start: %f end: %f sec… in print_interval_results()
|
H A D | cjson.h | 227 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item);
|
H A D | cjson.c | 1996 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray() function
|