/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/ |
D | user_auth_icon.js | 92 … 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/ |
D | user_idm_callback_service_test.cpp | 104 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}};
|
D | user_idm_callback_proxy_test.cpp | 97 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/ |
D | faultlog_formatter.cpp | 65 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/ |
D | auth_widget_helper_test.cpp | 64 authParam.authTypes.push_back(FINGERPRINT); 81 authParam.authTypes.push_back(FINGERPRINT); 99 authTypeList.push_back(FINGERPRINT);
|
D | widget_schedule_node_impl_test.cpp | 81 …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};
|
D | widget_json_test.cpp | 75 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()) {
|
D | co_auth_service_test.cpp | 56 info.authType = FINGERPRINT;
|
D | widget_client_test.cpp | 294 authTypeList.emplace_back(AuthType::FINGERPRINT); 353 WidgetClient::Instance().ReportWidgetResult(1, AuthType::FINGERPRINT, 1, 1); 360 WidgetClient::Instance().ReportWidgetResult(1, AuthType::FINGERPRINT, 1, 1);
|
D | user_auth_service_test.cpp | 1149 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/ |
D | user_iam_define.h | 28 FINGERPRINT = 4, enumerator
|
D | user_idm_client.cpp | 80 struct EnrolledInfo fingetPrintInfo = { FINGERPRINT, g_enrolledForFingerPrint }; in ConstructSecUserInfo()
|
/base/useriam/fingerprint_auth/test/unittest/ |
D | fingerprint_auth_all_in_one_executor_hdi_unit_test.cpp | 85 .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/ |
D | hks_core_useriam_wrap.cpp | 41 case AuthType::FINGERPRINT: in ConvertToHksAuthType()
|
/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/ |
D | UserAuthIcon.ets | 103 …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/ |
D | iam_common_defines.h | 49 FINGERPRINT = 4, enumerator
|
/base/useriam/user_auth_framework/services/core/src/ |
D | template_cache_manager.cpp | 222 UpdateTemplateCache(FINGERPRINT); in ProcessUserIdChange() 233 if (authType != FACE && authType != FINGERPRINT) { in UpdateTemplateCache()
|
D | system_param_manager.cpp | 151 if ((authType == AuthType::FINGERPRINT) && !isFingerAuthEnable_) { in IsAuthTypeEnable()
|
D | auth_event_listener_manager.cpp | 71 RemoveAuthSuccessEventListener(AuthType::FINGERPRINT, listener); in UnRegistUserAuthSuccessEventListener()
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_mock/src/ |
D | hks_useridm_api_mock.cpp | 43 case USER_IAM::AuthType::FINGERPRINT: in ConvertToHksAuthType()
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/ |
D | hks_useridm_api_wrap.cpp | 46 *authType = USER_IAM::AuthType::FINGERPRINT; in ConvertFromHksAuthType() 64 case USER_IAM::AuthType::FINGERPRINT: in ConvertToHksAuthType()
|
/base/useriam/user_auth_framework/services/context/src/ |
D | widget_json.cpp | 127 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/ |
D | user_auth_callback_v10.cpp | 142 authType == AuthType::FINGERPRINT) { in DoResultCallback()
|
/base/useriam/user_auth_framework/services/ipc/src/ |
D | user_auth_service.cpp | 736 … 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/ |
D | fingerprint_auth_all_in_one_executor_hdi.cpp | 297 { AuthType::FINGERPRINT, UserAuth::AuthType::FINGERPRINT }, in ConvertAuthType()
|