Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h128 struct hawkbit_dep_res { struct
Dhawkbit.c127 struct hawkbit_dep_res dep;
259 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res, id, JSON_TOK_STRING),
260 JSON_OBJ_DESCR_OBJECT(struct hawkbit_dep_res, deployment, json_dep_res_deploy_descr),
646 static int hawkbit_deployment_get_action_id(struct hawkbit_dep_res *res, int32_t *action_id) in hawkbit_deployment_get_action_id()
665 static int hawkbit_parse_deployment(struct hawkbit_context *hb_context, struct hawkbit_dep_res *res, in hawkbit_parse_deployment()
725 static void hawkbit_dump_deployment(struct hawkbit_dep_res *d) in hawkbit_dump_deployment()