Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Duci_manager_sync.rs574 struct MockNotificationManager { struct
575 notf_sender: mpsc::UnboundedSender<UciNotification>,
577 nonsend_counter: Rc<RefCell<usize>>,
580 impl NotificationManager for MockNotificationManager { implementation