Searched refs:lv_obj_class_property_get_id (Results 1 – 4 of 4) sorted by relevance
212 lv_prop_id_t lv_obj_class_property_get_id(const lv_obj_class_t * clz, const char * name);
198 lv_prop_id_t lv_obj_class_property_get_id(const lv_obj_class_t * clz, const char * name) in lv_obj_class_property_get_id() function227 id = lv_obj_class_property_get_id(clz, name); in lv_obj_property_get_id()
283 …TEST_ASSERT_EQUAL_UINT32(LV_PROPERTY_OBJ_ALIGN, lv_obj_class_property_get_id(&lv_obj_class, "align… in test_obj_class_property()284 …TEST_ASSERT_EQUAL_UINT32(LV_PROPERTY_ID_INVALID, lv_obj_class_property_get_id(&lv_image_class, "al… in test_obj_class_property()
243 - :cpp:type:`lv_prop_id_t` :cpp:expr:`lv_obj_class_property_get_id(class_p, name)`