Searched refs:on_user_event_cb (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/ota/ota_agent/ |
A D | ota_service.c | 56 if ((ctx != NULL) && (ctx->feedback_func.on_user_event_cb != NULL)) { in ota_download_to_fs_service() 57 ctx->feedback_func.on_user_event_cb(OTA_EVENT_DOWNLOAD, ret, ctx->feedback_func.param); in ota_download_to_fs_service() 76 if (ctx->feedback_func.on_user_event_cb != NULL) { in ota_report_module_version() 77 ctx->feedback_func.on_user_event_cb(OTA_EVENT_REPORT_VER, ret, ctx->feedback_func.param); in ota_report_module_version() 265 ctx->feedback_func.on_user_event_cb = cb; in ota_register_feedback_msg_cb() 406 ctx->feedback_func.on_user_event_cb = NULL; in ota_service_param_reset()
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_fs_plat.c | 105 if ((ctx != NULL) && (ctx->feedback_func.on_user_event_cb != NULL)) { in ota_install_jsapp() 106 ctx->feedback_func.on_user_event_cb(OTA_EVENT_INSTALL, ret, ctx->feedback_func.param); in ota_install_jsapp()
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_upgrade.c | 203 if ((ctx != NULL) && (ctx->feedback_func.on_user_event_cb != NULL)) { in ota_install_pyapp() 204 ctx->feedback_func.on_user_event_cb(OTA_EVENT_INSTALL, ret, ctx->feedback_func.param); in ota_install_pyapp()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_device.c | 91 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 92 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb() 108 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 109 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb()
|
A D | module_aiot_gateway.c | 85 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 86 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb() 102 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 103 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb()
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_upgrade.c | 135 if ((ctx != NULL) && (ctx->feedback_func.on_user_event_cb != NULL)) { in ota_load_jsapp() 136 ctx->feedback_func.on_user_event_cb(OTA_EVENT_LOAD, ret, ctx->feedback_func.param); in ota_load_jsapp()
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 188 void (*on_user_event_cb)(int event, int errnumb, void *param); member
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 188 void (*on_user_event_cb)(int event, int errnumb, void *param); member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/ |
A D | module_aiot_gateway.c | 80 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 81 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb() 94 if (ota_svc->feedback_func.on_user_event_cb != NULL) { in user_jsapp_ota_triger_cb() 95 …ota_svc->feedback_func.on_user_event_cb(OTA_EVENT_UPGRADE_TRIGGER, 0, ota_svc->feedback_func.param… in user_jsapp_ota_triger_cb()
|
Completed in 32 milliseconds