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

/system/security/keystore/
H A Dkeystore.cpp167 P_GET = 1 << 1, enumerator in enum:__anon1666
222 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
223 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
224 {AID_ROOT, static_cast<perm_t>(P_GET) },
227 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE
1718 if (!checkBinderPermission(P_GET)) {
2101 if (!checkBinderPermission(P_GET)) {

Completed in 41 milliseconds