Searched refs:PRIVATE_PIN (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 44 if (authType == AuthType::PIN || authType == AuthType::PRIVATE_PIN) { in InitWidgetContextParam() 96 if (authType == AuthType::PIN || authType == AuthType::PRIVATE_PIN) { in GetUserAuthProfile() 116 if (authType == AuthType::PIN || authType == AuthType::PRIVATE_PIN) { in ParseAttributes()
|
H A D | widget_json.cpp | 151 authType = AuthType::PRIVATE_PIN; in Str2AuthType() 178 case AuthType::PRIVATE_PIN: { in AuthType2Str()
|
H A D | simple_auth_context.cpp | 41 if (scheduleNode->GetAuthType() != PRIVATE_PIN) { in GetPropertyTemplateIds()
|
H A D | widget_context.cpp | 560 it = para_.authProfileMap.find(AuthType::PRIVATE_PIN); in BuildStartPinSubType()
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_executor_hdi_common.cpp | 31 {AuthType::PRIVATE_PIN, UserAuth::AuthType::PRIVATE_PIN}, in ConvertAuthType()
|
H A D | pin_auth_all_in_one_hdi.cpp | 308 case AuthType::PRIVATE_PIN: in SetAuthType()
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | iam_common_defines.h | 55 PRIVATE_PIN = 16, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 839 (type != AuthType::PRIVATE_PIN)) { in CheckAuthWidgetType() 854 } else if (iter == AuthType::PRIVATE_PIN) { in CheckAuthWidgetType() 885 if (iter == AuthType::PRIVATE_PIN) { in CheckPrivatePinEnroll() 916 if (iter == AuthType::PRIVATE_PIN) { in CheckCallerPermissionForPrivatePin() 1070 if (iter == AuthType::PRIVATE_PIN) { in ProcessPinExpired() 1077 validType.emplace_back(AuthType::PRIVATE_PIN); in ProcessPinExpired() 1272 iter != AuthType::PRIVATE_PIN) { in CheckAuthTypeIsValid()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-user-authentication-kit/ |
H A D | js-apis-useriam-userauth-sys.md | 309 | PRIVATE_PIN<sup>14+</sup> | 16 | 隐私口令。 | 326 authType: [userAuth.UserAuthType.PRIVATE_PIN],
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_callback_v10.cpp | 143 authType == AuthType::PRIVATE_PIN) { in DoResultCallback()
|
H A D | user_auth_napi_helper.cpp | 601 authType != AuthType::FINGERPRINT && authType != AuthType::PRIVATE_PIN) { in CheckUserAuthType()
|
H A D | user_auth_entry.cpp | 868 NAPI_CALL(env, napi_create_int32(env, AuthType::PRIVATE_PIN, &privatePin)); in UserAuthTypeConstructor()
|
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/ |
H A D | js-apis-useriam-userauth-sys.md | 309 | PRIVATE_PIN<sup>14+</sup> | 16 | Privacy password.| 326 authType: [userAuth.UserAuthType.PRIVATE_PIN],
|
/ohos5.0/drivers/interface/pin_auth/v2_1/ |
H A D | PinAuthTypes.idl | 60 PRIVATE_PIN = 16,
|
/ohos5.0/drivers/interface/user_auth/v3_0/ |
H A D | UserAuthTypes.idl | 58 PRIVATE_PIN = 16,
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_constant.cpp | 39 … NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(AuthType::PRIVATE_PIN), &privatePin)); in AuthTypeConstructor()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_callback.cpp | 147 if ((authType_ == AuthType::PRIVATE_PIN) || (authIntent_ == AuthIntent::QUESTION_AUTH)) { in OnResult()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-osAccount-sys.md | 2403 credInfo = await userIDM.getAuthInfo(osAccount.AuthType.PRIVATE_PIN); 5513 | PRIVATE_PIN<sup>14+</sup> | 16 | 表示隐私PIN类型。 |
|