Searched defs:granteeUid (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore/ |
D | grant_store.cpp | 78 bool GrantStore::removeByFileAlias(const uid_t granteeUid, const uid_t granterUid, in removeByFileAlias() 101 void GrantStore::removeAllGrantsToUid(const uid_t granteeUid) { in removeAllGrantsToUid()
|
D | KeyStore.cpp | 520 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()
|
D | key_store_service.cpp | 621 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/ |
D | IKeystoreService.aidl | 51 String grant(String name, int granteeUid); in grant() 52 int ungrant(String name, int granteeUid); in ungrant()
|