Home
last modified time | relevance | path

Searched refs:PIN_SIX (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_client_impl.cpp64 userId, para.authType, para.pinType.value_or(PIN_SIX)); in AddCredential()
86 credPara.pinType = para.pinType.value_or(PIN_SIX); in AddCredential()
95 userId, para.authType, para.pinType.value_or(PIN_SIX)); in UpdateCredential()
117 credPara.pinType = para.pinType.value_or(PIN_SIX); in UpdateCredential()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/userauth/
H A D_hdf_user_auth_v10.md49 | [PinSubType](#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_MIX = 10002 } | 口令认证子类…
133 | PIN_SIX | |
H A D_hdf_user_auth_v12.md54 | [PinSubType](#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_MIX = 10002 } | 口令认证子类…
138 | PIN_SIX | 六位口令密码。 |
H A D_user_auth_types_8idl_v10.md42 | [PinSubType](_hdf_user_auth_v10.md#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_M…
H A D_user_auth_types_8idl_v12.md47 | [PinSubType](_hdf_user_auth_v12.md#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_M…
/ohos5.0/docs/zh-cn/application-dev/basic-services/account/
H A Dmanage-os-account-credential.md24 | PIN_SIX | 10000 | 表示6位凭证。 |
98 credSubType: osAccount.AuthSubType.PIN_SIX,
230 credSubType: osAccount.AuthSubType.PIN_SIX,
H A Dmanage-application-account.md72 let credentialType: string = 'PIN_SIX';
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h63 PIN_SIX = 10000, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Denrollment.h35 PinSubType pinType {PIN_SIX};
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Duser_idm_interface.h32 PinSubType pinType {PIN_SIX};
/ohos5.0/docs/en/application-dev/basic-services/account/
H A Dmanage-os-account-credential.md24 | PIN_SIX | 10000 | Six-digit PIN. |
98 credSubType: osAccount.AuthSubType.PIN_SIX,
230 credSubType: osAccount.AuthSubType.PIN_SIX,
H A Dmanage-application-account.md72 let credentialType: string = 'PIN_SIX';
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcredential_info_test.cpp162 .authSubType = PIN_SIX,
H A Duser_idm_service_test.cpp293 testCredPara.pinType = PIN_SIX;
305 testCredPara.pinType = PIN_SIX;
389 testCredPara.pinType = PIN_SIX;
427 testCredPara.pinType = PIN_SIX;
451 testCredPara.pinType = PIN_SIX;
H A Duser_idm_stub_test.cpp256 testCredPara.pinType = PIN_SIX;
313 testCredPara.pinType = PIN_SIX;
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_service_test.cpp102 CredentialInfo info1 = {PIN, PIN_SIX, 10, 20};
H A Duser_idm_callback_proxy_test.cpp117 CredentialInfo info1 = {PIN, PIN_SIX, 10, 20};
H A Duser_idm_proxy_test.cpp166 testCredPara.pinType = PIN_SIX;
202 testCredPara.pinType = PIN_SIX;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/cpp_target/user_auth/v1_0/
H A Duser_auth_types.h.txt76 PIN_SIX = 10000,
/ohos5.0/drivers/interface/user_auth/v1_0/
H A DUserAuthTypes.idl94 PIN_SIX = 10000, /**< Six digit pin. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/
H A Ddump.txt130 PIN_SIX = 10000,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/
H A DUserAuthTypes.idl94 PIN_SIX = 10000, /**< Six digit pin. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/foo/user_auth/v1_0/
H A DUserAuthTypes.idl94 PIN_SIX = 10000, /**< Six digit pin. */
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_json.cpp213 pinSubTypeMap.emplace(std::make_pair(PinSubType::PIN_SIX, PIN_SUB_TYPE_SIX)); in PinSubType2Str()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_2/cpp_target/user_auth/v1_2/
H A Duser_auth_types.h.txt77 PIN_SIX = 10000,

12