Lines Matching refs:lv_subject_t
22 static void observer_int(lv_observer_t * observer, lv_subject_t * subject) in observer_int()
31 static lv_subject_t subject; in test_observer_add_remove()
46 static lv_subject_t uninitialized_subject; in test_observer_add_remove()
53 static lv_subject_t subject; in test_observer_int()
84 lv_subject_t subject; in test_observer_string()
134 static lv_subject_t subject; in test_observer_pointer()
164 static lv_subject_t subject; in test_observer_color()
194 static void group_observer_cb(lv_observer_t * observer, lv_subject_t * subject) in group_observer_cb()
203 static lv_subject_t subject_main; in test_observer_group()
204 static lv_subject_t subject_sub1; in test_observer_group()
205 static lv_subject_t subject_sub2; in test_observer_group()
206 static lv_subject_t * subject_list[2] = {&subject_sub1, &subject_sub2}; in test_observer_group()
233 static lv_subject_t subject_wrong; in test_observer_obj_flag()
238 static lv_subject_t subject; in test_observer_obj_flag()
264 static lv_subject_t subject_wrong; in test_observer_obj_state()
269 static lv_subject_t subject; in test_observer_obj_state()
298 static lv_subject_t subject_wrong; in test_observer_button_checked()
303 static lv_subject_t subject; in test_observer_button_checked()
324 static lv_subject_t subject_color; in test_observer_label_text_normal()
330 static lv_subject_t subject_int; in test_observer_label_text_normal()
337 static lv_subject_t subject_string; in test_observer_label_text_normal()
351 static lv_subject_t subject_pointer; in test_observer_label_text_normal()
372 static lv_subject_t subject_color; in test_observer_label_text_formatted()
378 static lv_subject_t subject_int; in test_observer_label_text_formatted()
393 static lv_subject_t subject_string; in test_observer_label_text_formatted()
407 static lv_subject_t subject_pointer; in test_observer_label_text_formatted()
425 static lv_subject_t subject; in test_observer_arc_value()
451 static lv_subject_t subject; in test_observer_slider_value()
481 static lv_subject_t subject; in test_observer_roller_value()
501 static lv_subject_t subject; in test_observer_dropdown_value()
520 static lv_subject_t subject; in test_observer_deinit()