Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 7 of 7) sorted by relevance

/mcumgr-2.7.6/cborattr/test/src/testcases/
Dcborattr_decode_obj_array.c51 CborEncoder obj; in test_encode_obj_array() local
63 cbor_encoder_create_map(&array, &obj, CborIndefiniteLength); in test_encode_obj_array()
64 cbor_encode_text_stringz(&obj, "n"); in test_encode_obj_array()
65 cbor_encode_text_stringz(&obj, "a"); in test_encode_obj_array()
66 cbor_encode_text_stringz(&obj, "v"); in test_encode_obj_array()
67 cbor_encode_int(&obj, 1); in test_encode_obj_array()
68 cbor_encoder_close_container(&array, &obj); in test_encode_obj_array()
70 cbor_encoder_create_map(&array, &obj, CborIndefiniteLength); in test_encode_obj_array()
71 cbor_encode_text_stringz(&obj, "n"); in test_encode_obj_array()
72 cbor_encode_text_stringz(&obj, "b"); in test_encode_obj_array()
[all …]
Dcborattr_decode_object.c129 .addr.obj = test_sub_attr_bm, in TEST_CASE()
153 .addr.obj = test_sub_sub_attr, in TEST_CASE()
164 .addr.obj = test_sub_attr_d, in TEST_CASE()
176 .addr.obj = test_sub_attr_bm, in TEST_CASE()
Dcborattr_encode_simple.c103 .obj = (struct cbor_out_attr_t[]) { in TEST_CASE_SELF()
Dcborattr_encode_omit.c112 .obj = (struct cbor_out_attr_t[]) { in TEST_CASE_SELF()
/mcumgr-2.7.6/cborattr/include/cborattr/
Dcborattr.h117 struct cbor_attr_t *obj; member
156 struct cbor_out_attr_t *obj; /* Terminated with a type=0 entry. */ member
/mcumgr-2.7.6/
D.gitignore23 obj
/mcumgr-2.7.6/cborattr/src/
Dcborattr.c302 err |= cbor_internal_read_object(&cur_value, cursor->addr.obj, in cbor_internal_read_object()
546 rc = cbor_write_object(enc, val->obj); in cbor_write_val()