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/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp52 …Data(uint64_t scheduleId, const std::vector<uint8_t> &algoParameter, uint64_t authSubType) override in OnGetData()
59 …OnGetDataV1_1(uint64_t scheduleId, const std::vector<uint8_t> &algoParameter, uint64_t authSubType, in OnGetDataV1_1()
167 uint64_t authSubType = parcel.ReadUint64(); in FuzzOnSetData() local
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dexecutor_message.h34 uint64_t authSubType; member
/drivers/peripheral/user_auth/test/unittest/co_auth/
Dexecutor_message_test.cpp288 constexpr uint64_t authSubType = 0; variable
334 constexpr uint64_t authSubType = 0; variable
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dexecutor_impl.cpp329 int32_t ExecutorImpl::OnSetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_… in OnSetData()