Searched refs:test_obj_init (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/ |
D | main.c | 84 static void *test_obj_init(void) in test_obj_init() function 686 ZTEST_SUITE(net_content_json, NULL, test_obj_init, test_prepare, NULL, NULL); 687 ZTEST_SUITE(net_content_json_nomem, NULL, test_obj_init, test_prepare_nomem, NULL, NULL); 688 ZTEST_SUITE(net_content_json_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);
|
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/ |
D | main.c | 51 static void test_obj_init(void) in test_obj_init() function 378 test_obj_init(); in obj_attr_init()
|
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/ |
D | main.c | 103 static void *test_obj_init(void) in test_obj_init() function 1527 ZTEST_SUITE(net_content_senml_cbor, NULL, test_obj_init, test_prepare, NULL, NULL); 1528 ZTEST_SUITE(net_content_senml_cbor_nomem, NULL, test_obj_init, test_prepare_nomem, NULL, NULL); 1529 ZTEST_SUITE(net_content_senml_cbor_nodata, NULL, test_obj_init, test_prepare_nodata, NULL, NULL);
|