/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | schedule_node_test.cpp | 58 auto faceCollector = MockResourceNode::CreateWithExecuteIndex(1, FACE, COLLECTOR); 63 auto faceVerifier = MockResourceNode::CreateWithExecuteIndex(1, FACE, VERIFIER); 69 auto faceAllInOne = MockResourceNode::CreateWithExecuteIndex(1, FACE, ALL_IN_ONE); 80 auto faceAllInOne = MockResourceNode::CreateWithExecuteIndex(1, FACE, ALL_IN_ONE); 81 auto faceVerifier = MockResourceNode::CreateWithExecuteIndex(1, FACE, VERIFIER); 87 auto faceAllInOne = MockResourceNode::CreateWithExecuteIndex(1, FACE, ALL_IN_ONE); 88 auto faceVerifier = MockResourceNode::CreateWithExecuteIndex(1, FACE, VERIFIER); 94 auto faceAllInOne = MockResourceNode::CreateWithExecuteIndex(1, FACE, ALL_IN_ONE); 95 auto faceCollector = MockResourceNode::CreateWithExecuteIndex(1, FACE, COLLECTOR); 101 auto faceAllInOne = MockResourceNode::CreateWithExecuteIndex(1, FACE, ALL_IN_ONE); [all …]
|
D | authentication_impl_test.cpp | 71 para.authType = FACE; 88 para.authType = FACE; 106 para.authType = FACE; 115 scheduleInfo.authType = HdiAuthType::FACE; in __anon0c0e83fa0102() 144 para.authType = FACE; 175 para.authType = FACE; 208 para.authType = FACE; 224 para.authType = FACE; 240 para.authType = FACE; 257 para.authType = FACE; [all …]
|
D | identification_impl_test.cpp | 65 auto identification = std::make_shared<IdentificationImpl>(contextId, FACE); 76 auto enrollment = std::make_shared<IdentificationImpl>(contextId, FACE); 88 auto identification = std::make_shared<IdentificationImpl>(contextId, FACE); 110 auto identification = std::make_shared<IdentificationImpl>(contextId, FACE); 135 scheduleInfo.authType = HdiAuthType::FACE; in __anon0ca32f640202() 147 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); 150 auto identification = std::make_shared<IdentificationImpl>(contextId, FACE);
|
D | schedule_node_helper_test.cpp | 60 scheduleInfo.authType = HdiAuthType::FACE; 84 auto resourceNode1 = MockResourceNode::CreateWithExecuteIndex(60, FACE, executorRole[0]); 86 auto resourceNode2 = MockResourceNode::CreateWithExecuteIndex(90, FACE, executorRole[1]);
|
D | enrollment_impl_test.cpp | 65 para.authType = FACE; 80 para.authType = FACE; 102 para.authType = FACE; 122 para.authType = FACE; 213 para.authType = FACE; 226 info.authType = HdiAuthType::FACE; in __anon67161d5a0302() 238 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE);
|
D | auth_widget_helper_test.cpp | 61 authParam.authTypes.push_back(FACE); 78 authParam.authTypes.push_back(FACE); 96 authTypeList.push_back(FACE);
|
D | widget_schedule_node_impl_test.cpp | 81 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING… 94 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING… 108 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING…
|
D | user_auth_service_test.cpp | 62 AuthType testAuthType = FACE; 89 AuthType testAuthType = FACE; 107 AuthType testAuthType = FACE; 122 AuthType testAuthType = FACE; 135 AuthType testAuthType = FACE; 156 AuthType testAuthType = FACE; 181 AuthType testAuthType = FACE; 208 testAuthType = FACE; 335 AuthType testAuthType = FACE; 363 AuthType testAuthType = FACE; [all …]
|
D | user_auth_stub_test.cpp | 64 AuthType testAuthType = FACE; 115 AuthType testAuthType = FACE; 162 AuthType testAuthType = FACE; 220 AuthType testAuthType = FACE; 279 AuthType testAuthType = FACE; 346 AuthType testAuthType = FACE; 412 AuthType testAuthType = FACE; 543 authType.push_back(static_cast<int32_t>(FACE));
|
D | widget_context_test.cpp | 281 std::vector<AuthType> authTypeList = {ALL, PIN, FACE}; 297 authTypeList.insert(FACE); 301 std::vector<AuthType> testTypeList = {ALL, PIN, FACE}; 342 authTypeList.insert(FACE);
|
/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) && 122 if (this.checkAuthTypeSupported(userAuth.UserAuthType.FACE, u)) {
|
/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
D | user_idm_callback_service_test.cpp | 103 CredentialInfo info2 = {FACE, std::nullopt, 100, 200}; 114 EXPECT_EQ(infoList[1].authType, FACE); in __anon5e154aee0302() 143 EXPECT_EQ(info.enrolledInfo[0].authType, FACE); in __anon5e154aee0402() 155 secUserInfo.enrolledInfo = {{FACE, 10}, {FINGERPRINT, 20}};
|
D | user_idm_callback_proxy_test.cpp | 96 EXPECT_EQ(credInfoList[1].authType, FACE); in __anondcd1665f0302() 118 CredentialInfo info2 = {FACE, std::nullopt, 100, 200}; 134 EXPECT_EQ(secUserInfo.enrolledInfo[0].authType, FACE); in __anondcd1665f0502() 156 secUserInfo.enrolledInfo = {{FACE, 10}, {FINGERPRINT, 20}};
|
D | user_auth_event_listener_stub_test.cpp | 60 AuthType testAuthType = FACE;
|
D | user_auth_proxy_test.cpp | 53 AuthType testAuthType = FACE; 88 static const AuthType testAuthType = FACE; 116 static const AuthType testAuthType = FACE; 152 static const AuthType testAuthType = FACE; 190 static const AuthType testAuthType = FACE; 228 .authType = FACE, 289 static const AuthType testAuthType = FACE; 460 authTypeList.push_back(AuthType::FACE);
|
D | user_auth_client_test.cpp | 46 AuthType testAuthType = FACE; 57 AuthType testAuthType = FACE; 94 AuthType testAuthType = FACE; 105 AuthType testAuthType = FACE; 150 testRequest.authType = FACE; 395 AuthType testAuthType = FACE; 411 AuthType testAuthType = FACE; 691 authTypeList.push_back(AuthType::FACE); 719 authTypeList.push_back(AuthType::FACE); 730 authTypeList.push_back(AuthType::FACE);
|
/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 | 27 FACE = 2, enumerator
|
D | user_idm_client.cpp | 79 struct EnrolledInfo faceInfo = { FACE, g_enrolledForFace }; in ConstructSecUserInfo()
|
/base/useriam/face_auth/test/unittest/ |
D | face_auth_all_in_one_executor_hdi_unit_test.cpp | 85 .authType = AuthType::FACE, in __anondee9b1720202() 94 EXPECT_TRUE(info.authType == IamAuthType::FACE); 107 .authType = AuthType::FACE, in __anondee9b1720302() 122 { AuthType::FACE, { IamAuthType::FACE, IamResultCode::SUCCESS } }, 123 …{ static_cast<AuthType>(AuthType::FACE + 1), { IamAuthType::FACE, IamResultCode::GENERAL_ERROR } }, 124 …{ static_cast<AuthType>(AuthType::FACE - 1), { IamAuthType::FACE, IamResultCode::GENERAL_ERROR } }, 164 .authType = AuthType::FACE, in __anondee9b1720502() 197 .authType = AuthType::FACE, in __anondee9b1720602()
|
/base/security/huks/services/huks_standard/huks_engine/main/core_dependency/src/ |
D | hks_core_useriam_wrap.cpp | 35 case AuthType::FACE: in ConvertToHksAuthType()
|
/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/ |
D | UserAuthIcon.ets | 103 …if (authTypes.includes(userAuth.UserAuthType.FACE) && (!authTypes.includes(userAuth.UserAuthType.F… 109 …if ((!authTypes.includes(userAuth.UserAuthType.FACE)) && authTypes.includes(userAuth.UserAuthType.… 115 …if (authTypes.includes(userAuth.UserAuthType.FACE) && authTypes.includes(userAuth.UserAuthType.FIN… 121 …if (authTypes.includes(userAuth.UserAuthType.FACE) && authTypes.includes(userAuth.UserAuthType.FIN… 141 if (this.checkAuthTypeSupported(userAuth.UserAuthType.FACE, authTrustLevel)) {
|
/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/inc/ |
D | auth_instance_v9.h | 48 AuthType authType_ = FACE;
|
/base/useriam/user_auth_framework/user_auth_icon/ |
D | README_ZH.md | 58 authType: [userAuth.UserAuthType.FACE, userAuth.UserAuthType.PIN],
|
/base/useriam/user_auth_framework/interfaces/inner_api/ |
D | iam_common_defines.h | 47 FACE = 2, enumerator
|
/base/useriam/user_auth_framework/services/core/src/ |
D | template_cache_manager.cpp | 221 UpdateTemplateCache(FACE); in ProcessUserIdChange() 233 if (authType != FACE && authType != FINGERPRINT) { in UpdateTemplateCache()
|