Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c255 int map_count; in upload_message_header_size() local
265 map_count = 12; in upload_message_header_size()
267 map_count = 10; in upload_message_header_size()
271 ok = zcbor_map_start_encode(zse, map_count) && zcbor_tstr_put_lit(zse, "image") && in upload_message_header_size()
284 ok = zcbor_map_end_encode(zse, map_count); in upload_message_header_size()
337 uint32_t map_count; in img_mgmt_client_upload() local
377 map_count = 6; in img_mgmt_client_upload()
379 map_count = 12; in img_mgmt_client_upload()
381 map_count = 10; in img_mgmt_client_upload()
385 ok = zcbor_map_start_encode(zse, map_count) && zcbor_tstr_put_lit(zse, "image") && in img_mgmt_client_upload()
[all …]
/Zephyr-latest/subsys/mgmt/mcumgr/util/src/
Dzcbor_bulk.c31 size_t map_count = 0; in zcbor_map_decode_bulk() local
35 while (ok && map_count < map_size) { in zcbor_map_decode_bulk()
63 ++map_count; in zcbor_map_decode_bulk()