Searched defs:pinType (Results 1 – 10 of 10) sorted by relevance
47 std::optional<PinSubType> pinType = {fuzzData.GenerateEnmu(UserIam::UserAuth::PIN_MAX)}; in AddCredentialFuzzTest() local
46 std::optional<PinSubType> pinType = {fuzzData.GenerateEnmu(UserIam::UserAuth::PIN_MAX)}; in UpdateCredentialFuzzTest() local
61 std::optional<PinSubType> pinType = {fuzzData.GenerateEnmu(PinSubType::PIN_MAX)}; in AddCredentialStubFuzzTest() local
59 std::optional<PinSubType> pinType = {fuzzData.GenerateEnmu(PinSubType::PIN_MAX)}; in UpdateCredentialStubFuzzTest() local
126 int32_t pinType = 0; in ReadCredentialInfoList() local
122 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo() local
127 int32_t pinType = 0; in ProcOnCredentialInfo() local
121 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential() local
794 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); variable
270 PinSubType pinType = item.pinType.value_or(PinSubType::PIN_MAX); in CreateCredInfoArray() local