Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit_priv.h118 size_t num_artifacts; member
Dhawkbit.c245 HAWKBIT_DEP_MAX_CHUNK_ARTS, num_artifacts, json_dep_res_arts_descr,
676 size_t num_chunks, num_artifacts; in hawkbit_parse_deployment() local
691 num_artifacts = chunk->num_artifacts; in hawkbit_parse_deployment()
692 if (num_artifacts != 1) { in hawkbit_parse_deployment()
693 LOG_ERR("Expecting 1 artifact (got %d)", num_artifacts); in hawkbit_parse_deployment()