Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/frameworks/native/ipc/src/
Dsec_user_info_impl.cpp37 return PIN_SIX; in GetPinSubType()
/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h32 PIN_SIX = 10000, enumerator
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_factory.h49 PinSubType pinType {PIN_SIX};
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
Duser_idm_interface.h44 PinSubType pinType {PIN_SIX};
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_idm_client_impl.cpp81 credPara.pinType = para.pinType.value_or(PIN_SIX); in AddCredential()
110 credPara.pinType = para.pinType.value_or(PIN_SIX); in UpdateCredential()
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Duser_idm_callback_stub_test.cpp94 PinSubType subType = PIN_SIX;
Duser_idm_callback_proxy_test.cpp104 PinSubType subType = PIN_SIX;
Duser_idm_callback_service_test.cpp107 PinSubType testSubType = PIN_SIX;
Duser_idm_proxy_test.cpp166 testCredPara.pinType = PIN_SIX;
202 testCredPara.pinType = PIN_SIX;
Duser_idm_client_test.cpp198 testPara.pinType = PIN_SIX;
/base/useriam/user_auth_framework/test/unittest/services/src/
Duser_idm_service_test.cpp293 testCredPara.pinType = PIN_SIX;
305 testCredPara.pinType = PIN_SIX;
339 testCredPara.pinType = PIN_SIX;
423 testCredPara.pinType = PIN_SIX;
449 testCredPara.pinType = PIN_SIX;
Duser_idm_stub_test.cpp256 testCredPara.pinType = PIN_SIX;
313 testCredPara.pinType = PIN_SIX;
Dschedule_node_test.cpp543 builder->SetPinSubType(PIN_SIX);
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_constant.cpp54 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PinSubType::PIN_SIX), &pinSix)); in AuthSubTypeConstructor()