Searched refs:test_prepare_nodata (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/content_plain_text/src/ |
D | main.c | 49 static void test_prepare_nodata(void *dummy) in test_prepare_nodata() function 508 ZTEST_SUITE(net_content_plain_text_nodata, NULL, NULL, test_prepare_nodata, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 151 static void test_prepare_nodata(void *dummy) in test_prepare_nodata() function 688 ZTEST_SUITE(net_content_json_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/lwm2m/content_raw_cbor/src/ |
D | main.c | 57 static void test_prepare_nodata(void *dummy) in test_prepare_nodata() function 1060 ZTEST_SUITE(net_content_raw_cbor_nodata, NULL, NULL, test_prepare_nodata, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/ |
D | main.c | 168 static void test_prepare_nodata(void *dummy) in test_prepare_nodata() function 1529 ZTEST_SUITE(net_content_senml_cbor_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/ |
D | main.c | 69 static void test_prepare_nodata(void *dummy) in test_prepare_nodata() function 1095 ZTEST_SUITE(net_content_oma_tlv_nodata, NULL, NULL, test_prepare_nodata, NULL, NULL);
|