Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/addcredentialstub_fuzzer/
H A Daddcredentialstub_fuzzer.cpp55 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in AddCredentialStubFuzzTest()
70 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in AddCredentialStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount_stub/updatecredentialstub_fuzzer/
H A Dupdatecredentialstub_fuzzer.cpp53 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in UpdateCredentialStubFuzzTest()
67 PinSubType pin = pinType.value_or(PinSubType::PIN_MAX); in UpdateCredentialStubFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/addcredential_fuzzer/
H A Daddcredential_fuzzer.cpp47 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in AddCredentialFuzzTest()
/ohos5.0/base/account/os_account/test/fuzztest/iamaccount/updatecredential_fuzzer/
H A Dupdatecredential_fuzzer.cpp46 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in UpdateCredentialFuzzTest()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h75 PIN_MAX, enumerator
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Denrollment_impl.h67 PinSubType pinSubType_ {PinSubType::PIN_MAX};
H A Dschedule_node_helper.cpp89 ->SetPinSubType(para.pinSubType.value_or(PinSubType::PIN_MAX)) in ScheduleInfoToScheduleNode()
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_client_callback_proxy.cpp119 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo()
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp82 … SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in AddCredential()
107 … SetAuthSubType(userId, static_cast<int32_t>(credInfo.pinType.value_or(PinSubType::PIN_MAX))); in UpdateCredential()
H A Daccount_iam_mgr_proxy.cpp121 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_client.cpp250 case PinSubType::PIN_MAX: in SetPinSubType()
H A Dwidget_json.cpp218 pinSubTypeMap.emplace(std::make_pair(PinSubType::PIN_MAX, PIN_SUB_TYPE_MAX)); in PinSubType2Str()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp142 EXPECT_EQ(PinSubType2Str(PinSubType::PIN_MAX), "PIN_MAX");
H A Dwidget_client_test.cpp421 WidgetClient::Instance().SetPinSubType(PinSubType::PIN_MAX);
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp269 PinSubType pinType = item.pinType.value_or(PinSubType::PIN_MAX); in CreateCredInfoArray()
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp822 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX);