Home
last modified time | relevance | path

Searched refs:request_payload (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c188 msg_param.request_payload = (char *)data; in http_report_func()
639 if (NULL == msg_param->request_payload) { in IOT_HTTP_SendMessage()
655 payload_len = strlen(msg_param->request_payload) + 1; in IOT_HTTP_SendMessage()
680 http_info("request_payload: \r\n\r\n%s\r\n", msg_param->request_payload); in IOT_HTTP_SendMessage()
714 ret = wrapper_http_perform(http_handle, msg_param->request_payload, in IOT_HTTP_SendMessage()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dhttp_api.h52 char *request_payload; member
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg.c175 static int _fetch_dynreg_http_resp(char *request_payload, in _fetch_dynreg_http_resp() argument
235 res = wrapper_http_perform(http_handle, request_payload, in _fetch_dynreg_http_resp()
236 strlen(request_payload)); in _fetch_dynreg_http_resp()

Completed in 6 milliseconds