Home
last modified time | relevance | path

Searched refs:topic_path (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_http/
A Diotx_http_api.c165 static int construct_full_http_upstream_url(char *buf, const char *topic_path) in construct_full_http_upstream_url() argument
168 IOTX_HTTP_ONLINE_SERVER_URL, topic_path); in construct_full_http_upstream_url()
178 char topic_path[100]; in http_report_func() local
185 HAL_Snprintf(topic_path, sizeof(topic_path), "/topic%s", topic_name); in http_report_func()
193 msg_param.topic_path = topic_path; in http_report_func()
649 if (NULL == msg_param->topic_path) { in IOT_HTTP_SendMessage()
663 construct_full_http_upstream_url(http_url, msg_param->topic_path); in IOT_HTTP_SendMessage()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dhttp_api.h50 char *topic_path; member

Completed in 7 milliseconds