Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota_internal.h26 #define OTA_API_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "ota.api") macro
35 #define OTA_API_MALLOC(size) HAL_Malloc(size) macro
A Diotx_ota.c735 *value = OTA_API_MALLOC(strlen(h_ota->configId) + 1); in IOT_OTA_Ioctl()
766 *value = OTA_API_MALLOC(strlen(h_ota->sign) + 1); in IOT_OTA_Ioctl()
785 *value = OTA_API_MALLOC(strlen(h_ota->signMethod) + 1); in IOT_OTA_Ioctl()
804 *value = OTA_API_MALLOC(strlen(h_ota->cota_url) + 1); in IOT_OTA_Ioctl()
823 *value = OTA_API_MALLOC(strlen(h_ota->getType) + 1); in IOT_OTA_Ioctl()

Completed in 4 milliseconds