Searched refs:is_resumed (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/src/ |
D | client.rs | 254 pub fn is_resumed(&self) -> bool { in is_resumed() method 255 self.conn.is_resumed() in is_resumed()
|
D | dns_https_frontend.rs | 405 … resumed_connections: clients.iter().filter(|(_, client)| client.is_resumed()).count() as u32, in worker_thread()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | tls.rs | 787 pub fn is_resumed(&self) -> bool { in is_resumed() method
|
D | lib.rs | 6103 pub fn is_resumed(&self) -> bool { in is_resumed() method 6104 self.handshake.is_resumed() in is_resumed() 6449 self.handshake.is_resumed(), in do_handshake() 8753 assert_eq!(pipe.client.is_resumed(), false); in handshake_resumption() 8754 assert_eq!(pipe.server.is_resumed(), false); in handshake_resumption() 8784 assert_eq!(pipe.client.is_resumed(), true); in handshake_resumption() 8785 assert_eq!(pipe.server.is_resumed(), true); in handshake_resumption()
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | tls.rs | 787 pub fn is_resumed(&self) -> bool { in is_resumed() method
|
D | lib.rs | 6103 pub fn is_resumed(&self) -> bool { in is_resumed() method 6104 self.handshake.is_resumed() in is_resumed() 6449 self.handshake.is_resumed(), in do_handshake() 8753 assert_eq!(pipe.client.is_resumed(), false); in handshake_resumption() 8754 assert_eq!(pipe.server.is_resumed(), false); in handshake_resumption() 8784 assert_eq!(pipe.client.is_resumed(), true); in handshake_resumption() 8785 assert_eq!(pipe.server.is_resumed(), true); in handshake_resumption()
|