Searched defs:NaiveDateTime (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | informational.rs | 27 start: NaiveDateTime, in print_timestamps_and_initiator() 29 end: NaiveDateTime, in print_timestamps_and_initiator() 32 fn print_time_initiator(ts: NaiveDateTime, initiator: InitiatorType) -> String { in print_timestamps_and_initiator() 190 ts: NaiveDateTime, in report_connection_start() 207 ts: NaiveDateTime, in report_connection_end() 296 fn report_start(&mut self, initiator: InitiatorType, ts: NaiveDateTime) { in report_start() 301 fn report_end(&mut self, initiator: InitiatorType, ts: NaiveDateTime) { in report_end() 316 ts: NaiveDateTime, in report_profile_start() 331 ts: NaiveDateTime, in report_profile_end() 346 _ts: NaiveDateTime, in report_l2cap_conn_req() [all …]
|
D | connections.rs | 206 ) -> &mut HashMap<ConnectionHandle, NaiveDateTime> { in get_feature_pending_map() argument
|
/packages/modules/Bluetooth/floss/hcidoc/src/ |
D | parser.rs | 178 fn get_timestamp(&self) -> Option<NaiveDateTime> { in get_timestamp()
|