Searched refs:CORE_HTTP_MODULE_NAME (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_http_api.c | 36 CORE_HTTP_MODULE_NAME); in _core_http_auth_recv_handler() 81 CORE_HTTP_MODULE_NAME); in _core_http_recv_handler() 139 http_handle->device_secret, CORE_HTTP_MODULE_NAME); in _core_http_send_auth() 145 CORE_HTTP_MODULE_NAME); in _core_http_send_auth() 218 …http_handle->token = http_handle->sysdep->core_sysdep_malloc(token_len + 1, CORE_HTTP_MODULE_NAME); in _core_http_recv_auth() 292 …= core_strdup(http_handle->sysdep, &http_handle->product_key, (char *)data, CORE_HTTP_MODULE_NAME); in aiot_http_setopt() 296 …= core_strdup(http_handle->sysdep, &http_handle->device_name, (char *)data, CORE_HTTP_MODULE_NAME); in aiot_http_setopt() 300 …core_strdup(http_handle->sysdep, &http_handle->device_secret, (char *)data, CORE_HTTP_MODULE_NAME); in aiot_http_setopt() 304 …ore_strdup(http_handle->sysdep, &http_handle->extend_devinfo, (char *)data, CORE_HTTP_MODULE_NAME); in aiot_http_setopt() 420 … = core_sprintf(http_handle->sysdep, &path, "/topic%s", (char **)&topic, 1, CORE_HTTP_MODULE_NAME); in aiot_http_send() [all …]
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_http.c | 143 … combine_header_src, sizeof(combine_header_src) / sizeof(char *), CORE_HTTP_MODULE_NAME); in _core_http_send_header() 170 http_handle = sysdep->core_sysdep_malloc(sizeof(core_http_handle_t), CORE_HTTP_MODULE_NAME); in core_http_init() 215 … res = core_strdup(http_handle->sysdep, &http_handle->host, (char *)data, CORE_HTTP_MODULE_NAME); in core_http_setopt() 227 …http_handle->sysdep->core_sysdep_malloc(sizeof(aiot_sysdep_network_cred_t), CORE_HTTP_MODULE_NAME); in core_http_setopt() 389 pair_key = http_handle->sysdep->core_sysdep_malloc(key_len + 1, CORE_HTTP_MODULE_NAME); in _core_http_recv_header_pair() 396 pair_value = http_handle->sysdep->core_sysdep_malloc(value_len + 1, CORE_HTTP_MODULE_NAME); in _core_http_recv_header_pair() 439 line = http_handle->sysdep->core_sysdep_malloc(line_max_len, CORE_HTTP_MODULE_NAME); in _core_http_recv_header() 540 buffer = http_handle->sysdep->core_sysdep_malloc(buffer_len, CORE_HTTP_MODULE_NAME); in _core_http_recv_body()
|
A D | core_http.h | 69 #define CORE_HTTP_MODULE_NAME "HTTP" macro
|
/AliOS-Things-master/components/linksdk/components/dynreg/ |
A D | aiot_dynreg_api.c | 74 CORE_HTTP_MODULE_NAME); in _dynreg_recv_handler()
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.c | 45 CORE_HTTP_MODULE_NAME); in _bootstrap_http_recv_handler()
|
Completed in 8 milliseconds