Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/include/
A Dota_import.h23 #ifndef OTA_DOWNLOAD_RETRY_CNT
24 #define OTA_DOWNLOAD_RETRY_CNT 5 /*OTA download retry count default:5*/ macro
/AliOS-Things-master/components/ota/ota_agent/download/
A Dota_download_http.c253 for (retry_tm = OTA_DOWNLOAD_RETRY_CNT; (retry_tm > 0) && (ret < 0); retry_tm--) { in ota_download_image_header()
254 if (retry_tm < OTA_DOWNLOAD_RETRY_CNT) { in ota_download_image_header()
398 for (j = OTA_DOWNLOAD_RETRY_CNT; (j > 0) && (ret < 0); j--) { in ota_download_start()
407 if (j >= OTA_DOWNLOAD_RETRY_CNT) { in ota_download_start()
A Dota_download_file2fs_http.c84 for (j = OTA_DOWNLOAD_RETRY_CNT; (j > 0) && (ret < 0); j--) { in ota_download_store_fs_start()
91 if (j >= OTA_DOWNLOAD_RETRY_CNT) { in ota_download_store_fs_start()

Completed in 4 milliseconds