Home
last modified time | relevance | path

Searched refs:FINGERPRINT (Results 1 – 25 of 38) sorted by relevance

12

/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
Duser_auth_icon.js92 … if (v.includes(userAuth.UserAuthType.FACE) && (!v.includes(userAuth.UserAuthType.FINGERPRINT))) {
97 … if ((!v.includes(userAuth.UserAuthType.FACE)) && v.includes(userAuth.UserAuthType.FINGERPRINT)) {
102 … if (v.includes(userAuth.UserAuthType.FACE) && v.includes(userAuth.UserAuthType.FINGERPRINT) &&
107 … if (v.includes(userAuth.UserAuthType.FACE) && v.includes(userAuth.UserAuthType.FINGERPRINT) &&
128 if (this.checkAuthTypeSupported(userAuth.UserAuthType.FINGERPRINT, u)) {
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_idm_callback_service_test.cpp104 CredentialInfo info3 = {FINGERPRINT, std::nullopt, 1000, 2000};
115 EXPECT_EQ(infoList[2].authType, FINGERPRINT); in __anon5e154aee0302()
145 EXPECT_EQ(info.enrolledInfo[1].authType, FINGERPRINT); in __anon5e154aee0402()
155 secUserInfo.enrolledInfo = {{FACE, 10}, {FINGERPRINT, 20}};
Duser_idm_callback_proxy_test.cpp97 EXPECT_EQ(credInfoList[2].authType, FINGERPRINT); in __anondcd1665f0302()
119 CredentialInfo info3 = {FINGERPRINT, std::nullopt, 1000, 2000};
136 EXPECT_EQ(secUserInfo.enrolledInfo[1].authType, FINGERPRINT); in __anondcd1665f0502()
156 secUserInfo.enrolledInfo = {{FACE, 10}, {FINGERPRINT, 20}};
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlog_formatter.cpp65 static const char *FINGERPRINT[] = {"fingerPrint", "Fingerprint:"}; variable
69 DEVICE_INFO, BUILD_INFO, FINGERPRINT, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
76 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
82 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, VERSION_CODE,
89 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
96 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, MODULE_PID,
101 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, MODULE_PID,
/base/useriam/user_auth_framework/test/unittest/services/src/
Dauth_widget_helper_test.cpp64 authParam.authTypes.push_back(FINGERPRINT);
81 authParam.authTypes.push_back(FINGERPRINT);
99 authTypeList.push_back(FINGERPRINT);
Dwidget_schedule_node_impl_test.cpp81 …tor<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT};
94 …tor<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT};
108 …tor<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FINGERPRINT};
Dwidget_json_test.cpp75 ContextFactory::AuthWidgetContextPara::AuthProfile>(FINGERPRINT, authProfile)); in CreatePara()
87 EXPECT_EQ(Str2AuthType(strAt), FINGERPRINT);
168 if (at == AuthType::FINGERPRINT && !profile.sensorInfo.empty()) {
237 if (at == AuthType::FINGERPRINT && !profile.sensorInfo.empty()) {
Dco_auth_service_test.cpp56 info.authType = FINGERPRINT;
Dwidget_client_test.cpp294 authTypeList.emplace_back(AuthType::FINGERPRINT);
353 WidgetClient::Instance().ReportWidgetResult(1, AuthType::FINGERPRINT, 1, 1);
360 WidgetClient::Instance().ReportWidgetResult(1, AuthType::FINGERPRINT, 1, 1);
Duser_auth_service_test.cpp1149 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1240 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1291 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1341 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1490 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1539 authParam.authTypes.push_back(AuthType::FINGERPRINT);
1681 authTypeList.push_back(AuthType::FINGERPRINT);
1695 authTypeList.push_back(AuthType::FINGERPRINT);
1735 authTypeList.push_back(AuthType::FINGERPRINT);
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/systemapi_wrap/useridm_test/user_iam_api_mock/
Duser_iam_define.h28 FINGERPRINT = 4, enumerator
Duser_idm_client.cpp80 struct EnrolledInfo fingetPrintInfo = { FINGERPRINT, g_enrolledForFingerPrint }; in ConstructSecUserInfo()
/base/useriam/fingerprint_auth/test/unittest/
Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp85 .authType = AuthType::FINGERPRINT, in __anone1de3ea40202()
94 EXPECT_TRUE(info.authType == IamAuthType::FINGERPRINT);
107 .authType = AuthType::FINGERPRINT, in __anone1de3ea40302()
122 { AuthType::FINGERPRINT, { IamAuthType::FINGERPRINT, IamResultCode::SUCCESS } },
123 { static_cast<AuthType>(AuthType::FINGERPRINT + 1),
124 { IamAuthType::FINGERPRINT, IamResultCode::GENERAL_ERROR } },
125 { static_cast<AuthType>(AuthType::FINGERPRINT - 1),
126 { IamAuthType::FINGERPRINT, IamResultCode::GENERAL_ERROR } },
166 .authType = AuthType::FINGERPRINT, in __anone1de3ea40502()
199 .authType = AuthType::FINGERPRINT, in __anone1de3ea40602()
/base/security/huks/services/huks_standard/huks_engine/main/core_dependency/src/
Dhks_core_useriam_wrap.cpp41 case AuthType::FINGERPRINT: in ConvertToHksAuthType()
/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/
DUserAuthIcon.ets103 …includes(userAuth.UserAuthType.FACE) && (!authTypes.includes(userAuth.UserAuthType.FINGERPRINT))) {
109 …s.includes(userAuth.UserAuthType.FACE)) && authTypes.includes(userAuth.UserAuthType.FINGERPRINT)) {
115 …es.includes(userAuth.UserAuthType.FACE) && authTypes.includes(userAuth.UserAuthType.FINGERPRINT) &&
121 …es.includes(userAuth.UserAuthType.FACE) && authTypes.includes(userAuth.UserAuthType.FINGERPRINT) &&
147 if (this.checkAuthTypeSupported(userAuth.UserAuthType.FINGERPRINT, authTrustLevel)) {
/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h49 FINGERPRINT = 4, enumerator
/base/useriam/user_auth_framework/services/core/src/
Dtemplate_cache_manager.cpp222 UpdateTemplateCache(FINGERPRINT); in ProcessUserIdChange()
233 if (authType != FACE && authType != FINGERPRINT) { in UpdateTemplateCache()
Dsystem_param_manager.cpp151 if ((authType == AuthType::FINGERPRINT) && !isFingerAuthEnable_) { in IsAuthTypeEnable()
Dauth_event_listener_manager.cpp71 RemoveAuthSuccessEventListener(AuthType::FINGERPRINT, listener); in UnRegistUserAuthSuccessEventListener()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_mock/src/
Dhks_useridm_api_mock.cpp43 case USER_IAM::AuthType::FINGERPRINT: in ConvertToHksAuthType()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/
Dhks_useridm_api_wrap.cpp46 *authType = USER_IAM::AuthType::FINGERPRINT; in ConvertFromHksAuthType()
64 case USER_IAM::AuthType::FINGERPRINT: in ConvertToHksAuthType()
/base/useriam/user_auth_framework/services/context/src/
Dwidget_json.cpp127 authTypeMap.emplace(std::make_pair(AUTH_TYPE_FINGER_PRINT, AuthType::FINGERPRINT)); in Str2AuthType()
141 authTypeMap.emplace(std::make_pair(AuthType::FINGERPRINT, AUTH_TYPE_FINGER_PRINT)); in AuthType2Str()
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
Duser_auth_callback_v10.cpp142 authType == AuthType::FINGERPRINT) { in DoResultCallback()
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp736 … if ((type != AuthType::PIN) && (type != AuthType::FACE) && (type != AuthType::FINGERPRINT)) { in CheckAuthWidgetType()
759 if (authType[type0] == AuthType::FINGERPRINT) { in CheckSingeFaceOrFinger()
791 … (authType[authType0] == AuthType::FACE) && (authType[authType1] == AuthType::FINGERPRINT)) || in CheckAuthPermissionAndParam()
793 … (authType[authType0] == AuthType::FINGERPRINT) && (authType[authType1] == AuthType::FACE))) { in CheckAuthPermissionAndParam()
1060 if (iter != AuthType::PIN && iter != AuthType::FACE && iter != AuthType::FINGERPRINT) { in CheckAuthTypeIsValid()
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_all_in_one_executor_hdi.cpp297 { AuthType::FINGERPRINT, UserAuth::AuthType::FINGERPRINT }, in ConvertAuthType()

12