Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/
H A Duser_auth_napi_helper.h34 static bool CheckAuthType(int32_t authType);
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Dauth_instance_v9.cpp131 if (!UserAuthNapiHelper::CheckAuthType(authType)) { in Init()
H A Duser_auth_napi_helper.cpp589 bool UserAuthNapiHelper::CheckAuthType(int32_t authType) in CheckAuthType() function in OHOS::UserIam::UserAuth::UserAuthNapiHelper