Home
last modified time | relevance | path

Searched refs:removeAllGrantsToUid (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore/
Dgrant_store.h71 void removeAllGrantsToUid(const uid_t granteeUid);
Dgrant_store.cpp101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid() function in keystore::GrantStore
DKeyStore.cpp337 void KeyStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid() function in keystore::KeyStore
338 mGrants.removeAllGrantsToUid(granteeUid); in removeAllGrantsToUid()
DKeyStore.h129 void removeAllGrantsToUid(const uid_t granteeUid);
Dkey_store_service.cpp570 mKeyStore->removeAllGrantsToUid(targetUid); in clear_uid()