Home
last modified time | relevance | path

Searched refs:ota_ctx (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_upgrade.h17 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 Dapp_upgrade.c187 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 Daos_ota.c11 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 Dota_agent.h266 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 Dota_agent.h266 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 Dota_hal_fs_plat.c90 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 Dapp_upgrade.h18 int ota_load_jsapp(void *ota_ctx);
A Dapp_upgrade.c124 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 Dota_service.c23 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