Home
last modified time | relevance | path

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

/base/request/request/services/src/service/notification_bar/
Ddatabase.rs39 pub(crate) struct NotificationDb { struct
49 impl NotificationDb { impl
Dnotify_flow.rs261 fn get_group_progress(database: &NotificationDb, group_id: u32) -> GroupProgress { in get_group_progress()
498 database: &NotificationDb, in group_eventual_check()