Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/uinttest/pin_auth/service/src/
Dexecutor_impl_test.cpp79 uint64_t authSubType = 10010; variable
136 uint64_t authSubType = 10010; variable
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dexecutor_message.h34 uint64_t authSubType; member
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp52 …int32_t OnGetData(uint64_t scheduleId, const std::vector<uint8_t> &salt, uint64_t authSubType) ove… in OnGetData()
157 uint64_t authSubType = parcel.ReadUint64(); in FuzzOnSetData() local
/drivers/peripheral/user_auth/test/unittest/co_auth/
Dexecutor_message_test.cpp286 constexpr uint64_t authSubType = 0; variable
332 constexpr uint64_t authSubType = 0; variable
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dexecutor_impl.cpp257 int32_t ExecutorImpl::OnSetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_… in OnSetData()