Home
last modified time | relevance | path

Searched refs:cota_url (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c103 &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()
[all …]
A Diotx_ota.h34 char *cota_url; member
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dlinkkit_export.h326 const char *signmethod, const char *cota_url);

Completed in 5 milliseconds