Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/lwm2m/observation/src/
Dlwm2m_observation.c55 uint16_t res_inst_id_max = 0; in assert_path_list_order() local
134 res_inst_id_max = 0; in assert_path_list_order()
136 zassert_true(entry->path.res_inst_id >= res_inst_id_max, in assert_path_list_order()
140 entry->path.res_inst_id, res_inst_id_max); in assert_path_list_order()
168 zassert_true(entry->path.res_inst_id >= res_inst_id_max, in assert_path_list_order()
172 entry->path.res_inst_id, res_inst_id_max); in assert_path_list_order()
208 res_inst_id_max = entry->path.res_inst_id; in assert_path_list_order()
210 res_inst_id_max = 0; in assert_path_list_order()