Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_screen_load.c49 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_1), false); in test_screen_load_with_delete_no_crash()
50 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_2), false); in test_screen_load_with_delete_no_crash()
51 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_3), true); in test_screen_load_with_delete_no_crash()
83 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_1), false); in test_screen_load_with_delete_no_crash2()
84 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_2), false); in test_screen_load_with_delete_no_crash2()
85 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_3), false); in test_screen_load_with_delete_no_crash2()
86 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_4), true); in test_screen_load_with_delete_no_crash2()
129 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_1), false); in test_screen_load_with_delete_event()
130 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_2), false); in test_screen_load_with_delete_event()
131 TEST_ASSERT_EQUAL(lv_obj_is_valid(screen_with_anim_3), false); in test_screen_load_with_delete_event()
[all …]
/lvgl-latest/src/core/
Dlv_obj.h376 bool lv_obj_is_valid(const lv_obj_t * obj);
470 … LV_ASSERT_MSG(lv_obj_is_valid(obj_p) == true, "The object is invalid, deleted or corrupted?"); \
Dlv_obj.c410 bool lv_obj_is_valid(const lv_obj_t * obj) in lv_obj_is_valid() function
/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c597 if(lv_obj_is_valid(pinyin_ime->kb)) in lv_ime_pinyin_destructor()
600 if(lv_obj_is_valid(pinyin_ime->cand_panel)) in lv_ime_pinyin_destructor()