Home
last modified time | relevance | path

Searched defs:NotifyFlow (Results 1 – 1 of 1) sorted by relevance

/base/request/request/services/src/service/notification_bar/
Dnotify_flow.rs30 pub(crate) struct NotifyFlow { struct
31 database: Arc<NotificationDb>,
33 notify_type_map: HashMap<u32, NotifyType>,
36 last_notify_map: HashMap<u32, u64>,
38 group_notify_progress: HashMap<u32, GroupProgress>,
40 group_customized_notify: HashMap<u32, Option<CustomizedNotification>>,
41 group_gauge: HashMap<u32, bool>,
42 task_customized_notify: HashMap<u32, Option<CustomizedNotification>>,
43 rx: mpsc::UnboundedReceiver<NotifyInfo>,
162 impl NotifyFlow { implementation