Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 38) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/migrate/
Dfake_bluez_info.toml10 Key=00112233445566778899AABBCCDDEEFF qkey
21 Key=00112233445566778899AABBCCDDEEFF qkey
24 Key=00112233445566778899AABBCCDDEEFF qkey
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfMap.h194 const BpfMapRO<Key, Value>& map)>& filter) const { in iterate()
209 const BpfMapRO<Key, Value>& map)>& filter) const { in iterateWithValue()
319 const BpfMap<Key, Value>& map)>& filter) const { in iterate()
334 const BpfMap<Key, Value>& map)>& filter) const { in iterateWithValue()
349 Result<void> BpfMap<Key, Value>::iterate( in iterate()
364 Result<void> BpfMap<Key, Value>::iterateWithValue( in iterateWithValue()
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/
DTypedMap.kt81 interface Key<T> interface
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DOffloadServiceInfo.java245 public static final class Key implements Parcelable { class in OffloadServiceInfo
257 public Key(@NonNull String serviceName, @NonNull String serviceType) { in Key() method in OffloadServiceInfo.Key
271 public Key(@NonNull Parcel in) { in Key() method in OffloadServiceInfo.Key
/packages/modules/DnsResolver/doh/
Dconfig.rs129 pub struct Key { struct
144 pub fn get(&self, key: &Key) -> Result<Config> { in get() argument
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
DKey.java20 public class Key { class
/packages/modules/adb/crypto/include/adb/crypto/
Dkey.h31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadPersistentSettings.java182 public static class Key<T> { class in ThreadPersistentSettings
186 private Key(String key, T defaultValue) { in Key() method in ThreadPersistentSettings.Key
/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/data/
DGlobalValueEntity.java34 enum Key { enum in GlobalValueEntity
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSettingsStore.java302 public static class Key<T> { class in UwbSettingsStore
306 private Key(@NonNull String key, T defaultValue) { in Key() method in UwbSettingsStore.Key
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsRecord.java308 private static final class Key { class in MdnsRecord
312 public Key(int recordType, String[] recordName) { in Key() method in MdnsRecord.Key
/packages/modules/DnsResolver/
DDnsTlsDispatcher.h80 typedef std::pair<unsigned, const DnsTlsServer> Key; typedef
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java52 public class Key implements Comparable<Key> { class
214 public Key(@Nullable final String label, final int iconId, final int code, in Key() method in Key
255 public Key(@Nullable final String keySpec, @Nonnull final TypedArray keyAttr, in Key() method in Key
414 protected Key(@Nonnull final Key key) { in Key() method in Key
418 private Key(@Nonnull final Key key, @Nullable final MoreKeySpec[] moreKeys) { in Key() method in Key
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/
DBpfNetworkStats.h81 void maybeLogUnknownIface(int ifaceIndex, const BpfMapRO<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java431 public static class Key<T> { class in WifiSettingsConfigStore
435 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
DWifiCandidates.java541 public static class Key { class in WifiCandidates
547 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
557 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java338 private static class Key { class in ArchivesProvider
342 public Key(Uri archiveUri, int accessMode) { in Key() method in ArchivesProvider.Key
/packages/modules/Bluetooth/system/gd/common/
Dlist_map.h162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice()
/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h115 using Key = Array<uint32, 2>; variable
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java95 public @interface Key {} annotation in TestEvents
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java1045 public static final class Key { class in NetworkStatsCollection
1065 public Key(@NonNull Set<NetworkIdentity> ident, int uid, @State int set, int tag) { in Key() method in NetworkStatsCollection.Key
1070 public Key(@NonNull NetworkIdentitySet ident, int uid, int set, int tag) { in Key() method in NetworkStatsCollection.Key
/packages/modules/Connectivity/netd/
DBpfHandlerTest.cpp115 void expectMapEmpty(BpfMap<Key, Value>& map) { in expectMapEmpty()
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc286 …Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, 0x34, 0x10, 0x10, 0xa6, 0x0a, 0x39, 0x… in TEST() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java90 private enum Key {DOWN, UP} enum in InputHalServiceTest
/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java573 private static void assertCollectionEntries( in assertCollectionEntries()

12