Home
last modified time | relevance | path

Searched refs:httpclient_send (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c112 ret = httpclient_send(&ai_client, (const char *)url, HTTP_GET, &ai_client_data); in ucloud_ai_get_stream()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h175 HTTPC_RESULT httpclient_send(httpclient_t *client, const char *url, int method, httpclient_data_t *…
/AliOS-Things-master/components/http/src/
A Dhttp_method_api.c22 ret = httpclient_send(client, url, method, client_data); in httpclient_common()
A Dhttp_client.c800 HTTPC_RESULT httpclient_send(httpclient_t *client, const char *url, int method, httpclient_data_t *… in httpclient_send() function
/AliOS-Things-master/components/ucamera/src/device/wifi/
A Dwifi_camera.c89 …ret = httpclient_send(&wifi_camera_client, (const char *)WIFICAMERA_URL, HTTP_GET, &wifi_camera_cl… in wifi_camera_get_frame()
/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c119 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
/AliOS-Things-master/components/uvoice/application/alicloudtts/
A Dalicloudtts.c197 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in http_download()
/AliOS-Things-master/components/http/
A DREADME.md190 HTTPC_RESULT httpclient_send(httpclient_t *client, const char *url, int method, httpclient_data_t *…
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c114 ret = httpclient_send(client, url, HTTP_GET, client_data); in ota_httpc_request_send()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttpclient.c315 ret = httpclient_send(&http_client_obj->client, url, method, in obj_http_send()
602 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
A Dhttputility.c180 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
A Dmodhttp.c215 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c185 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in task_http_download_func()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c194 ret = httpclient_send(&client, req_url, HTTP_GET, &client_data); in http_download_func()

Completed in 18 milliseconds