Searched defs:topic_name (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/linkkit/ota/ |
A D | ota_mqtt.c | 62 char topic_name[OTA_MQTT_TOPIC_LEN]; in otamqtt_Publish() local 94 const char *topic_name, in otamqtt_publish_full_topic() 332 int osc_RequestConfig(void *handle, const char *topic_name, in osc_RequestConfig()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_report.c | 107 char topic_name[IOTX_URI_MAX_LEN + 1] = { 0 }; in iotx_report_devinfo() local 169 char topic_name[IOTX_URI_MAX_LEN + 1] = { 0 }; in iotx_report_firmware_version() local
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 555 int IOT_MQTT_Publish(void *handle, const char *topic_name, in IOT_MQTT_Publish() 570 int IOT_MQTT_Publish_Simple(void *handle, const char *topic_name, int qos, in IOT_MQTT_Publish_Simple()
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | iotx_http_api.c | 173 static int http_report_func(void *handle, const char *topic_name, int req_ack, in http_report_func()
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | iotx_coap_api.c | 345 static int coap_report_func(void *handle, const char *topic_name, int req_ack, in coap_report_func()
|
Completed in 13 milliseconds