Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c67 h_ota->ch_fetch = in ota_callback()
69 if (h_ota->ch_fetch == NULL) { in ota_callback()
122 if (h_ota->ch_fetch == NULL) { in ota_callback()
162 if (h_ota->ch_fetch == NULL) { in ota_callback()
289 if (NULL != h_ota->ch_fetch) { in IOT_OTA_Deinit()
290 ofc_Deinit(&h_ota->ch_fetch); in IOT_OTA_Deinit()
661 if (h_ota->ch_fetch == NULL) { in IOT_OTA_FetchYield()
664 h_ota->ch_fetch = ofc_Init(h_ota->purl, h_ota->size_fetched); in IOT_OTA_FetchYield()
669 if (h_ota->ch_fetch == NULL) { in IOT_OTA_FetchYield()
675 ret = ofc_Fetch(h_ota->ch_fetch, buf, buf_len, timeout_s); in IOT_OTA_FetchYield()
[all …]
A Diotx_ota.h27 void *ch_fetch; /* channel handle of download */ member

Completed in 4 milliseconds