Lines Matching refs:cota_url
103 &h_ota->sign, &h_ota->signMethod, &h_ota->cota_url, in ota_callback()
121 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); in ota_callback()
143 &h_ota->sign, &h_ota->signMethod, &h_ota->cota_url, in ota_callback()
161 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); in ota_callback()
321 if (NULL != h_ota->cota_url) { in IOT_OTA_Deinit()
322 OTA_FREE(h_ota->cota_url); in IOT_OTA_Deinit()
666 h_ota->ch_fetch = ofc_Init(h_ota->cota_url, h_ota->size_fetched); in IOT_OTA_FetchYield()
799 if (value == NULL || *value != NULL || h_ota->cota_url == NULL) { in IOT_OTA_Ioctl()
804 *value = OTA_API_MALLOC(strlen(h_ota->cota_url) + 1); in IOT_OTA_Ioctl()
809 memset(*value, 0, strlen(h_ota->cota_url) + 1); in IOT_OTA_Ioctl()
810 memcpy(*value, h_ota->cota_url, strlen(h_ota->cota_url)); in IOT_OTA_Ioctl()