Searched refs:httpclient_conn (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/src/ |
A D | ucloud_ai_common.c | 93 ret = httpclient_conn(&ai_client, (const char *)url); in ucloud_ai_connect()
|
/AliOS-Things-master/components/http/include/ |
A D | httpclient.h | 165 HTTPC_RESULT httpclient_conn(httpclient_t *client, const char *url);
|
/AliOS-Things-master/components/http/src/ |
A D | http_method_api.c | 19 ret = httpclient_conn(client, url); in httpclient_common()
|
A D | http_client.c | 723 HTTPC_RESULT httpclient_conn(httpclient_t *client, const char *url) in httpclient_conn() function
|
/AliOS-Things-master/components/ucamera/src/device/wifi/ |
A D | wifi_camera.c | 62 ret = httpclient_conn(&wifi_camera_client, (const char *)WIFICAMERA_URL); in wifi_camera_connect()
|
/AliOS-Things-master/components/ota/ota_agent/download/ |
A D | ota_download_http.c | 268 ret = httpclient_conn(&client, new_url); in ota_download_image_header() 416 ret = httpclient_conn(&client, new_url); in ota_download_start()
|
A D | ota_download_file2fs_http.c | 100 ret = httpclient_conn(&client, new_url); in ota_download_store_fs_start()
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_mgr.c | 116 ret = httpclient_conn(&client, req_url); in task_http_download_func()
|
/AliOS-Things-master/components/uvoice/application/alicloudtts/ |
A D | alicloudtts.c | 195 ret = httpclient_conn(&client, req_url); in http_download()
|
/AliOS-Things-master/components/http/ |
A D | README.md | 179 HTTPC_RESULT httpclient_conn(httpclient_t *client, const char *url)
|
/AliOS-Things-master/components/py_engine/modules/network/http/ |
A D | httpclient.c | 267 ret = httpclient_conn(&http_client_obj->client, url); in obj_http_conn() 599 ret = httpclient_conn(&client, req_url); in task_http_download_func()
|
A D | httputility.c | 177 ret = httpclient_conn(&client, req_url); in task_http_download_func()
|
A D | modhttp.c | 212 ret = httpclient_conn(&client, req_url); in task_http_download_func()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/ |
A D | module_http.c | 182 ret = httpclient_conn(&client, req_url); in task_http_download_func()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/ |
A D | module_http.c | 192 ret = httpclient_conn(&client, req_url); in http_download_func()
|
Completed in 19 milliseconds