/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_idm_client_impl.cpp | 64 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.md | 49 | [PinSubType](#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_MIX = 10002 } | 口令认证子类… 133 | PIN_SIX | |
|
H A D | _hdf_user_auth_v12.md | 54 | [PinSubType](#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_MIX = 10002 } | 口令认证子类… 138 | PIN_SIX | 六位口令密码。 |
|
H A D | _user_auth_types_8idl_v10.md | 42 | [PinSubType](_hdf_user_auth_v10.md#pinsubtype) : int { PIN_SIX = 10000, PIN_NUMBER = 10001, PIN_M…
|
H A D | _user_auth_types_8idl_v12.md | 47 | [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 D | manage-os-account-credential.md | 24 | PIN_SIX | 10000 | 表示6位凭证。 | 98 credSubType: osAccount.AuthSubType.PIN_SIX, 230 credSubType: osAccount.AuthSubType.PIN_SIX,
|
H A D | manage-application-account.md | 72 let credentialType: string = 'PIN_SIX';
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/ |
H A D | iam_common_defines.h | 63 PIN_SIX = 10000, enumerator
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | enrollment.h | 35 PinSubType pinType {PIN_SIX};
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | user_idm_interface.h | 32 PinSubType pinType {PIN_SIX};
|
/ohos5.0/docs/en/application-dev/basic-services/account/ |
H A D | manage-os-account-credential.md | 24 | PIN_SIX | 10000 | Six-digit PIN. | 98 credSubType: osAccount.AuthSubType.PIN_SIX, 230 credSubType: osAccount.AuthSubType.PIN_SIX,
|
H A D | manage-application-account.md | 72 let credentialType: string = 'PIN_SIX';
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | credential_info_test.cpp | 162 .authSubType = PIN_SIX,
|
H A D | user_idm_service_test.cpp | 293 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 D | user_idm_stub_test.cpp | 256 testCredPara.pinType = PIN_SIX; 313 testCredPara.pinType = PIN_SIX;
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_idm_callback_service_test.cpp | 102 CredentialInfo info1 = {PIN, PIN_SIX, 10, 20};
|
H A D | user_idm_callback_proxy_test.cpp | 117 CredentialInfo info1 = {PIN, PIN_SIX, 10, 20};
|
H A D | user_idm_proxy_test.cpp | 166 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 D | user_auth_types.h.txt | 76 PIN_SIX = 10000,
|
/ohos5.0/drivers/interface/user_auth/v1_0/ |
H A D | UserAuthTypes.idl | 94 PIN_SIX = 10000, /**< Six digit pin. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/dump_ast_target/ |
H A D | dump.txt | 130 PIN_SIX = 10000,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/ |
H A D | UserAuthTypes.idl | 94 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 D | UserAuthTypes.idl | 94 PIN_SIX = 10000, /**< Six digit pin. */
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | widget_json.cpp | 213 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 D | user_auth_types.h.txt | 77 PIN_SIX = 10000,
|