Searched defs:SessionNotification (Results 1 – 8 of 8) sorted by relevance
| /external/uwb/src/rust/uwb_core/src/uci/ |
| D | notification.rs | 52 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
|
| D | uci_manager_sync.rs | 82 session_notification_receiver: mpsc::UnboundedReceiver<SessionNotification>, in new() 449 session_notification: SessionNotification, in on_session_notification()
|
| D | uci_manager.rs | 61 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()
|
| D | mock_uci_manager.rs | 444 session_notf_sender: mpsc::UnboundedSender<SessionNotification>, in set_session_notification_sender()
|
| /external/uwb/src/rust/uwb_core/src/session/ |
| D | session_manager.rs | 34 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/ |
| D | uwb_service.rs | 449 async fn handle_session_notification(&mut self, notf: SessionNotification) { in handle_session_notification()
|
| /external/rust/pica/scripts/ |
| D | uci_packets.py | 733 class SessionNotification(UciNotification): class
|
| /external/rust/pica/src/ |
| D | uci_packets.rs | 2952 SessionNotification(Arc<SessionNotificationData>), enumerator 2981 SessionNotification(SessionNotificationPacket), enumerator
|