Searched defs:pinType (Results 1 – 10 of 10) sorted by relevance
46 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in UpdateCredentialFuzzTest() local
47 … std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(UserIam::UserAuth::PIN_MAX)}; in AddCredentialFuzzTest() local
55 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in AddCredentialStubFuzzTest() local
53 std::optional<PinSubType> pinType = {fuzzData.GenerateRandomEnmu(PinSubType::PIN_MAX)}; in UpdateCredentialStubFuzzTest() local
126 int32_t pinType = 0; in ReadCredentialInfoList() local
119 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); in OnCredentialInfo() local
122 int32_t pinType = 0; in ProcOnCredentialInfo() local
121 PinSubType pinType = credInfo.pinType.value_or(PinSubType::PIN_MAX); in AddOrUpdateCredential() local
799 PinSubType pinType = info.pinType.value_or(PinSubType::PIN_MAX); variable
279 PinSubType pinType = item.pinType.value_or(PinSubType::PIN_MAX); in CreateCredInfoArray() local