Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_fota.c67 uint32_t file_size = 0, file_downloaded = 0; in dm_fota_perform_sync() local
128 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FETCHED_SIZE, &file_downloaded, 4); in dm_fota_perform_sync()
132 percent_now = (file_downloaded * 100) / file_size; in dm_fota_perform_sync()
A Ddm_cota.c119 uint32_t file_size = 0, file_downloaded = 0; in dm_cota_perform_sync() local
163 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FETCHED_SIZE, &file_downloaded, 4); in dm_cota_perform_sync()
167 percent_now = (file_downloaded * 100) / file_size; in dm_cota_perform_sync()

Completed in 3 milliseconds