Home
last modified time | relevance | path

Searched refs:test_cbor_buf (Results 1 – 9 of 9) sorted by relevance

/mcumgr-2.7.6/cborattr/test/src/testcases/
Dcborattr_decode_substring_key.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
106 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_unnamed_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
93 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_bool_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
95 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_string_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
122 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
129 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_simple.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
117 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_obj_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
106 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_int_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
124 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
137 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs_small); in TEST_CASE()
Dcborattr_decode_object_array.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
120 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
Dcborattr_decode_object.c24 static uint8_t test_cbor_buf[1024]; variable
39 memcpy(test_cbor_buf + test_cbor_len, data, len); in test_cbor_wr()
42 assert(test_cbor_len < sizeof(test_cbor_buf)); in test_cbor_wr()
186 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attrs); in TEST_CASE()
194 rc = cbor_read_flat_attrs(test_cbor_buf, test_cbor_len, test_attr_complex); in TEST_CASE()