Home
last modified time | relevance | path

Searched refs:MarkCompleted (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/tests/
Dauth_token_table_test.cpp244 table.MarkCompleted(1); in TEST()
300 table.MarkCompleted(1); in TEST()
372 table.MarkCompleted(2); in TEST()
403 table.MarkCompleted(3); in TEST()
417 table.MarkCompleted(1); in TEST()
/system/security/keystore/
Dauth_token_table.h83 void MarkCompleted(const uint64_t op_handle);
Dauth_token_table.cpp204 void AuthTokenTable::MarkCompleted(const uint64_t op_handle) { in MarkCompleted() function in keystore::AuthTokenTable
Dkey_store_service.cpp1337 mAuthTokenTable.MarkCompleted(handle); in finish()
1358 mAuthTokenTable.MarkCompleted(handle); in abort()