Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dstorage.cpp205 std::tuple<Storage::AuthResult, int32_t, Storage::AuthToken>
221 return {AuthResult::LOCKED_OUT_TIMED, static_cast<int>(inMs), {}}; in authenticate()
226 return {AuthResult::LOCKED_OUT_PERMANENT, 0, {}}; in authenticate()
234 return {AuthResult::OK, 0, tok}; in authenticate()
242 return {AuthResult::LOCKED_OUT_PERMANENT, 0, {}}; in authenticate()
257 return {AuthResult::FAILED, 0, {}}; in authenticate()
Dsession.cpp399 if (res != Storage::AuthResult::LOCKED_OUT_PERMANENT) { in onSensorEventOn()
405 case Storage::AuthResult::OK: { in onSensorEventOn()
423 case Storage::AuthResult::FAILED: in onSensorEventOn()
428 case Storage::AuthResult::LOCKED_OUT_TIMED: in onSensorEventOn()
435 case Storage::AuthResult::LOCKED_OUT_PERMANENT: in onSensorEventOn()
Dstorage.h26 enum class AuthResult { enum
46 std::tuple<AuthResult, int32_t, AuthToken> authenticate(int32_t enrollmentId);