Home
last modified time | relevance | path

Searched refs:PB_GET_ERROR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/modules/nanopb/src/
Dmain.c31 "Encoding failed: %s", PB_GET_ERROR(&ostream)); in ZTEST()
39 "Decoding failed: %s", PB_GET_ERROR(&ostream)); in ZTEST()
58 "Encoding failed: %s", PB_GET_ERROR(&ostream)); in ZTEST()
66 "Decoding failed: %s", PB_GET_ERROR(&istream)); in ZTEST()
/Zephyr-latest/samples/modules/nanopb/src/
Dmain.c45 printk("Encoding failed: %s\n", PB_GET_ERROR(&stream)); in encode_message()
77 printk("Decoding failed: %s\n", PB_GET_ERROR(&stream)); in decode_message()