Home
last modified time | relevance | path

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

/system/security/keystore/
Doperation.cpp104 bool OperationMap::hasPruneableOperation() const { in hasPruneableOperation() function in keystore::OperationMap
113 if (!hasPruneableOperation()) { in getOldestPruneableOperation()
Doperation.h54 bool hasPruneableOperation() const;
Dkey_store_service.cpp1139 while (rc == ErrorCode::TOO_MANY_OPERATIONS && mOperationMap.hasPruneableOperation()) { in begin()