Home
last modified time | relevance | path

Searched defs:granteeUid (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dgrant_store.cpp77 bool GrantStore::removeByFileAlias(const uid_t granteeUid, const LockedKeyBlobEntry& lockedEntry) { in removeByFileAlias()
101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
DKeyStore.cpp330 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()
Dkey_store_service.cpp506 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()
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl43 String grant(String name, int granteeUid); in grant()
44 int ungrant(String name, int granteeUid); in ungrant()