Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs43 pub enum CoreNotification { enum
221 impl TryFrom<uwb_uci_packets::CoreNotification> for CoreNotification { implementation
Duci_manager_sync.rs81 core_notification_receiver: mpsc::UnboundedReceiver<CoreNotification>, in new()
Dmock_uci_manager.rs438 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
Duci_manager.rs57 core_notf_sender: mpsc::UnboundedSender<CoreNotification>, in set_core_notification_sender()
222 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()
/external/rust/pica/scripts/
Duci_packets.py659 class CoreNotification(UciNotification): class
/external/rust/pica/src/
Duci_packets.rs2951 CoreNotification(Arc<CoreNotificationData>), enumerator
2980 CoreNotification(CoreNotificationPacket), enumerator