Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager_sync.rs47 pub trait NotificationManager: 'static { trait
67 type NotificationManager: NotificationManager; typedef
69 fn build(self) -> Option<Self::NotificationManager>; in build()
482 type NotificationManager = MockNotificationManager; typedef
484 fn build(self) -> Option<Self::NotificationManager> { in build()