Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 4 of 4) 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/core/logd/
DLogStatistics.h288 inline const uid_t& getKey() const { in getKey() function
340 const pid_t& getKey() const { in getKey() function
410 const pid_t& getKey() const { in getKey() function
466 const uint32_t& getKey() const { in getKey() function
DLogBuffer.cpp579 uint64_t getKey() { in getKey() function in LogBufferElementKey
/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