Home
last modified time | relevance | path

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

/base/request/request/services/src/service/notification_bar/
Dmod.rs30 pub(crate) struct NotifyContent { struct
31 title: String,
32 text: String,
33 request_id: u32,
34 uid: u32,
35 live_view: bool,
36 progress_circle: ProgressCircle,
37 x_mark: bool,
Dnotify_flow.rs209 fn unregister_task(&mut self, uid: u64, task_id: u32, group_id: u32) -> Option<NotifyContent> { in unregister_task()
274 ) -> Option<NotifyContent> { in attach_group()
333 fn publish_progress_notification(&mut self, info: ProgressNotify) -> Option<NotifyContent> { in publish_progress_notification()
389 fn publish_completed_notify(&mut self, info: &EventualNotify) -> Option<NotifyContent> { in publish_completed_notify()
458 fn group_eventual(&mut self, group_id: u32, uid: u64) -> Option<NotifyContent> { in group_eventual()
Dtypology.rs53 impl NotifyContent { implementation