Searched refs:update_background (Results 1 – 3 of 3) sorted by relevance
93 self.update_background(uid); in update_top_uid()101 pub(crate) fn update_background(&mut self, uid: u64) -> Option<SqlList> { in update_background() method113 self.recorder.update_background(); in update_background()
101 pub(crate) fn update_background(&mut self) { in update_background() method
222 .on_state_change(Handler::update_background, uid), in handle_state_event()