Home
last modified time | relevance | path

Searched defs:Client (Results 1 – 11 of 11) sorted by relevance

/packages/modules/DnsResolver/tests/doh/src/
Dclient.rs37 pub struct Client { struct
59 impl Client { argument
60 fn new(conn: Pin<Box<quiche::Connection>>, addr: &SocketAddr, id: ConnectionID) -> Client { in new()
239 impl std::fmt::Debug for Client { implementation
268 ) -> Result<&mut Client> { in get_or_create()
293 pub fn get_mut(&mut self, id: &[u8]) -> Option<&mut Client> { in get_mut()
297 pub fn iter_mut(&mut self) -> hash_map::IterMut<ConnectionID, Client> { in iter_mut() argument
301 pub fn iter(&mut self) -> hash_map::Iter<ConnectionID, Client> { in iter() argument
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/data/repository/
DKeyguardQuickAffordancePickerRepository.kt70 private fun Client.Slot.toModel(): SlotModel { in <lambda>() method
77 private fun Client.Affordance.toModel(): AffordanceModel { in <lambda>() method
90 private fun Client.Selection.toModel(): SelectionModel { in <lambda>() method
/packages/modules/adb/tls/include/adb/tls/
Dtls_connection.h38 Client, enumerator
/packages/apps/Settings/src/com/android/settings/network/
DMobileDataEnabledListener.java37 public interface Client { interface in MobileDataEnabledListener
/packages/apps/Settings/src/com/android/settings/network/telephony/
DDataConnectivityListener.java34 public interface Client { interface in DataConnectivityListener
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothUtils.java107 sProfileNames.put(BluetoothProfile.HEADSET_CLIENT, "HFP Client"); in sProfileNames.put()
108 sProfileNames.put(BluetoothProfile.PBAP_CLIENT, "PBAP Client"); in sProfileNames.put()
109 sProfileNames.put(BluetoothProfile.MAP_CLIENT, "MAP Client"); in sProfileNames.put()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DProxySubscriptionManagerTest.java84 public class Client implements ProxySubscriptionManager.OnActiveSubscriptionChangedListener { class in ProxySubscriptionManagerTest
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs22 struct Client { struct
41 clients: Vec<Client>, argument
50 fn get_by_uuid(&self, uuid: &Uuid128Bit) -> Option<&Client> { in get_by_uuid()
54 fn get_by_client_id(&self, client_id: i32) -> Option<&Client> { in get_by_client_id()
58 fn get_by_client_id_mut(&mut self, client_id: i32) -> Option<&mut Client> { in get_by_client_id_mut()
71 fn get_client_by_conn_id(&self, conn_id: i32) -> Option<&Client> { in get_client_by_conn_id()
78 fn get_client_by_conn_id_mut(&mut self, conn_id: i32) -> Option<&mut Client> { in get_client_by_conn_id_mut()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java98 private class Client implements IBinder.DeathRecipient { class in CarPropertyService
108 Client(ICarPropertyEventListener listener) { in Client() method in CarPropertyService.Client
/packages/modules/adb/pairing_auth/
Dpairing_auth.cpp44 Client, enumerator
/packages/modules/adb/pairing_connection/
Dpairing_connection.cpp74 Client, enumerator