Home
last modified time | relevance | path

Searched refs:P_GET (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Dpermissions.cpp74 {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 |
Dpermissions.h25 P_GET = 1 << 1, enumerator
Dkey_store_service.cpp158 if (!checkBinderPermission(P_GET, targetUid)) { in get()
522 if (!checkBinderPermission(P_GET, targetUid)) { in getmtime()