Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_observer.c75 lv_subject_copy_string(&subject, "hello"); in test_observer_int()
89 lv_subject_copy_string(&subject, "my name is John"); in test_observer_string()
93 lv_subject_copy_string(&subject, "how are you?"); in test_observer_string()
108 lv_subject_copy_string(&subject, "text to be clipped to 32 chars.this should be clipped"); in test_observer_string()
113 lv_subject_copy_string(&subject, "a"); in test_observer_string()
157 lv_subject_copy_string(&subject, "hello"); in test_observer_pointer()
187 lv_subject_copy_string(&subject, "hello"); in test_observer_color()
342 lv_subject_copy_string(&subject_string, "world"); in test_observer_label_text_normal()
347 lv_subject_copy_string(&subject_string, "nothing"); in test_observer_label_text_normal()
361 lv_subject_copy_string(&subject_pointer, "NOTHING"); in test_observer_label_text_normal()
[all …]
/lvgl-latest/src/others/observer/
Dlv_observer.h118 void lv_subject_copy_string(lv_subject_t * subject, const char * buf);
Dlv_observer.c132 void lv_subject_copy_string(lv_subject_t * subject, const char * buf) in lv_subject_copy_string() function
/lvgl-latest/docs/details/other-components/
Dobserver.rst99 - **String** ``void lv_subject_copy_string(lv_subject_t * subject, char * buf)``