Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs52 pub enum SessionNotification { enum
238 impl TryFrom<uwb_uci_packets::SessionConfigNotification> for SessionNotification { implementation
265 impl TryFrom<uwb_uci_packets::SessionControlNotification> for SessionNotification { implementation
292 impl TryFrom<uwb_uci_packets::SessionInfoNtf> for SessionNotification { implementation
Duci_manager_sync.rs82 session_notification_receiver: mpsc::UnboundedReceiver<SessionNotification>, in new()
449 session_notification: SessionNotification, in on_session_notification()
Duci_manager.rs61 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in set_session_notification_sender()
228 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in set_session_notification_sender()
1195 session_notification: SessionNotification, in replace_session_token_with_session_id()
1196 ) -> Result<SessionNotification> { in replace_session_token_with_session_id()
Dmock_uci_manager.rs444 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in set_session_notification_sender()
/external/uwb/src/rust/uwb_core/src/session/
Dsession_manager.rs34 pub(crate) enum SessionNotification { enum
51 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in new()
162 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in new()
/external/uwb/src/rust/uwb_core/src/service/
Duwb_service.rs449 async fn handle_session_notification(&mut self, notf: SessionNotification) { in handle_session_notification()
/external/rust/pica/scripts/
Duci_packets.py733 class SessionNotification(UciNotification): class
/external/rust/pica/src/
Duci_packets.rs2952 SessionNotification(Arc<SessionNotificationData>), enumerator
2981 SessionNotification(SessionNotificationPacket), enumerator