Searched refs:configId (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota.c | 102 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 D | iotx_ota.h | 30 char *configId; member
|
A D | ota_lib.c | 187 char **configId, uint32_t *configSize, char **sign, in otalib_GetConfigParams() argument 195 configId)) { in otalib_GetConfigParams()
|
A D | iotx_ota_internal.h | 110 char **configId, uint32_t *configSize, char **sign,
|
Completed in 7 milliseconds