Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/bpf/
DBpfMap.h182 const std::function<netdutils::Status(const Key& key, const BpfMap<Key, Value>& map)>& filter) in iterate()
196 const BpfMap<Key, Value>& map)>& filter) const { in iterateWithValue()
209 netdutils::Status BpfMap<Key, Value>::iterate( in iterate()
221 netdutils::Status BpfMap<Key, Value>::iterateWithValue( in iterateWithValue()
/system/keymaster/include/keymaster/key_blob_utils/
Dsoftware_keyblobs.h30 class Key; variable
/system/keymaster/include/keymaster/
Dkey_factory.h25 class Key; variable
Dandroid_keymaster.h25 class Key; variable
Dkeymaster_context.h33 class Key; variable
Dkey.h64 Key(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in Key() function
Doperation.h32 class Key; variable
/system/netd/resolv/
DDnsTlsDispatcher.h69 typedef std::pair<unsigned, const DnsTlsServer> Key; typedef
/system/keymaster/include/keymaster/contexts/
Dpure_soft_keymaster_context.h36 class Key; variable
Dsoft_keymaster_context.h39 class Key; variable
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h74 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
86 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
/system/keymaster/legacy_support/
Dkeymaster_passthrough_operation.h30 class Key; variable
/system/core/logd/
DLogTags.cpp135 std::string Key = Name; in AddEventLogTags() local
461 std::string Key(name); in nameToTag_locked() local
/system/bt/stack/test/
Dcrypto_toolbox_test.cc322 Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST() local
/system/netd/server/
DTrafficControllerTest.cpp239 void expectMapEmpty(BpfMap<Key, Value>& map) { in expectMapEmpty()