Searched defs:granteeUid (Results 1 – 4 of 4) sorted by relevance
77 bool GrantStore::removeByFileAlias(const uid_t granteeUid, const LockedKeyBlobEntry& lockedEntry) { in removeByFileAlias()101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
330 std::string KeyStore::addGrant(const LockedKeyBlobEntry& blobfile, uid_t granteeUid) { in addGrant()334 bool KeyStore::removeGrant(const LockedKeyBlobEntry& blobfile, const uid_t granteeUid) { in removeGrant()337 void KeyStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
506 Status KeyStoreService::grant(const String16& name, int32_t granteeUid, in grant()528 Status KeyStoreService::ungrant(const String16& name, int32_t granteeUid, int32_t* aidl_return) { in ungrant()
43 String grant(String name, int granteeUid); in grant()44 int ungrant(String name, int granteeUid); in ungrant()