Searched full:top_uid (Results 1 – 4 of 4) sorted by relevance
102 pub(crate) fn update_top_uid(&mut self, top_uid: u64) -> Option<SqlList> { in update_top_uid()103 if self.foreground_abilities().contains(&top_uid) { in update_top_uid()106 if let Some(handle) = self.background_timeout.remove(&top_uid) { in update_top_uid()109 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()
30 TOP_UID: {type: INT32, arrsize: 5, desc: The top five UID with the highest timer quantity}
122 …{"TOP_UID", HISYSEVENT_INT32_ARRAY, {.array = uidArr}, COUNT_REPORT_ARRAY_LENGT… in TimerCountStaticReporter()