Home
last modified time | relevance | path

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

/external/uwb/src/rust/event_manager/
Dmod.rs68 fn vendor_uci_notification_received(&self, data: UciNotificationPacket) -> Result<()>; in vendor_uci_notification_received() method
131 fn vendor_uci_notification_received(&self, data: UciNotificationPacket) -> Result<()> { in vendor_uci_notification_received() method
Dmock_event_manager.rs212 fn vendor_uci_notification_received(&self, _data: UciNotificationPacket) -> Result<()> { in vendor_uci_notification_received() method