Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c524 char *msg_get; in iotx_ota_get_config() local
548 msg_get = OTA_MALLOC(MSG_REPORT_LEN); in iotx_ota_get_config()
549 if (msg_get == NULL) { in iotx_ota_get_config()
561 if (0 > HAL_Snprintf(msg_get, MSG_REPORT_LEN, in iotx_ota_get_config()
569 OTA_LOG_INFO(msg_get); in iotx_ota_get_config()
571 topic_info.payload = (void *)msg_get; in iotx_ota_get_config()
572 topic_info.payload_len = strlen(msg_get); in iotx_ota_get_config()
583 if (NULL != msg_get) { in iotx_ota_get_config()
584 OTA_FREE(msg_get); in iotx_ota_get_config()

Completed in 3 milliseconds