Searched refs:lv_subject_copy_string (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_observer.c | 75 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/ |
D | lv_observer.h | 118 void lv_subject_copy_string(lv_subject_t * subject, const char * buf);
|
D | lv_observer.c | 132 void lv_subject_copy_string(lv_subject_t * subject, const char * buf) in lv_subject_copy_string() function
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 99 - **String** ``void lv_subject_copy_string(lv_subject_t * subject, char * buf)``
|