Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_vfs_plat.c27 OTA_WEAK int ota_get_running_index(void) in ota_get_running_index()
32 OTA_WEAK int ota_hal_init(ota_boot_param_t *param) in ota_hal_init()
108 OTA_WEAK int ota_hal_final(void) in ota_hal_final()
113 OTA_WEAK int ota_hal_write(unsigned int *off, char *in_buf, unsigned int in_buf_len) in ota_hal_write()
186 OTA_WEAK int ota_hal_rollback_platform_hook(void) in ota_hal_rollback_platform_hook()
191 OTA_WEAK int ota_hal_rollback(void) in ota_hal_rollback()
234 OTA_WEAK int ota_hal_reboot_bank(void) in ota_hal_reboot_bank()
239 OTA_WEAK void ota_hal_image_crc16(unsigned short *outResult) in ota_hal_image_crc16()
244 OTA_WEAK int ota_hal_platform_boot_type(void) in ota_hal_platform_boot_type()
249 OTA_WEAK int ota_hal_boot_type() in ota_hal_boot_type()
[all …]
A Dota_hal_fs_plat.c14 OTA_WEAK int ota_fopen(const char *filename, int mode) in ota_fopen()
23 OTA_WEAK int ota_fwrite(int fd, const void *buf, unsigned int size) in ota_fwrite()
32 OTA_WEAK int ota_fread(int fd, void *buf, unsigned int size) in ota_fread()
41 OTA_WEAK int ota_fclose(int fd) in ota_fclose()
50 OTA_WEAK int ota_jsapp_version_get(char *version, char *file_path) in ota_jsapp_version_get()
A Dota_hal_plat.c17 OTA_WEAK int ota_hal_init(ota_boot_param_t *param) in ota_hal_init()
72 OTA_WEAK int ota_hal_write(unsigned int *off, char *in_buf, unsigned int in_buf_len) in ota_hal_write()
123 OTA_WEAK int ota_hal_rollback(void) in ota_hal_rollback()
145 OTA_WEAK unsigned char ota_hal_boot_type() in ota_hal_boot_type()
150 OTA_WEAK void ota_hal_image_crc16(unsigned short *outResult) in ota_hal_image_crc16()
155 OTA_WEAK int ota_hal_boot(ota_boot_param_t *param) in ota_hal_boot()
/AliOS-Things-master/components/ota/include/
A Dota_import.h112 #define OTA_WEAK __weak macro
114 #define OTA_WEAK __attribute__((weak)) macro

Completed in 6 milliseconds