Searched refs:P_GET (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore/ |
D | permissions.cpp | 74 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)}, 75 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY)}, 76 {AID_BLUETOOTH, static_cast<perm_t>(P_GET | P_INSERT | P_DELETE | P_EXIST | P_SIGN | P_VERIFY)}, 82 {AID_ROOT, static_cast<perm_t>(P_GET)}, 87 P_GET_STATE | P_GET | P_INSERT | P_DELETE | P_EXIST | P_LIST | P_SIGN | P_VERIFY |
|
D | permissions.h | 25 P_GET = 1 << 1, enumerator
|
D | key_store_service.cpp | 158 if (!checkBinderPermission(P_GET, targetUid)) { in get() 522 if (!checkBinderPermission(P_GET, targetUid)) { in getmtime()
|