Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Dauth_common.h42 constexpr int32_t API_VERSION_8 = 8; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_impl.cpp73 …int32_t status = UserAuthClientImpl::Instance().GetNorthAvailableStatus(API_VERSION_8, authType, a… in GetAvailableStatus()
226 …uint64_t result = UserAuthClientImpl::Instance().BeginNorthAuthentication(API_VERSION_8, challenge, in Auth()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp214 if ((apiVersion <= API_VERSION_8 && authType == PIN) || in GetAvailableStatus()