/mcumgr-2.7.6/cborattr/test/src/testcases/ |
D | cborattr_decode_substring_key.c | 24 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()
|
D | cborattr_decode_unnamed_array.c | 24 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()
|
D | cborattr_decode_bool_array.c | 24 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()
|
D | cborattr_decode_string_array.c | 24 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()
|
D | cborattr_decode_simple.c | 24 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()
|
D | cborattr_decode_obj_array.c | 24 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()
|
D | cborattr_decode_int_array.c | 24 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()
|
D | cborattr_decode_object_array.c | 24 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()
|
D | cborattr_decode_object.c | 24 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()
|