Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_cota.c57 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_CONFIG_ID, (void *)&config_id, 1); in _dm_cota_send_new_config_to_user()
58 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_CONFIG_SIZE, &config_size, 4); in _dm_cota_send_new_config_to_user()
59 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_SIGN, (void *)&sign, 1); in _dm_cota_send_new_config_to_user()
60 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_SIGN_METHOD, (void *)&sign_method, in _dm_cota_send_new_config_to_user()
62 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_URL, (void *)&url, 1); in _dm_cota_send_new_config_to_user()
63 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_COTA_GETTYPE, (void *)&get_type, 1); in _dm_cota_send_new_config_to_user()
139 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_OTA_TYPE, &ota_type, 4); in dm_cota_perform_sync()
146 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_RESET_FETCHED_SIZE, ota_handle, 4); in dm_cota_perform_sync()
163 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FETCHED_SIZE, &file_downloaded, 4); in dm_cota_perform_sync()
164 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FILE_SIZE, &file_size, 4); in dm_cota_perform_sync()
[all …]
A Ddm_fota.c40 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_VERSION, version, 128); in _dm_fota_send_new_config_to_user()
88 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_OTA_TYPE, &ota_type, 4); in dm_fota_perform_sync()
95 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_RESET_FETCHED_SIZE, ota_handle, 4); in dm_fota_perform_sync()
104 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_RESET_STATE, NULL, 0); in dm_fota_perform_sync()
120 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_RESET_STATE, NULL, 0); in dm_fota_perform_sync()
128 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FETCHED_SIZE, &file_downloaded, 4); in dm_fota_perform_sync()
129 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_FILE_SIZE, &file_size, 4); in dm_fota_perform_sync()
150 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_CHECK_FIRMWARE, &file_isvalid, in dm_fota_perform_sync()
154 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_RESET_STATE, NULL, 0); in dm_fota_perform_sync()
185 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_OTA_TYPE, &ota_type, 4); in dm_fota_status_check()
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dota_api.h221 int IOT_OTA_Ioctl(void *handle, IOT_OTA_CmdType_t type, void *buf, int buf_len);
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota.c712 int IOT_OTA_Ioctl(void *handle, IOT_OTA_CmdType_t type, void *buf, int buf_len) in IOT_OTA_Ioctl() function

Completed in 6 milliseconds