Lines Matching refs:ch_fetch
67 h_ota->ch_fetch = in ota_callback()
69 if (h_ota->ch_fetch == NULL) { in ota_callback()
121 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); in ota_callback()
122 if (h_ota->ch_fetch == NULL) { in ota_callback()
161 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); 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()
666 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, 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()
678 ofc_Deinit(&h_ota->ch_fetch); in IOT_OTA_FetchYield()