Lines Matching refs:href
177 JSON_OBJ_DESCR_PRIM(struct hawkbit_href, href, JSON_TOK_STRING),
604 static char *hawkbit_get_url(const char *href) in hawkbit_get_url() argument
608 helper = strstr(href, "//"); in hawkbit_get_url()
628 helper = strstr(res->_links.cancelAction.href, "cancelAction/"); in hawkbit_find_cancel_action_id()
631 LOG_ERR("Missing %s/ in href %s", "cancelAction", res->_links.cancelAction.href); in hawkbit_find_cancel_action_id()
668 const char *href; in hawkbit_parse_deployment() local
708 href = artifact->_links.download_http.href; in hawkbit_parse_deployment()
709 if (!href) { in hawkbit_parse_deployment()
716 *download_http = hawkbit_get_url(href); in hawkbit_parse_deployment()
742 LOG_DBG("%s=%s", "download-http", l->download_http.href); in hawkbit_dump_deployment()
743 LOG_DBG("%s=%s", "md5sum-http", l->md5sum_http.href); in hawkbit_dump_deployment()
1222 if (s->hb_context.results.base._links.cancelAction.href) { in s_probe()
1224 s->hb_context.results.base._links.cancelAction.href); in s_probe()
1226 } else if (s->hb_context.results.base._links.configData.href) { in s_probe()
1228 s->hb_context.results.base._links.configData.href); in s_probe()
1230 } else if (s->hb_context.results.base._links.deploymentBase.href) { in s_probe()
1232 s->hb_context.results.base._links.deploymentBase.href); in s_probe()
1255 cancel_base = hawkbit_get_url(s->hb_context.results.base._links.cancelAction.href); in s_cancel()
1314 url_buffer = hawkbit_get_url(s->hb_context.results.base._links.configData.href); in s_config_device()
1350 url_buffer = hawkbit_get_url(s->hb_context.results.base._links.deploymentBase.href); in s_probe_deployment_base()