Home
last modified time | relevance | path

Searched defs:Driver (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DnsResolver/doh/dispatcher/
Ddriver.rs29 pub struct Driver { struct
43 impl Driver { argument
/packages/modules/DnsResolver/doh/network/
Ddriver.rs33 pub struct Driver { struct
34 info: ServerInfo,
35 config: Config,
36 connection: Connection,
37 command_rx: mpsc::Receiver<Command>,
38 status_tx: watch::Sender<Status>,
39 validation: ValidationReporter,
40 tag_socket: SocketTagger,
94 impl Driver { impl
/packages/modules/DnsResolver/doh/connection/
Ddriver.rs80 struct Driver { struct
99 driver: Driver, argument
129 impl Driver { implementation
254 fn new(driver: Driver, h3_conn: h3::Connection) -> Self { in new()
264 async fn drive(mut self) -> Result<Driver> { in drive()
/packages/modules/Virtualization/microdroid/dice/
Dservice.rs140 Driver(PathBuf), enumerator