Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs53 pub enum CoreNotification { enum
448 impl TryFrom<uwb_uci_packets::CoreNotification> for CoreNotification { implementation
Duci_manager_sync.rs97 core_notification_receiver: mpsc::UnboundedReceiver<CoreNotification>, in new()
Dmock_uci_manager.rs618 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
Duci_manager.rs67 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
288 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
/external/uwb/src/rust/uwb_core/src/service/
Duwb_service.rs434 async fn handle_core_notification(&mut self, notf: CoreNotification) { in handle_core_notification()