/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | credential_info_test.cpp | 46 .authType = static_cast<HdiAuthType>(4), 63 .authType = static_cast<HdiAuthType>(4), 79 .authType = static_cast<HdiAuthType>(4), 95 .authType = static_cast<HdiAuthType>(4), 111 .authType = static_cast<HdiAuthType>(4), 116 HdiAuthType ret = static_cast<HdiAuthType>(CredentialInfoImpl.GetAuthType()); 127 .authType = static_cast<HdiAuthType>(4), 143 .authType = static_cast<HdiAuthType>(4), 159 .authType = static_cast<HdiAuthType>(4),
|
H A D | user_idm_database_test.cpp | 62 .authType = static_cast<HdiAuthType>(2), in __anon5438c4200102() 108 .authType = static_cast<HdiAuthType>(1), in __anon5438c4200302() 113 .authType = static_cast<HdiAuthType>(2), in __anon5438c4200302() 149 HdiAuthType authType = HdiAuthType::PIN; 157 .authType = static_cast<HdiAuthType>(1), in __anon5438c4200402() 166 .authType = static_cast<HdiAuthType>(1), in __anon5438c4200402() 229 info.authType = static_cast<HdiAuthType>(1); in __anon5438c4200502() 279 info.authType = static_cast<HdiAuthType>(1); in __anon5438c4200602() 328 info.authType = static_cast<HdiAuthType>(1); in __anon5438c4200702()
|
H A D | enrolled_info_test.cpp | 46 .authType = static_cast<HdiAuthType>(1), 58 .authType = static_cast<HdiAuthType>(1), 70 .authType = static_cast<HdiAuthType>(1),
|
H A D | user_auth_service_test_part01.cpp | 78 .authType = static_cast<HdiAuthType>(1), in __anon424fe9cb0102() 160 .authType = static_cast<HdiAuthType>(1), in __anon424fe9cb0202() 205 .authType = static_cast<HdiAuthType>(1), in __anon424fe9cb0302() 254 .authType = static_cast<HdiAuthType>(2), in __anon424fe9cb0402()
|
H A D | user_idm_service_test.cpp | 180 .authType = static_cast<HdiAuthType>(1), in __anone7116c9c0202() 214 .authType = static_cast<HdiAuthType>(2), in __anone7116c9c0302() 268 .authType = static_cast<HdiAuthType>(1), in __anone7116c9c0402() 345 info.authType = HdiAuthType::FACE; in MockForAddCredentialHdi() 475 .authType = static_cast<HdiAuthType>(2), in __anone7116c9c0d02() 603 .authType = static_cast<HdiAuthType>(1), in MockForDelUserHdi() 616 info.authType = static_cast<HdiAuthType>(testAuthType); in MockForDelUserHdi() 734 info.authType = static_cast<HdiAuthType>(1); in __anone7116c9c1802() 813 info.authType = static_cast<HdiAuthType>(1); in __anone7116c9c1c02() 845 .authType = static_cast<HdiAuthType>(1), in __anone7116c9c1d02() [all …]
|
H A D | enrollment_impl_test.cpp | 131 .authType = static_cast<HdiAuthType>(0), in __anonc2056a850102() 207 info.authType = HdiAuthType::FACE; in __anonc2056a850202() 254 .authType = static_cast<HdiAuthType>(1), in __anonc2056a850302()
|
H A D | schedule_node_helper_test.cpp | 60 scheduleInfo.authType = HdiAuthType::FACE;
|
H A D | user_auth_service_test.cpp | 299 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb40502() 472 scheduleInfo.authType = HdiAuthType::FACE; in MockForUserAuthHdi() 700 scheduleInfo.authType = HdiAuthType::FACE; in MockForIdentifyHdi() 1214 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb41102() 1257 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb41202() 1308 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb41402() 1360 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb41602() 1411 .authType = static_cast<HdiAuthType>(1), in __anon4ff6fdb41802() 1460 .authType = static_cast<HdiAuthType>(0), in __anon4ff6fdb41a02() 1509 .authType = static_cast<HdiAuthType>(0), in __anon4ff6fdb41c02() [all …]
|
H A D | authentication_impl_test.cpp | 115 scheduleInfo.authType = HdiAuthType::FACE; in __anonbae66ea50102() 270 scheduleInfo.authType = HdiAuthType::FACE; in __anonbae66ea50402()
|
H A D | identification_impl_test.cpp | 135 scheduleInfo.authType = HdiAuthType::FACE; in __anonbb7b1a0f0202()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/ |
H A D | pin_auth_hdi.h | 37 using HdiAuthType = OHOS::HDI::PinAuth::V2_1::AuthType; variable
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | identification_impl.cpp | 81 …hdi->BeginIdentification(contextId_, static_cast<HdiAuthType>(authType_), challenge_, executorInde… in Start()
|
H A D | user_idm_database_impl.cpp | 79 int32_t ret = hdi->GetCredential(userId, static_cast<HdiAuthType>(authType), hdiInfos); in GetCredentialInfo()
|
H A D | enrollment_impl.cpp | 113 .authType = static_cast<HdiAuthType>(enrollPara_.authType), in Start()
|
H A D | resource_node_impl.cpp | 208 .authType = static_cast<HdiAuthType>(info_.authType), in AddToDriver()
|
/ohos5.0/base/useriam/user_auth_framework/services/base/inc/ |
H A D | user_auth_hdi.h | 28 using HdiAuthType = OHOS::HDI::UserAuth::V3_0::AuthType; variable
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/interface/ |
H A D | user_auth_hdi.h | 29 using HdiAuthType = OHOS::HDI::UserAuth::V3_0::AuthType; variable
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 51 executorInfo.authType = HdiAuthType::PIN; in GetExecutorInfo()
|
H A D | collector_impl.cpp | 50 executorInfo.authType = HdiAuthType::PIN; in GetExecutorInfo()
|
H A D | all_in_one_impl.cpp | 61 info.authType = HdiAuthType::PIN; in GetExecutorInfo()
|
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/ |
H A D | pin_auth_hdi_fuzzer.cpp | 84 executorInfo.authType = static_cast<HdiAuthType>(parcel.ReadInt32()); in FillFuzzExecutorInfo()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 215 unlockParam.authTypes.emplace_back(static_cast<HdiAuthType>(type)); in CheckReuseUnlockResult()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-pinauth-des.md | 343 info.authType = HdiAuthType::PIN;
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 1252 …int32_t result = hdi->GetEnrolledState(userId, static_cast<HdiAuthType>(authType), hdiEnrolledStat… in GetEnrolledState()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-pinauth-des.md | 343 info.authType = HdiAuthType::PIN;
|