Searched refs:removeAllGrantsToUid (Results 1 – 5 of 5) sorted by relevance
71 void removeAllGrantsToUid(const uid_t granteeUid);
101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid() function in keystore::GrantStore
337 void KeyStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid() function in keystore::KeyStore338 mGrants.removeAllGrantsToUid(granteeUid); in removeAllGrantsToUid()
129 void removeAllGrantsToUid(const uid_t granteeUid);
570 mKeyStore->removeAllGrantsToUid(targetUid); in clear_uid()