Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h61 PIN_MAX, enumerator
/base/account/os_account/test/fuzztest/iamaccount_stub/updatecredentialstub_fuzzer/
Dupdatecredentialstub_fuzzer.cpp69 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in UpdateCredentialStubFuzzTest()
/base/account/os_account/test/fuzztest/iamaccount_stub/addcredentialstub_fuzzer/
Daddcredentialstub_fuzzer.cpp70 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in AddCredentialStubFuzzTest()
/base/useriam/user_auth_framework/services/core/src/
Denrollment_impl.h61 PinSubType pinSubType_ {PinSubType::PIN_MAX};
Dschedule_node_helper.cpp81 ->SetPinSubType(para.pinSubType.value_or(PinSubType::PIN_MAX)) in ScheduleInfoToScheduleNode()
/base/account/os_account/services/accountmgr/src/account_iam/
Daccount_iam_client_callback_proxy.cpp119 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo()
/base/useriam/user_auth_framework/services/context/src/
Dwidget_client.cpp210 case PinSubType::PIN_MAX: in SetPinSubType()
Dwidget_json.cpp113 pinSubTypeMap.emplace(std::make_pair(PinSubType::PIN_MAX, PIN_SUB_TYPE_MAX)); in PinSubType2Str()
/base/account/os_account/frameworks/account_iam/src/
Daccount_iam_client.cpp78 … SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in AddCredential()
102 … SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in UpdateCredential()
Daccount_iam_mgr_proxy.cpp120 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential()
/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_json_test.cpp142 EXPECT_EQ(PinSubType2Str(PinSubType::PIN_MAX), "PIN_MAX");
Dwidget_client_test.cpp420 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_MAX);
/base/account/os_account/frameworks/account_iam/test/unittest/src/
Daccount_iam_client_test.cpp653 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX);
/base/account/os_account/interfaces/kits/napi/account_iam/src/
Dnapi_account_iam_common.cpp252 PinSubType pinType = item.pinType.value_or(PinSubType::PIN_MAX); in CreateCredInfoArray()