Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c68 ofc_Init(h_ota->purl, h_ota->size_fetched); in ota_callback()
110 h_ota->size_fetched = 0; in ota_callback()
121 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); in ota_callback()
150 h_ota->size_fetched = 0; in ota_callback()
664 h_ota->ch_fetch = ofc_Init(h_ota->purl, h_ota->size_fetched); in IOT_OTA_FetchYield()
680 } else if (0 == h_ota->size_fetched) { in IOT_OTA_FetchYield()
702 h_ota->size_fetched += ret; in IOT_OTA_FetchYield()
704 if (h_ota->size_fetched >= h_ota->size_file) { in IOT_OTA_FetchYield()
852 *((uint32_t *)buf) = h_ota->size_fetched; in IOT_OTA_Ioctl()
941 h_ota->size_fetched = 0; in IOT_OTA_Ioctl()
[all …]
A Diotx_ota.h18 uint32_t size_fetched; /* size of already downloaded */ member
/AliOS-Things-master/components/linksdk/components/ota/
A Dota_private.h89 uint32_t size_fetched; member
A Daiot_ota_api.c503 if (download_handle->size_fetched == download_handle->task_desc->size_total) { in aiot_download_recv()
509 if (download_handle->size_fetched > download_handle->task_desc->size_total) { in aiot_download_recv()
972 if (download_handle->size_fetched > download_handle->task_desc->size_total) { in _http_recv_handler()
978 download_handle->size_fetched += packet->data.body.len; in _http_recv_handler()
984 tmp_size_fetched = download_handle->size_fetched; in _http_recv_handler()
989 if (download_handle->size_fetched == download_handle->task_desc->size_total) { in _http_recv_handler()

Completed in 7 milliseconds