Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/tests/lib/json/src/
Dmain.c251 char encoded[] = "{\"some_string\":\"zephyr 123\uABCD\"," in ZTEST() local
275 char buffer[sizeof(encoded)]; in ZTEST()
280 zassert_equal(len, strlen(encoded), "encoded size mismatch"); in ZTEST()
286 ret = strncmp(buffer, encoded, sizeof(encoded) - 1); in ZTEST()
293 char encoded[] = "{\"some_string\":\"zephyr 123\\uABCD456\"," in ZTEST() local
326 ret = json_obj_parse(encoded, sizeof(encoded) - 1, test_descr, in ZTEST()
391 char encoded[] = "{\"int_max\":2147483647," in ZTEST() local
414 char buffer[sizeof(encoded)]; in ZTEST()
419 ret = json_obj_parse(encoded, sizeof(encoded) - 1, obj_limits_descr, in ZTEST()
422 zassert_str_equal(encoded, buffer, in ZTEST()
[all …]
/Zephyr-latest/tests/net/lib/http_server/hpack/src/
Dmain.c161 uint8_t encoded[46]; member
211 zassert_mem_equal(test_buf, test_huffman[i].encoded, ret, in ZTEST()
221 ret = http_hpack_huffman_decode(test_huffman[i].encoded, in ZTEST()
234 uint8_t encoded[60]; member
262 zassert_mem_equal(test_buf, example[i].encoded, ret, in test_hpack_verify_encode()
274 ret = http_hpack_decode_header(example[i].encoded, example[i].encoded_len, &hdr); in test_hpack_verify_decode()
/Zephyr-latest/tests/subsys/debug/cs_trace_defmt/
DREADME1 Test for decoder of frames encoded using Coresight Trace Formatter.
/Zephyr-latest/tests/subsys/logging/log_frontend_stmesp_demux/
DREADME1 Test for demultiplexer of log messages encoded in STPv2 data stream.
/Zephyr-latest/doc/services/device_mgmt/
Dsmp_transport.rst64 Body is always Base64 encoded, so the body size, here described as
69 encoded in Big Endian, and equals size of a raw body plus two bytes,
88 | <base64-i> | no more than | Base64 encoded body |
94 ``<base64-i>`` is Base64 encoded body of format:
117 ``<base64-i>`` of initial-final frame, is Base64 encoded data taking
153 | <base64-i> | no more than | Base64 encoded body |
Dsmp_protocol.rst23 Frames are encoded in "Big Endian" (Network endianness) when fields are more than
151 always CBOR encoded. The group ``64``, and above can define their own scheme
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py301 encoded = base64.b64encode(sect['data'])
302 sect['data_b64'] = encoded.decode('ascii')
/Zephyr-latest/drivers/ieee802154/
DKconfig.kw41z24 The value depends on your debugging needs. This generates an encoded
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/
DREADME.txt12 From each context stream of data is being sent. Bytes in streams are encoded as
/Zephyr-latest/samples/bluetooth/peripheral_nus/
DREADME.rst11 endpoint to exchange data. In this case, the sample assumes the data is UTF-8 encoded,
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst44 …ta to be appended to credential buffer. It can be either text, or base64-encoded binary. See :ref:…
82 … data, instead of any data in the credential buffer. Can be either text, or base64-encoded binary."
200 …entials storage backend, but currently for all backends this is a base64 encoded SHA256 hash of th…
243 …y before storage. No terminator will be appended.", "Stored data will be encoded into base64 befor…
244 … "NULL terminator will be truncated from stored data before said data is encoded into base64 and t…
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dprovisioning.rst54 encoded as a single utf-8 data point, or the special ``none`` scheme, encoded
58 Examples of encoded URIs:
96 containing the public key or it can be encoded in a QR code printed on the
/Zephyr-latest/lib/utils/
DKconfig58 handle UTF-8 encoded strings.
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig75 SMP commands/groups that provide no CBOR encoded payload
130 be encoded within different comm&& groups.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst21 :c:func:`sensor_read` and similar functions acquire sensor encoded data into
23 decodes the sensor specific encoded data into fixed point :c:type:`q31_t` values
/Zephyr-latest/doc/kernel/memory_management/
Dshared_multi_heap.rst21 2. Each memory region encoded in a :c:struct:`shared_multi_heap_region`
/Zephyr-latest/subsys/net/lib/http/
DKconfig78 int "Size of the buffer used for decoding Huffman-encoded strings"
82 Size of the buffer used for decoding Huffman-encoded strings when
/Zephyr-latest/subsys/logging/frontends/
DKconfig112 Module demultiplexes messages encoded in STPv2 stream. Messages may
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst42 load_hex :Load an elf file encoded in hex directly from the shell input.
/Zephyr-latest/samples/subsys/logging/syst/
DREADME.rst204 are encoded in the Sys-T message payload. The hashes and the encoded
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig60 Maximal byte length of encoded offset/size, within transferred
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_8.rst144 | "data" | chunk of data read from file; it is CBOR encoded stream of bytes with |
227 | | it is CBOR encoded with length embedded. |
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst19 to STMESP register results in the user data being encoded into MIPI System Trace Protocol v2 (STPv2…
35 Formatter`` is used for that. Data is encoded into 16 bytes frames which holds up to 15 byte
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig110 encoded into .bin file header with use of imgtool, on upload and will
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt514 This command shall return the build information encoded as an UTF-8 string.
528 | | UTF-8 encoded build information |
1210 | | UTF-8 encoded error information |

12