Searched refs:lv_obj_is_valid (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_screen_load.c | 49 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/ |
D | lv_obj.h | 376 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?"); \
|
D | lv_obj.c | 410 bool lv_obj_is_valid(const lv_obj_t * obj) in lv_obj_is_valid() function
|
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 597 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()
|