Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.cpp78 bool GrantStore::removeByFileAlias(const uid_t granteeUid, const uid_t granterUid, in removeByFileAlias()
101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
DKeyStore.cpp520 std::string KeyStore::addGrant(const char* alias, uid_t granterUid, uid_t granteeUid) { in addGrant()
525 bool KeyStore::removeGrant(const char* alias, const uid_t granterUid, const uid_t granteeUid) { in removeGrant()
528 void KeyStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
Dkey_store_service.cpp621 Status KeyStoreService::grant(const String16& name, int32_t granteeUid, in grant()
645 Status KeyStoreService::ungrant(const String16& name, int32_t granteeUid, int32_t* aidl_return) { in ungrant()
/system/security/keystore/binder/android/security/
DIKeystoreService.aidl51 String grant(String name, int granteeUid); in grant()
52 int ungrant(String name, int granteeUid); in ungrant()