Searched refs:ota_ctx (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_upgrade.h | 17 int ota_load_pyapp(void *ota_ctx); 20 int ota_install_pyapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path);
|
A D | app_upgrade.c | 187 int ota_install_pyapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_pyapp() argument 190 ota_service_t *ctx = ota_ctx; in ota_install_pyapp()
|
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_ota.c | 11 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_jsapp() argument 24 int ota_report_module_version(void *ota_ctx, char *module_name, char *version) in ota_report_module_version() argument
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 266 int ota_download_to_fs_service(void *ota_ctx , char *file_path); 278 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path); 290 int ota_report_module_version(void *ota_ctx, char *module_name, char *version);
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 266 int ota_download_to_fs_service(void *ota_ctx , char *file_path); 278 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path); 290 int ota_report_module_version(void *ota_ctx, char *module_name, char *version);
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_fs_plat.c | 90 int ota_install_jsapp(void *ota_ctx, char *store_file, int store_file_len, char *install_path) in ota_install_jsapp() argument 93 ota_service_t *ctx = ota_ctx; in ota_install_jsapp()
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_upgrade.h | 18 int ota_load_jsapp(void *ota_ctx);
|
A D | app_upgrade.c | 124 int ota_load_jsapp(void *ota_ctx) in ota_load_jsapp() argument 127 ota_service_t *ctx = ota_ctx; in ota_load_jsapp()
|
/AliOS-Things-master/components/ota/ota_agent/ |
A D | ota_service.c | 23 int ota_download_to_fs_service(void *ota_ctx , char *file_path) in ota_download_to_fs_service() argument 28 ota_service_t *ctx = ota_ctx; in ota_download_to_fs_service() 62 int ota_report_module_version(void *ota_ctx, char *module_name, char *version) in ota_report_module_version() argument 65 ota_service_t *ctx = ota_ctx; in ota_report_module_version()
|
Completed in 11 milliseconds