Searched defs:NaiveDateTime (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 26 fn print_start_end_timestamps(start: NaiveDateTime, end: NaiveDateTime) -> String { in print_start_end_timestamps() 146 fn report_connection_start(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_start() 154 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end() 219 fn report_start(&mut self, initiator: InitiatorType, ts: NaiveDateTime) { in report_start() 224 fn report_end(&mut self, ts: NaiveDateTime) { in report_end() 238 ts: NaiveDateTime, in report_profile_start() 252 ts: NaiveDateTime, in report_profile_end() 267 _ts: NaiveDateTime, in report_l2cap_conn_req() 284 ts: NaiveDateTime, in report_l2cap_conn_rsp() 325 ts: NaiveDateTime, in report_l2cap_disconn_rsp() [all …]
|
D | connections.rs | 208 ) -> &mut HashMap<ConnectionHandle, NaiveDateTime> { in get_feature_pending_map() argument
|