Home
last modified time | relevance | path

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

/system/security/keystore/
DIKeystoreService.cpp796 virtual int32_t grant(const String16& name, int32_t granteeUid) in grant()
816 virtual int32_t ungrant(const String16& name, int32_t granteeUid) in ungrant()
1509 int32_t granteeUid = data.readInt32(); in onTransact() local
1518 int32_t granteeUid = data.readInt32(); in onTransact() local
Dkeystore.cpp1298 void addGrant(const char* filename, uid_t granteeUid) { in addGrant()
1308 bool removeGrant(const char* filename, uid_t granteeUid) { in removeGrant()
2064 int32_t grant(const String16& name, int32_t granteeUid) { in grant()
2082 int32_t ungrant(const String16& name, int32_t granteeUid) { in ungrant()