Searched refs:grant (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/include/keystore/
H A DIKeystoreService.h178 virtual int32_t grant(const String16& name, int32_t granteeUid) = 0;
/system/security/keystore/
H A Dkeystore.cpp210 "grant",
1301 grant_t* grant = new grant_t; local
1302 grant->uid = granteeUid;
1303 grant->filename = reinterpret_cast<const uint8_t*>(strdup(filename));
1304 mGrants.add(grant);
1311 grant_t* grant = *it; local
1312 if (grant->uid == granteeUid
1313 && !strcmp(reinterpret_cast<const char*>(grant->filename), filename)) {
1492 grant_t* grant = *it; local
1493 if (grant
2064 int32_t grant(const String16& name, int32_t granteeUid) { function in class:android::KeyStoreProxy
[all...]
H A DIKeystoreService.cpp796 virtual int32_t grant(const String16& name, int32_t granteeUid) function in class:android::BpKeystoreService
804 ALOGD("grant() could not contact remote: %d\n", status);
810 ALOGD("grant() caught exception %d\n", err);
1510 int32_t ret = grant(name, granteeUid);

Completed in 119 milliseconds