Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager_sync.rs537 struct MockNotificationManager { struct
538 notf_sender: mpsc::UnboundedSender<UciNotification>,
540 nonsend_counter: Rc<RefCell<usize>>,
543 impl NotificationManager for MockNotificationManager { implementation