Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/mgmt/
Dupdatehub.h29 enum updatehub_response { enum
59 __syscall enum updatehub_response updatehub_probe(void);
74 __syscall enum updatehub_response updatehub_update(void);
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_handlers.c17 static inline enum updatehub_response z_vrfy_updatehub_probe(void) in z_vrfy_updatehub_probe()
23 static inline enum updatehub_response z_vrfy_updatehub_update(void) in z_vrfy_updatehub_update()
Dupdatehub_priv.h34 static char *updatehub_response(enum updatehub_response response) in updatehub_response() function
Dupdatehub.c65 enum updatehub_response code_status;
519 static enum updatehub_response install_update(void) in install_update()
648 report.error_message = updatehub_response(ctx.code_status); in report()
758 enum updatehub_response z_impl_updatehub_probe(void) in z_impl_updatehub_probe()
946 enum updatehub_response z_impl_updatehub_update(void) in z_impl_updatehub_update()