Searched refs:info_report_func (Results 1 – 1 of 1) sorted by relevance
49 static info_report_func_pt info_report_func = NULL; variable53 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