Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c49 static info_report_func_pt info_report_func = NULL; variable
53 info_report_func = func; in iotx_set_report_func()
113 if (info_report_func == NULL) { in iotx_report_devinfo()
151 if (info_report_func != NULL) { in iotx_report_devinfo()
152 info_report_func(pclient, topic_name, 1, msg, strlen(msg)); in iotx_report_devinfo()
175 if (info_report_func == NULL) { in iotx_report_firmware_version()
210 ret = info_report_func(pclient, topic_name, 1, msg, strlen(msg)); in iotx_report_firmware_version()

Completed in 2 milliseconds