Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c463 #define MSG_REPORT_LEN (256) in IOT_OTA_ReportProgress() macro
485 msg_reported = OTA_MALLOC(MSG_REPORT_LEN); in IOT_OTA_ReportProgress()
492 ret = otalib_GenReportMsg(msg_reported, MSG_REPORT_LEN, h_ota->id, progress, in IOT_OTA_ReportProgress()
515 #undef MSG_REPORT_LEN in IOT_OTA_ReportProgress()
521 #define MSG_REPORT_LEN (256) in iotx_ota_get_config() macro
548 msg_get = OTA_MALLOC(MSG_REPORT_LEN); in iotx_ota_get_config()
561 if (0 > HAL_Snprintf(msg_get, MSG_REPORT_LEN, in iotx_ota_get_config()
588 #undef MSG_REPORT_LEN in iotx_ota_get_config()

Completed in 3 milliseconds