Searched refs:configSize (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota.h | 31 uint32_t configSize; member
|
A D | ota_lib.c | 187 char **configId, uint32_t *configSize, char **sign, in otalib_GetConfigParams() argument 208 *configSize = atoi(file_size_str); in otalib_GetConfigParams()
|
A D | iotx_ota.c | 102 pvalue, val_len, &h_ota->configId, &h_ota->configSize, in ota_callback() 109 h_ota->size_file = h_ota->configSize; in ota_callback() 142 pvalue, val_len, &h_ota->configId, &h_ota->configSize, in ota_callback() 149 h_ota->size_file = h_ota->configSize; in ota_callback() 753 *((uint32_t *)buf) = h_ota->configSize; in IOT_OTA_Ioctl()
|
A D | iotx_ota_internal.h | 110 char **configId, uint32_t *configSize, char **sign,
|
Completed in 7 milliseconds