Searched refs:PinSubType (Results 1 – 6 of 6) sorted by relevance
33 using PinSubType = OHOS::HDI::UserAuth::V1_0::PinSubType; variable
339 PinSubType pinSubType = static_cast<PinSubType>(parcel.ReadUint32()); in FuzzGetSecureInfo()
93 enum PinSubType : int {
161 * @param pinSubType Indicates the sub type of PIN authentication. See {@link PinSubType}.167 GetUserInfo([in] int userId, [out] unsigned long secureUid, [out] enum PinSubType pinSubType,
716 int32_t UserAuthInterfaceService::GetUserInfo(int32_t userId, uint64_t &secureUid, PinSubType &pinS… in GetUserInfo()729 pinSubType = static_cast<PinSubType>(pinSubTypeGet); in GetUserInfo()
1082 PinSubType subType = PinSubType::PIN_SIX;