Searched full:top_uid (Results 1 – 4 of 4) sorted by relevance
98 pub(crate) fn update_top_uid(&mut self, top_uid: u64) -> Option<SqlList> { in update_top_uid()99 if self.foreground_abilities().contains(&top_uid) { in update_top_uid()102 if let Some(handle) = self.background_timeout.remove(&top_uid) { in update_top_uid()105 self.recorder.update_top_uid(top_uid) in update_top_uid()
76 pub(crate) fn add_app_state_available(&mut self, top_uid: u64) { in add_app_state_available()77 self.sqls.push(app_state_available(top_uid)); in add_app_state_available()
29 TOP_UID: {type: INT32, arrsize: 5, desc: The top five UID with the highest timer quantity}
120 …{"TOP_UID", HISYSEVENT_INT32_ARRAY, {.array = uidArr}, COUNT_REPORT_ARRAY_LENGT… in TimerCountStaticReporter()