Home
last modified time | relevance | path

Searched refs:checkBinderPermissionSelfOrSystem (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dkey_store_service.h188 bool checkBinderPermissionSelfOrSystem(perm_t permission, int32_t targetUid);
Dkey_store_service.cpp597 if (!checkBinderPermissionSelfOrSystem(P_CLEAR_UID, targetUid)) { in clear_uid()
1278 bool KeyStoreService::checkBinderPermissionSelfOrSystem(perm_t permission, int32_t targetUid) { in checkBinderPermissionSelfOrSystem() function in keystore::KeyStoreService