Home
last modified time | relevance | path

Searched refs:zcbor_uint32_decode (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/
Dmain.c48 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
89 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
130 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
162 ZCBOR_MAP_DECODE_KEY_DECODER("hello", zcbor_uint32_decode, &world), in ZTEST()
163 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
200 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
240 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
278 ZCBOR_MAP_DECODE_KEY_DECODER("one", zcbor_uint32_decode, &one), in ZTEST()
317 ZCBOR_MAP_DECODE_KEY_VAL(number, zcbor_uint32_decode, &imd->number), in in_map_decoder()
319 ZCBOR_MAP_DECODE_KEY_VAL(dont_exist, zcbor_uint32_decode, &dont_exist), in in_map_decoder()
[all …]
/Zephyr-latest/tests/subsys/mgmt/mcumgr/img_mgmt_slot_info/src/
Dmain.c107 ZCBOR_MAP_DECODE_KEY_DECODER("slot", zcbor_uint32_decode, in parse_slot_entries()
109 ZCBOR_MAP_DECODE_KEY_DECODER("size", zcbor_uint32_decode, in parse_slot_entries()
111 ZCBOR_MAP_DECODE_KEY_DECODER("upload_image_id", zcbor_uint32_decode, in parse_slot_entries()
113 ZCBOR_MAP_DECODE_KEY_DECODER("test2", zcbor_uint32_decode, in parse_slot_entries()
161 ZCBOR_MAP_DECODE_KEY_DECODER("image", zcbor_uint32_decode, in parse_images_entries()
164 ZCBOR_MAP_DECODE_KEY_DECODER("max_image_size", zcbor_uint32_decode, in parse_images_entries()
166 ZCBOR_MAP_DECODE_KEY_DECODER("test1", zcbor_uint32_decode, in parse_images_entries()
336 ZCBOR_MAP_DECODE_KEY_DECODER("rc", zcbor_uint32_decode, &rc), in ZTEST()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/src/
Dexample_mgmt.c41 ZCBOR_MAP_DECODE_KEY_DECODER("uint_key", zcbor_uint32_decode, &uint_value), in example_mgmt_test()
83 ZCBOR_MAP_DECODE_KEY_DECODER("user_value", zcbor_uint32_decode, &user_value), in example_mgmt_other()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c149 ok &= zcbor_uint32_decode(state, &format_value); in ZTEST()
153 ok &= zcbor_uint32_decode(state, &size_value); in ZTEST()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/enum_mgmt/src/
Dmain.c119 ZCBOR_MAP_DECODE_KEY_DECODER("count", zcbor_uint32_decode, &count_response), in ZTEST()
184 if (!zcbor_uint32_decode(state, &temp)) { in parse_list_entries()
326 ZCBOR_MAP_DECODE_KEY_DECODER("group", zcbor_uint32_decode, &received_group), in ZTEST()
415 ZCBOR_MAP_DECODE_KEY_DECODER("group", zcbor_uint32_decode, &group), in parse_details_entries()
417 ZCBOR_MAP_DECODE_KEY_DECODER("handlers", zcbor_uint32_decode, &handlers), in parse_details_entries()
418 ZCBOR_MAP_DECODE_KEY_DECODER("test", zcbor_uint32_decode, &test), in parse_details_entries()
613 ZCBOR_MAP_DECODE_KEY_DECODER("rc", zcbor_uint32_decode, &rc), in ZTEST()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/src/
Dmain.c81 ZCBOR_MAP_DECODE_KEY_DECODER("group", zcbor_uint32_decode, &tmp_group), in mcumgr_ret_decode()
82 ZCBOR_MAP_DECODE_KEY_DECODER("rc", zcbor_uint32_decode, &tmp_rc), in mcumgr_ret_decode()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/src/
Denum_mgmt.c231 ZCBOR_MAP_DECODE_KEY_DECODER("index", zcbor_uint32_decode, &arguments.index), in enum_mgmt_single()
289 if (!zcbor_uint32_decode(state, &temp)) { in enum_mgmt_cb_list_entries()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c60 ZCBOR_MAP_DECODE_KEY_DECODER("slot", zcbor_uint32_decode, &slot_num), in image_state_res_fn()
62 ZCBOR_MAP_DECODE_KEY_DECODER("image", zcbor_uint32_decode, &img_num), in image_state_res_fn()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c229 ZCBOR_MAP_DECODE_KEY_DECODER("image", zcbor_uint32_decode, &image), in img_upload_init_verify()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/settings_mgmt/src/
Dsettings_mgmt.c53 ZCBOR_MAP_DECODE_KEY_DECODER("max_size", zcbor_uint32_decode, &max_size), in settings_mgmt_read()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt.c425 ZCBOR_MAP_DECODE_KEY_DECODER("slot", zcbor_uint32_decode, &slot), in img_mgmt_erase()
754 ZCBOR_MAP_DECODE_KEY_DECODER("image", zcbor_uint32_decode, &req.image), in img_mgmt_upload()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c97 ZCBOR_MAP_DECODE_KEY_DECODER("group", zcbor_uint32_decode, &tmp_group), in mcumgr_ret_decode()
98 ZCBOR_MAP_DECODE_KEY_DECODER("rc", zcbor_uint32_decode, &tmp_rc), in mcumgr_ret_decode()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/
Dmain.c544 ZCBOR_MAP_DECODE_KEY_DECODER("max_size", zcbor_uint32_decode, &max_size_response), in ZTEST()