Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/dispatcher/
Dmod.rs71 pub struct Dispatcher { struct
78 impl Dispatcher { argument
81 pub fn new(validation: ValidationReporter, tagger: SocketTagger) -> Result<Dispatcher> { in new()
/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs44 pub(crate) struct Dispatcher { struct
48 impl Dispatcher { argument
55 ) -> Result<Dispatcher> { in new()
174 read_lock: RwLockReadGuard<'a, Option<Dispatcher>>, in new()
Duci_jni_android_new.rs1055 ) -> Result<*const Dispatcher> { in native_dispatcher_new()