Home
last modified time | relevance | path

Searched refs:PinSubType (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/interface/
Duser_auth_hdi.h33 using PinSubType = OHOS::HDI::UserAuth::V1_0::PinSubType; variable
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp339 PinSubType pinSubType = static_cast<PinSubType>(parcel.ReadUint32()); in FuzzGetSecureInfo()
/drivers/interface/user_auth/v1_0/
DUserAuthTypes.idl93 enum PinSubType : int {
DIUserAuthInterface.idl161 * @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,
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp716 int32_t UserAuthInterfaceService::GetUserInfo(int32_t userId, uint64_t &secureUid, PinSubType &pinS… in GetUserInfo()
729 pinSubType = static_cast<PinSubType>(pinSubTypeGet); in GetUserInfo()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp1082 PinSubType subType = PinSubType::PIN_SIX;