Home
last modified time | relevance | path

Searched defs:ClientMap (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs276 pub struct ClientMap { struct
281 impl ClientMap { impl
282 pub fn new(config: quiche::Config) -> Result<ClientMap> { in new()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java152 static class ClientMap extends ContextMap<IBluetoothGattCallback, Void> {} class in GattService