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.c246 HAWKBIT_DEP_MAX_CHUNK_ARTS, num_artifacts, json_dep_res_arts_descr,
670 size_t num_chunks, num_artifacts; in hawkbit_parse_deployment() local
685 num_artifacts = chunk->num_artifacts; in hawkbit_parse_deployment()
686 if (num_artifacts != 1) { in hawkbit_parse_deployment()
687 LOG_ERR("Expecting 1 artifact (got %d)", num_artifacts); in hawkbit_parse_deployment()