Searched refs:TEST_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 105 #define TEST_PAYLOAD(res_id, type, value) \ macro 165 TEST_PAYLOAD(TEST_RES_S8, "v", "0"), in ZTEST() 166 TEST_PAYLOAD(TEST_RES_S8, "v", "127"), in ZTEST() 167 TEST_PAYLOAD(TEST_RES_S8, "v", "-128"), in ZTEST() 207 TEST_PAYLOAD(TEST_RES_S16, "v", "0"), in ZTEST() 208 TEST_PAYLOAD(TEST_RES_S16, "v", "32767"), in ZTEST() 209 TEST_PAYLOAD(TEST_RES_S16, "v", "-32768"), in ZTEST() 249 TEST_PAYLOAD(TEST_RES_S32, "v", "0"), in ZTEST() 250 TEST_PAYLOAD(TEST_RES_S32, "v", "2147483647"), in ZTEST() 251 TEST_PAYLOAD(TEST_RES_S32, "v", "-2147483648"), in ZTEST() [all …]
|
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/ |
D | main.c | 15 #define TEST_PAYLOAD "TEST PAYLOAD" macro 81 tx_pkt = net_pkt_alloc_with_buffer(iface, sizeof(TEST_PAYLOAD), in ZTEST() 85 ret = net_pkt_write(tx_pkt, TEST_PAYLOAD, sizeof(TEST_PAYLOAD)); in ZTEST() 105 rx_pkt = net_pkt_rx_alloc_with_buffer(iface, sizeof(TEST_PAYLOAD), in ZTEST() 109 ret = net_pkt_write(rx_pkt, TEST_PAYLOAD, sizeof(TEST_PAYLOAD)); in ZTEST()
|