Searched refs:IOT_OTA_ReportProgress (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_fota.c | 103 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 D | dm_cota.c | 153 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 D | ota_api.h | 150 int IOT_OTA_ReportProgress(void *handle, IOT_OTA_Progress_t progress,
|
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota.c | 460 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