Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp344 active_operations_[*handle] = result.token; in beginOperation()
356 if (active_operations_.count(handle) == 0) { in updateOperation()
364 promise, active_operations_[handle], in updateOperation()
388 if (active_operations_.count(handle) == 0) { in finishOperation()
396 promise, active_operations_[handle], in finishOperation()
410 active_operations_.erase(handle); in finishOperation()
416 if (active_operations_.count(handle) == 0) { in abortOperation()
423 auto binder_result = keystore_->abort(promise, active_operations_[handle], &result); in abortOperation()
429 active_operations_.erase(handle); in abortOperation()
/system/security/keystore/include/keystore/
Dkeystore_client_impl.h115 std::map<uint64_t, android::sp<android::IBinder>> active_operations_; variable