Home
last modified time | relevance | path

Searched defs:command_tx (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs87 command_tx: Option<mpsc::UnboundedSender<ControlCommand>>, field
199 let command_tx = self.command_tx.as_ref().unwrap(); in request_stats() localVariable
/aosp_15_r20/packages/modules/DnsResolver/doh/network/
Dmod.rs72 command_tx: mpsc::Sender<Command>, field
/aosp_15_r20/external/rust/pica/src/
Dlib.rs79 command_tx: mpsc::Sender<PicaCommand>, field