Searched refs:core_query_uwb_timestamp (Results 1 – 4 of 4) sorted by relevance
286 pub fn core_query_uwb_timestamp(&self) -> Result<u64> { in core_query_uwb_timestamp() method287 self.runtime_handle.block_on(self.uci_manager.core_query_uwb_timestamp()) in core_query_uwb_timestamp()
758 async fn core_query_uwb_timestamp(&self) -> Result<u64> { in core_query_uwb_timestamp() method
109 async fn core_query_uwb_timestamp(&self) -> Result<u64>; in core_query_uwb_timestamp() method410 async fn core_query_uwb_timestamp(&self) -> Result<u64> { in core_query_uwb_timestamp() method2943 let result = uci_manager.core_query_uwb_timestamp().await.unwrap(); in test_core_query_uwb_timestamp_ok()
1610 uci_manager.core_query_uwb_timestamp() in native_query_time_stamp()