Home
last modified time | relevance | path

Searched refs:_links (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h74 struct hawkbit_ctl_res_links _links; member
109 struct hawkbit_dep_res_links _links; member
Dhawkbit.c205 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()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c63 static memq_link_t _links[_cnt]; \
65 { LISTIFY(_cnt, _INIT_MAYFLY_ARRAY, (), _links, _fp) }