Home
last modified time | relevance | path

Searched refs:HTTP_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/
A Ducloud_ai_common.c75 if (ret != HTTP_SUCCESS) in ucloud_ai_init()
94 if (HTTP_SUCCESS != ret) { in ucloud_ai_connect()
113 if (HTTP_SUCCESS != ret) { in ucloud_ai_get_stream()
/AliOS-Things-master/components/ucamera/src/device/wifi/
A Dwifi_camera.c40 if (ret != HTTP_SUCCESS) in wifi_camera_init()
63 if (HTTP_SUCCESS != ret) { in wifi_camera_connect()
90 if (HTTP_SUCCESS != ret) { in wifi_camera_get_frame()
/AliOS-Things-master/components/http/src/
A Dhttp_client.c111 return HTTP_SUCCESS; in httpclient_parse_url()
148 return HTTP_SUCCESS; in httpclient_get_info()
163 return HTTP_SUCCESS; in httpclient_basic_auth()
180 return HTTP_SUCCESS; in httpclient_send_auth()
235 if (res != HTTP_SUCCESS) { in httpclient_send_header()
307 ret = HTTP_SUCCESS; in httpclient_send_header()
325 ret = HTTP_SUCCESS; in httpclient_send_header()
381 return HTTP_SUCCESS; in httpclient_send_userdata()
443 return HTTP_SUCCESS; in httpclient_retrieve_content()
587 return HTTP_SUCCESS; in httpclient_retrieve_content()
[all …]
A Dhttp_aos_wrapper.c181 return HTTP_SUCCESS; in http_tcp_recv_wrapper()
486 return HTTP_SUCCESS; in http_ssl_recv_wrapper()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h36 HTTP_SUCCESS = 0, /**< operation success */ enumerator
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c193 if (ret == HTTP_SUCCESS) { in http_download_func()
195 if (ret == HTTP_SUCCESS) { in http_download_func()
200 if (ret < HTTP_SUCCESS) { in http_download_func()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c587 if (HTTP_SUCCESS != ret) { in ucloud_ai_demo_main()
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c207 while (HTTP_SUCCESS != httpclient_put(httpc_handle, up_uri, &client_data)) { in on_fs_upload()

Completed in 14 milliseconds