Home
last modified time | relevance | path

Searched refs:download_http (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h102 struct hawkbit_href download_http; member
Dhawkbit.c228 JSON_OBJ_DESCR_OBJECT_NAMED(struct hawkbit_dep_res_links, "download-http", download_http,
666 char **download_http) in hawkbit_parse_deployment() argument
708 href = artifact->_links.download_http.href; in hawkbit_parse_deployment()
715 if (download_http != NULL) { in hawkbit_parse_deployment()
716 *download_http = hawkbit_get_url(href); in hawkbit_parse_deployment()
717 if (*download_http == NULL) { in hawkbit_parse_deployment()
742 LOG_DBG("%s=%s", "download-http", l->download_http.href); in hawkbit_dump_deployment()