Searched refs:ota_get_upgrade_status (Results 1 – 2 of 2) sorted by relevance
14 int ota_get_upgrade_status(void);57 if (ota_get_upgrade_status() == 1) { in ota_download_store_fs_start()114 if (ota_get_upgrade_status() == 0) { in ota_download_store_fs_start()
49 int ota_get_upgrade_status() in ota_get_upgrade_status() function217 if ((ctx == NULL) || (url == NULL) || (ota_get_upgrade_status() == 1)) { in ota_download_image_header()379 if (ota_get_upgrade_status() == 1) { in ota_download_start()429 if (ota_get_upgrade_status() == 0) { in ota_download_start()
Completed in 4 milliseconds