Home
last modified time | relevance | path

Searched refs:FACE (Results 1 – 25 of 50) sorted by relevance

12

/base/useriam/user_auth_framework/test/unittest/services/src/
Dschedule_node_test.cpp58 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 …]
Dauthentication_impl_test.cpp71 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 …]
Didentification_impl_test.cpp65 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);
Dschedule_node_helper_test.cpp60 scheduleInfo.authType = HdiAuthType::FACE;
84 auto resourceNode1 = MockResourceNode::CreateWithExecuteIndex(60, FACE, executorRole[0]);
86 auto resourceNode2 = MockResourceNode::CreateWithExecuteIndex(90, FACE, executorRole[1]);
Denrollment_impl_test.cpp65 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);
Dauth_widget_helper_test.cpp61 authParam.authTypes.push_back(FACE);
78 authParam.authTypes.push_back(FACE);
96 authTypeList.push_back(FACE);
Dwidget_schedule_node_impl_test.cpp81 …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…
Duser_auth_service_test.cpp62 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 …]
Duser_auth_stub_test.cpp64 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));
Dwidget_context_test.cpp281 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/
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) &&
122 if (this.checkAuthTypeSupported(userAuth.UserAuthType.FACE, u)) {
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_idm_callback_service_test.cpp103 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}};
Duser_idm_callback_proxy_test.cpp96 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}};
Duser_auth_event_listener_stub_test.cpp60 AuthType testAuthType = FACE;
Duser_auth_proxy_test.cpp53 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);
Duser_auth_client_test.cpp46 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/
Duser_iam_define.h27 FACE = 2, enumerator
Duser_idm_client.cpp79 struct EnrolledInfo faceInfo = { FACE, g_enrolledForFace }; in ConstructSecUserInfo()
/base/useriam/face_auth/test/unittest/
Dface_auth_all_in_one_executor_hdi_unit_test.cpp85 .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/
Dhks_core_useriam_wrap.cpp35 case AuthType::FACE: in ConvertToHksAuthType()
/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/
DUserAuthIcon.ets103 …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/
Dauth_instance_v9.h48 AuthType authType_ = FACE;
/base/useriam/user_auth_framework/user_auth_icon/
DREADME_ZH.md58 authType: [userAuth.UserAuthType.FACE, userAuth.UserAuthType.PIN],
/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h47 FACE = 2, enumerator
/base/useriam/user_auth_framework/services/core/src/
Dtemplate_cache_manager.cpp221 UpdateTemplateCache(FACE); in ProcessUserIdChange()
233 if (authType != FACE && authType != FINGERPRINT) { in UpdateTemplateCache()

12