Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_fota.c103 IOT_OTA_ReportProgress(ota_handle, IOT_OTAP_FETCH_FAILED, NULL); in dm_fota_perform_sync()
119 IOT_OTA_ReportProgress(ota_handle, IOT_OTAP_BURN_FAILED, NULL); in dm_fota_perform_sync()
142 IOT_OTA_ReportProgress(ota_handle, percent_now, NULL); in dm_fota_perform_sync()
153 IOT_OTA_ReportProgress(ota_handle, IOT_OTAP_CHECK_FALIED, NULL); in dm_fota_perform_sync()
A Ddm_cota.c153 IOT_OTA_ReportProgress(ota_handle, IOT_OTAP_FETCH_FAILED, NULL); in dm_cota_perform_sync()
177 IOT_OTA_ReportProgress(ota_handle, percent_now, NULL); in dm_cota_perform_sync()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dota_api.h150 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress,
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c460 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress, in IOT_OTA_ReportProgress() function
695 IOT_OTA_ReportProgress(h_ota, IOT_OTAP_FETCH_PERCENTAGE_MIN, in IOT_OTA_FetchYield()
899 IOT_OTA_ReportProgress(h_ota, IOT_OTAP_CHECK_FALIED, NULL); in IOT_OTA_Ioctl()

Completed in 5 milliseconds