Home
last modified time | relevance | path

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

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