Home
last modified time | relevance | path

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

/lvgl-latest/src/others/observer/
Dlv_observer.c95 lv_subject_notify(subject); in lv_subject_set_int()
146 lv_subject_notify(subject); in lv_subject_copy_string()
169 lv_subject_notify(subject); in lv_subject_snprintf()
210 lv_subject_notify(subject); in lv_subject_set_pointer()
251 lv_subject_notify(subject); in lv_subject_set_color()
421 void lv_subject_notify(lv_subject_t * subject) in lv_subject_notify() function
596 lv_subject_notify(subject_group); in group_notify_cb()
Dlv_observer.h296 void lv_subject_notify(lv_subject_t * subject);
/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c64 lv_subject_notify(&current_tab_subject); in lv_example_observer_4()