Home
last modified time | relevance | path

Searched refs:test_res_inst (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/content_json/src/
Dmain.c42 static struct lwm2m_engine_res_inst test_res_inst[TEST_OBJ_RES_MAX_ID]; variable
59 init_res_instance(test_res_inst, ARRAY_SIZE(test_res_inst)); in test_obj_create()
61 INIT_OBJ_RES_DATA(TEST_RES_S8, test_res, i, test_res_inst, j, in test_obj_create()
63 INIT_OBJ_RES_DATA(TEST_RES_S16, test_res, i, test_res_inst, j, in test_obj_create()
65 INIT_OBJ_RES_DATA(TEST_RES_S32, test_res, i, test_res_inst, j, in test_obj_create()
67 INIT_OBJ_RES_DATA(TEST_RES_S64, test_res, i, test_res_inst, j, in test_obj_create()
69 INIT_OBJ_RES_DATA(TEST_RES_STRING, test_res, i, test_res_inst, j, in test_obj_create()
71 INIT_OBJ_RES_DATA(TEST_RES_FLOAT, test_res, i, test_res_inst, j, in test_obj_create()
73 INIT_OBJ_RES_DATA(TEST_RES_BOOL, test_res, i, test_res_inst, j, in test_obj_create()
75 INIT_OBJ_RES_DATA(TEST_RES_OBJLNK, test_res, i, test_res_inst, j, in test_obj_create()
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/
Dmain.c54 static struct lwm2m_engine_res_inst test_res_inst[TEST_OBJ_RES_MAX_ID]; variable
74 init_res_instance(test_res_inst, ARRAY_SIZE(test_res_inst)); in test_obj_create()
76 INIT_OBJ_RES_DATA(TEST_RES_S8, test_res, i, test_res_inst, j, in test_obj_create()
78 INIT_OBJ_RES_DATA(TEST_RES_S16, test_res, i, test_res_inst, j, in test_obj_create()
80 INIT_OBJ_RES_DATA(TEST_RES_S32, test_res, i, test_res_inst, j, in test_obj_create()
82 INIT_OBJ_RES_DATA(TEST_RES_S64, test_res, i, test_res_inst, j, in test_obj_create()
84 INIT_OBJ_RES_DATA(TEST_RES_STRING, test_res, i, test_res_inst, j, in test_obj_create()
86 INIT_OBJ_RES_DATA(TEST_RES_FLOAT, test_res, i, test_res_inst, j, in test_obj_create()
88 INIT_OBJ_RES_DATA(TEST_RES_BOOL, test_res, i, test_res_inst, j, in test_obj_create()
90 INIT_OBJ_RES_DATA(TEST_RES_OBJLNK, test_res, i, test_res_inst, j, in test_obj_create()
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/content_link_format/src/
Dmain.c32 static struct lwm2m_engine_res_inst test_res_inst[TEST_OBJ_RES_MAX_ID]; variable
40 init_res_instance(test_res_inst, ARRAY_SIZE(test_res_inst)); in test_obj_create()
42 INIT_OBJ_RES_DATA(TEST_RES_S8, test_res, i, test_res_inst, j, in test_obj_create()