Home
last modified time | relevance | path

Searched full:top_uid (Results 1 – 4 of 4) sorted by relevance

/base/request/request/services/src/manage/scheduler/state/
Dmod.rs102 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()
Dsql.rs76 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()
/base/time/time_service/
Dhisysevent.yaml30 TOP_UID: {type: INT32, arrsize: 5, desc: The top five UID with the highest timer quantity}
/base/time/time_service/services/dfx/src/
Dtime_sysevent.cpp122 …{"TOP_UID", HISYSEVENT_INT32_ARRAY, {.array = uidArr}, COUNT_REPORT_ARRAY_LENGT… in TimerCountStaticReporter()