Home
last modified time | relevance | path

Searched refs:cJSON_Print (Results 1 – 4 of 4) sorted by relevance

/external/iperf3/src/
Dcjson.h161 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item);
Diperf_api.c2054 char *str = cJSON_Print(j); in send_parameters()
2084 str = cJSON_Print(j); in get_parameters()
2255 char *str = cJSON_Print(j); in send_results()
2313 char *str = cJSON_Print(j); in get_results()
3793 char *str = cJSON_Print(test->json_server_output); in iperf_print_results()
4439 char *str = cJSON_Print(test->json_top); in iperf_json_finish()
Dcjson.c1257 CJSON_PUBLIC(char *) cJSON_Print(const cJSON *item) in cJSON_Print() function
/external/ot-br-posix/src/rest/
Djson.cpp65 jsonOut = cJSON_Print(json); in String2JsonString()
102 jsonOut = cJSON_Print(aJson); in Json2String()