Home
last modified time | relevance | path

Searched refs:OTA_MALLOC (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/linkkit/ota/
A Dota_lib.c22 iot_md5_context *ctx = OTA_MALLOC(sizeof(iot_md5_context)); in otalib_MD5Init()
60 iot_sha256_context *ctx = OTA_MALLOC(sizeof(iot_sha256_context)); in otalib_Sha256Init()
134 *dest = OTA_MALLOC(val_len + 1); in otalib_GetFirmwareVarlenPara()
A Diotx_ota_internal.h24 #define OTA_MALLOC(size) LITE_malloc(size, MEM_MAGIC, "ota") macro
29 #define OTA_MALLOC(size) HAL_Malloc(size) macro
A Diotx_ota.c211 h_ota = OTA_MALLOC(sizeof(OTA_Struct_t)); in IOT_OTA_Init()
362 msg_informed = OTA_MALLOC(MSG_INFORM_LEN); in IOT_OTA_ReportVersion()
427 msg_informed = OTA_MALLOC(MSG_REQUEST_LEN); in iotx_req_image()
485 msg_reported = OTA_MALLOC(MSG_REPORT_LEN); in IOT_OTA_ReportProgress()
548 msg_get = OTA_MALLOC(MSG_REPORT_LEN); in iotx_ota_get_config()
A Dota_coap.c104 h_osc = OTA_MALLOC(sizeof(otacoap_Struct_t)); in osc_Init()
A Dota_fetch.c84 h_odc = OTA_MALLOC(sizeof(otahttp_Struct_t)); in ofc_Init()
A Dota_mqtt.c190 h_osc = OTA_MALLOC(sizeof(otamqtt_Struct_t)); in osc_Init()

Completed in 10 milliseconds