Searched refs:msg_reported (Results 1 – 1 of 1) sorted by relevance
466 char *msg_reported; in IOT_OTA_ReportProgress() local485 msg_reported = OTA_MALLOC(MSG_REPORT_LEN); in IOT_OTA_ReportProgress()486 if (msg_reported == NULL) { in IOT_OTA_ReportProgress()492 ret = otalib_GenReportMsg(msg_reported, MSG_REPORT_LEN, h_ota->id, progress, in IOT_OTA_ReportProgress()500 ret = osc_ReportProgress(h_ota->ch_signal, msg_reported); in IOT_OTA_ReportProgress()510 if (NULL != msg_reported) { in IOT_OTA_ReportProgress()511 OTA_FREE(msg_reported); in IOT_OTA_ReportProgress()
Completed in 3 milliseconds