Home
last modified time | relevance | path

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

/system/security/keystore/
Dgrant_store.cpp71 auto grant = uid_grant_list.find(grant_no); in get() local
DKeyStore.cpp121 auto grant = mGrants.get(uid, alias); in getBlobEntryIfExists() local
Dkey_store_service.cpp479 Status KeyStoreService::grant(const String16& name, int32_t granteeUid, in grant() function in keystore::KeyStoreService
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl49 String grant(String name, int granteeUid); in grant() method