Lines Matching refs:Storage
112 Storage::Storage(const int32_t sensorId, const int32_t userId) in Storage() function in aidl::android::hardware::biometrics::fingerprint::Storage
156 void Storage::save() const { in save()
164 std::vector<uint8_t> Storage::serialize() const { in serialize()
175 int64_t Storage::invalidateAuthenticatorId(const int64_t newAuthId) { in invalidateAuthenticatorId()
181 std::vector<int32_t> Storage::enumerateEnrollments() const { in enumerateEnrollments()
185 bool Storage::enroll(const int enrollmentId, in enroll()
198 void Storage::removeEnrollments(const std::vector<int32_t>& enrollmentIds) { in removeEnrollments()
205 std::tuple<Storage::AuthResult, int32_t, Storage::AuthToken>
206 Storage::authenticate(const int32_t enrollmentId) { in authenticate()
261 void Storage::resetLockout() { in resetLockout()
265 bool Storage::checkIfLockoutCleared() { in checkIfLockoutCleared()