Home
last modified time | relevance | path

Searched defs:scheduleId (Results 1 - 25 of 36) sorted by relevance

12

/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h29 uint64_t scheduleId; member
/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/
H A Dcommon_impl.c26 Buffer *GetAuthFwkExtraInfo(uint64_t scheduleId, KeyPair *keyPair, uint8_t *challenge, uint8_t challengeSize) in GetAuthFwkExtraInfo() argument
/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H A Dsignature_operation.h29 uint64_t scheduleId; member
/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h34 uint64_t scheduleId; member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h35 uint64_t scheduleId; member
H A Dcoauth.h50 uint64_t scheduleId; member
61 uint64_t scheduleId; member
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp69 uint64_t scheduleId = 0; in HWTEST_F() local
122 uint64_t scheduleId = 0; in HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Dcontext_manager.h65 uint64_t scheduleId; member
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp90 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() argument
137 int32_t AllInOneExecutorImpl::Cancel(uint64_t scheduleId) in Cancel() argument
214 int32_t AllInOneExecutorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() argument
71 Enroll( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Enroll() argument
110 Identify( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Identify() argument
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp89 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() argument
137 int32_t AllInOneExecutorImpl::Cancel(uint64_t scheduleId) in Cancel() argument
214 int32_t AllInOneExecutorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() argument
70 Enroll( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Enroll() argument
110 Identify( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Identify() argument
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c78 ResultCode DoAllInOneAuth(uint64_t scheduleId, uint64_t templateId, in DoAllInOneAuth() argument
25 GenerateResultTlv( Buffer *retTlv, int32_t resultCode, uint64_t scheduleId, uint64_t templateId, Buffer *rootSecret) GenerateResultTlv() argument
H A Dcollector_func.c33 uint64_t scheduleId; member
117 static int32_t GetCollectInfoFromSchedule(uint64_t scheduleId, const uint8_t *extraInfo, uint32_t extraInfoSize) in GetCollectInfoFromSchedule() argument
153 static bool InitCollectorSchedule(uint64_t scheduleId) in InitCollectorSchedule() argument
165 DoCollect( uint64_t scheduleId, const uint8_t *extraInfo, uint32_t extraInfoSize, uint8_t *msg, uint32_t *msgSize) DoCollect() argument
214 CheckCurrentSchedule(uint64_t scheduleId, CollectorState state) CheckCurrentSchedule() argument
265 DoSendMessageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoParamOut *algoParam) DoSendMessageToCollector() argument
385 DoSetDataToCollector( uint64_t scheduleId, uint8_t *pinData, uint32_t pinDataSize, uint8_t *msg, uint32_t *msgSize) DoSetDataToCollector() argument
[all...]
H A Dverifier_func.c35 uint64_t scheduleId; member
118 static bool InitVerifierSchedule(uint64_t scheduleId) in InitVerifierSchedule() argument
130 static int32_t GetAuthInfoFromSchedule(uint64_t scheduleId, const uint8_t *extraInfo, uint32_t extraInfoSize) in GetAuthInfoFromSchedule() argument
285 int32_t DoVerifierAuth(uint64_t scheduleId, uint64_t templateId, VerifierMsg *verifierMsg) in DoVerifierAuth() argument
339 CheckCurrentSchedule(uint64_t scheduleId) CheckCurrentSchedule() argument
523 DoSendMessageToVerifier(uint64_t scheduleId, VerifierMsg *verifierMsg) DoSendMessageToVerifier() argument
[all...]
H A Dexecutor_func_common.c76 Attribute *GetAttributeDataBase(uint64_t scheduleId, RemotePinMsgId msgId) in GetAttributeDataBase() argument
223 static bool CheckScheduleIdOfAttribute(uint64_t scheduleId, const Attribute *data) in CheckScheduleIdOfAttribute() argument
292 int32_t CheckAttributeDataBase(const Attribute *data, uint64_t scheduleId, RemotePinMsgId msgId, uint64_t *timeStamp) in CheckAttributeDataBase() argument
239 VerifyAndGetDataAttribute( uint64_t scheduleId, Attribute **data, const Buffer *pubKey, const uint8_t *msg, uint32_t msgSize) VerifyAndGetDataAttribute() argument
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp80 bool CollectorImpl::IsCurrentSchedule(uint64_t scheduleId) in IsCurrentSchedule() argument
107 int32_t CollectorImpl::Cancel(uint64_t scheduleId) in Cancel() argument
122 int32_t CollectorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() argument
160 SetData( uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t> &data, int32_t resultCode) SetData() argument
198 Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) Collect() argument
[all...]
H A Dverifier_impl.cpp81 bool VerifierImpl::IsCurrentSchedule(uint64_t scheduleId) in IsCurrentSchedule() argument
108 int32_t VerifierImpl::Cancel(uint64_t scheduleId) in Cancel() argument
123 void VerifierImpl::HandleVerifierMsg(uint64_t scheduleId, const std::vector<uint8_t> &msg) in HandleVerifierMsg() argument
150 int32_t VerifierImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() argument
169 Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) Authenticate() argument
198 NotifyCollectorReady(uint64_t scheduleId) NotifyCollectorReady() argument
[all...]
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c45 uint64_t scheduleId; member
184 ResultCode AssociateCoauthSchedule(uint64_t scheduleId, uint32_t authType, bool isUpdate) in AssociateCoauthSchedule() argument
207 ResultCode GetEnrollScheduleInfo(uint64_t *scheduleId, uint32_t *authType) in GetEnrollScheduleInfo() argument
/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Didm_session_test.cpp31 uint64_t scheduleId; member
114 uint64_t scheduleId = 0; in HWTEST_F() local
121 uint64_t scheduleId = 0; in HWTEST_F() local
H A Denroll_specification_check_test.cpp34 uint64_t scheduleId; member
H A Duser_idm_funcs_test.cpp37 uint64_t scheduleId; member
111 uint64_t scheduleId = 0; in HWTEST_F() local
125 uint64_t scheduleId = 0; in HWTEST_F() local
146 uint64_t scheduleId = 0; in HWTEST_F() local
259 constexpr uint64_t scheduleId = 10; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Dcontext_manager_test.cpp249 uint64_t scheduleId = 10; in HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp159 static Buffer *GetDataTlvContent(uint32_t result, uint64_t scheduleId, uint64_t subType, uint64_t templatedId, in GetDataTlvContent() argument
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp163 uint64_t scheduleId = parcel.ReadUint64(); in FuzzEnroll() local
175 uint64_t scheduleId = parcel.ReadUint64(); in FuzzAuthenticate() local
189 uint64_t scheduleId = parcel.ReadUint64(); in FuzzIdentify() local
210 uint64_t scheduleId = parcel.ReadUint64(); in FuzzCancel() local
264 uint64_t scheduleId = parcel.ReadUint64(); in FuzzSendMessage() local
[all...]
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp163 uint64_t scheduleId = parcel.ReadUint64(); in FuzzEnroll() local
175 uint64_t scheduleId = parcel.ReadUint64(); in FuzzAuthenticate() local
190 uint64_t scheduleId = parcel.ReadUint64(); in FuzzIdentify() local
211 uint64_t scheduleId = parcel.ReadUint64(); in FuzzCancel() local
265 uint64_t scheduleId = parcel.ReadUint64(); in FuzzSendMessage() local
[all...]
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp140 uint64_t scheduleId = parcel.ReadUint64(); in FuzzSetData() local
152 uint64_t scheduleId = parcel.ReadUint64(); in FuzzEnroll() local
164 uint64_t scheduleId = parcel.ReadUint64(); in FuzzAuthenticate() local
186 uint64_t scheduleId = parcel.ReadUint64(); in FuzzCancel() local
207 uint64_t scheduleId = parcel.ReadUint64(); in FuzzSendMessage() local
[all...]

Completed in 10 milliseconds

12