Home
last modified time | relevance | path

Searched refs:cJSON_CreateObject (Results 1 – 5 of 5) sorted by relevance

/external/ot-br-posix/src/rest/
Djson.cpp121 cJSON *mode = cJSON_CreateObject(); in Mode2Json()
167 cJSON *timestamp = cJSON_CreateObject(); in Timestamp2Json()
208 cJSON *securityPolicy = cJSON_CreateObject(); in SecurityPolicy2Json()
264 cJSON *childEntry = cJSON_CreateObject(); in ChildTableEntry2Json()
277 cJSON *macCounters = cJSON_CreateObject(); in MacCounters2Json()
294 cJSON *connectivity = cJSON_CreateObject(); in Connectivity2Json()
311 cJSON *routeData = cJSON_CreateObject(); in RouteData2Json()
323 cJSON *route = cJSON_CreateObject(); in Route2Json()
341 cJSON *leaderData = cJSON_CreateObject(); in LeaderData2Json()
365 cJSON *node = cJSON_CreateObject(); in Node2JsonString()
[all …]
/external/iperf3/src/
Diperf_util.c376 o = cJSON_CreateObject(); in iperf_json_printf()
Dcjson.h209 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void);
Diperf_api.c1975 j = cJSON_CreateObject(); in send_parameters()
2178 j = cJSON_CreateObject(); in send_results()
2230 j_stream = cJSON_CreateObject(); in send_results()
3180 json_interval = cJSON_CreateObject(); in iperf_print_intermediate()
3459 json_summary_stream = cJSON_CreateObject(); in iperf_print_results()
4400 test->json_top = cJSON_CreateObject(); in iperf_json_start()
4403 test->json_start = cJSON_CreateObject(); in iperf_json_start()
4415 test->json_end = cJSON_CreateObject(); in iperf_json_start()
Dcjson.c2171 cJSON *object_item = cJSON_CreateObject(); in cJSON_AddObjectToObject()
2520 CJSON_PUBLIC(cJSON *) cJSON_CreateObject(void) in cJSON_CreateObject() function