Home
last modified time | relevance | path

Searched refs:removeAllGrantsToKey (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Dgrant_store.h70 void removeAllGrantsToKey(const uid_t granterUid, const std::string& alias);
Dgrant_store.cpp89 void GrantStore::removeAllGrantsToKey(const uid_t granterUid, const std::string& alias) { in removeAllGrantsToKey() function in keystore::GrantStore
DKeyStore.cpp300 mGrants.removeAllGrantsToKey(uid, alias); in del()