Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c102 pvalue, val_len, &h_ota->configId, &h_ota->configSize, in ota_callback()
142 pvalue, val_len, &h_ota->configId, &h_ota->configSize, in ota_callback()
309 if (NULL != h_ota->configId) { in IOT_OTA_Deinit()
310 OTA_FREE(h_ota->configId); in IOT_OTA_Deinit()
730 if (value == NULL || *value != NULL || h_ota->configId == NULL) { in IOT_OTA_Ioctl()
735 *value = OTA_API_MALLOC(strlen(h_ota->configId) + 1); in IOT_OTA_Ioctl()
740 memset(*value, 0, strlen(h_ota->configId) + 1); in IOT_OTA_Ioctl()
741 memcpy(*value, h_ota->configId, strlen(h_ota->configId)); in IOT_OTA_Ioctl()
A Diotx_ota.h30 char *configId; member
A Dota_lib.c187 char **configId, uint32_t *configSize, char **sign, in otalib_GetConfigParams() argument
195 configId)) { in otalib_GetConfigParams()
A Diotx_ota_internal.h110 char **configId, uint32_t *configSize, char **sign,

Completed in 7 milliseconds