Home
last modified time | relevance | path

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

/system/security/keystore/
Doperation.h63 std::vector<sp<IBinder>> getOperationsForToken(const sp<IBinder>& appToken);
Doperation.cpp96 std::vector<sp<IBinder>> OperationMap::getOperationsForToken(const sp<IBinder>& appToken) { in getOperationsForToken() function in keystore::OperationMap
Dkeymaster_worker.cpp1127 auto operations = operationMap_.getOperationsForToken(who.unsafe_get()); in binderDied()