Searched refs:hawkbit_dep_res_chunk (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_priv.h | 113 struct hawkbit_dep_res_chunk { struct 124 struct hawkbit_dep_res_chunk chunks[HAWKBIT_DEP_MAX_CHUNKS]; argument
|
D | hawkbit.c | 242 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_chunk, part, JSON_TOK_STRING), 243 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_chunk, version, JSON_TOK_STRING), 244 JSON_OBJ_DESCR_PRIM(struct hawkbit_dep_res_chunk, name, JSON_TOK_STRING), 245 JSON_OBJ_DESCR_OBJ_ARRAY(struct hawkbit_dep_res_chunk, artifacts, 669 struct hawkbit_dep_res_chunk *chunk; in hawkbit_parse_deployment() 727 struct hawkbit_dep_res_chunk *c = &d->deployment.chunks[0]; in hawkbit_dump_deployment()
|