Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DLruCache.h76 const TKey& getKey() const final { return key; } in getKey() function
84 const TKey& getKey() const final { return key; } in getKey() function
/system/security/keystore/
Dkeystore_client_impl.cpp458 std::optional<std::vector<uint8_t>> KeystoreClientImpl::getKey(const std::string& alias, int uid) { in getKey() function in keystore::KeystoreClientImpl