Home
last modified time | relevance | path

Searched defs:authSubType (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
Dall_in_one_impl_test.cpp76 uint64_t authSubType = 10010; variable
135 uint64_t authSubType = 10010; variable
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dexecutor_message.h37 uint64_t authSubType; member
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dall_in_one_impl.cpp306 int32_t AllInOneImpl::EnrollPinInner(ScheduleInfo &scheduleInfo, uint64_t authSubType, const std::v… in EnrollPinInner()
327 int32_t AllInOneImpl::AuthPinInner(ScheduleInfo &scheduleInfo, uint64_t authSubType, const std::vec… in AuthPinInner()
344 int32_t AllInOneImpl::SetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t>… in SetData()
Dcollector_impl.cpp161 uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t> &data, int32_t resultCode) in SetData()
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp54 …int32_t OnGetData(const std::vector<uint8_t>& algoParameter, uint64_t authSubType, uint32_t algoVe… in OnGetData()
141 uint64_t authSubType = parcel.ReadUint64(); in FuzzSetData() local