Lines Matching refs:_links
205 JSON_OBJ_DESCR_OBJECT(struct hawkbit_ctl_res, _links, json_ctl_res_links_descr),
238 JSON_OBJ_DESCR_OBJECT(struct hawkbit_dep_res_arts, _links, json_dep_res_links_descr),
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()
708 href = artifact->_links.download_http.href; in hawkbit_parse_deployment()
729 struct hawkbit_dep_res_links *l = &a->_links; 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()