Home
last modified time | relevance | path

Searched defs:templateIdList (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp60 int32_t AllInOneExecutorImpl::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
90 …llInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate()
129 int32_t AllInOneExecutorImpl::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
192const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes, Property &… in GetProperty()
200 int32_t AllInOneExecutorImpl::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp59 int32_t AllInOneExecutorImpl::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
89 …llInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate()
129 int32_t AllInOneExecutorImpl::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
192const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &propertyTypes, Property &… in GetProperty()
200 int32_t AllInOneExecutorImpl::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_test.cpp55 std::vector<uint64_t> templateIdList {}; variable
71 std::vector<uint64_t> templateIdList {}; variable
102 std::vector<uint64_t> templateIdList {}; variable
122 std::vector<uint64_t> templateIdList; variable
148 std::vector<uint64_t> templateIdList; variable
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Diauth_executor_hdi_test.cpp74 ResultCode IAuthExecutorHdiMock::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
97 std::vector<uint64_t> templateIdList = {}; variable
165 std::vector<uint64_t> templateIdList = {1, 2, 3}; variable
181 std::vector<uint64_t> templateIdList = {0, 1, 2}; variable
190 std::vector<uint64_t> templateIdList = {0, 1, 2}; variable
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp53 ResultCode IAuthExecutorHdi::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
66 ResultCode IAuthExecutorHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty()
73 ResultCode IAuthExecutorHdi::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp61 int32_t OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
75 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate()
89 int32_t Delete(const std::vector<uint64_t> &templateIdList) in Delete()
114 …int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &prope… in GetProperty()
122 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
270 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
298 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
326 std::vector<uint64_t> templateIdList; in FuzzDelete() local
355 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
367 std::vector<uint64_t> templateIdList; in FuzzSetCachedTemplates() local
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp58 int32_t OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
72 …int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAft… in Authenticate()
86 int32_t Delete(const std::vector<uint64_t> &templateIdList) in Delete()
111 …int32_t GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<int32_t> &prope… in GetProperty()
119 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
267 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
295 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
323 std::vector<uint64_t> templateIdList; in FuzzDelete() local
352 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
364 std::vector<uint64_t> templateIdList; in FuzzSetCachedTemplates() local
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_all_in_one_hdi_unit_test.cpp239 const std::vector<uint8_t> &extraInfo) { return pair.first; }); in __anon04c73eb60702()
330 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon04c73eb60a02()
336 const std::vector<uint64_t> templateIdList = {1, 2}; variable
381 const std::vector<uint64_t> templateIdList = {1, 2}; variable
436 std::vector<uint64_t> templateIdList; variable
448 std::vector<uint64_t> templateIdList; variable
462 const std::vector<int32_t> &propertyTypes, Property &property) { in __anon04c73eb60d02()
466 std::vector<uint64_t> templateIdList; variable
482 std::vector<uint64_t> templateIdList; variable
H A Dpin_auth_verifier_hdi_unit_test.cpp239 const std::vector<uint8_t> &extraInfo) { return pair.first; }); in __anon22e5e7820702()
261 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon22e5e7820802()
266 const std::vector<uint64_t> templateIdList = {1, 2}; variable
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthallinonehdi_fuzzer/
H A Dpin_auth_all_in_one_hdi_fuzzer.cpp69 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
111 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
143 std::vector<uint64_t> templateIdList; in FuzzDelete() local
163 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dface_auth_all_in_one_executor_hdi_unit_test.cpp232 const std::vector<uint8_t> &extraInfo) { return pair.first; }); in __anon39d8fe9d0802()
260 const std::vector<uint8_t> &extraInfo) { return HDF_SUCCESS; }); in __anon39d8fe9d0a02()
316 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon39d8fe9d0d02()
389 .WillOnce([&pair](const std::vector<uint64_t> &templateIdList) { return pair.first; }); in __anon39d8fe9d0f02()
521 std::vector<uint64_t> templateIdList; variable
534 std::vector<uint64_t> templateIdList; variable
549 Property &property) { return pair.first; }); in __anon39d8fe9d1302()
552 std::vector<uint64_t> templateIdList; variable
567 std::vector<uint64_t> templateIdList; variable
582 std::vector<uint64_t> templateIdList; variable
[all …]
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/
H A Dfingerprint_auth_all_in_one_executor_hdi_unit_test.cpp234 const std::vector<uint8_t> &extraInfo) { return pair.first; }); in __anon1c0fbb0f0802()
262 const std::vector<uint8_t> &extraInfo) { return HDF_SUCCESS; }); in __anon1c0fbb0f0a02()
318 const sptr<IExecutorCallback> &callbackObj) { return pair.first; }); in __anon1c0fbb0f0d02()
391 .WillOnce([&pair](const std::vector<uint64_t> &templateIdList) { return pair.first; }); in __anon1c0fbb0f0f02()
523 std::vector<uint64_t> templateIdList; variable
536 std::vector<uint64_t> templateIdList; variable
551 Property &property) { return pair.first; }); in __anon1c0fbb0f1302()
554 std::vector<uint64_t> templateIdList; variable
569 std::vector<uint64_t> templateIdList; variable
584 std::vector<uint64_t> templateIdList; variable
[all …]
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_iall_in_one_executor_fuzzer.h35 int32_t OnRegisterFinish(const std::vector<uint64_t>& templateIdList, in OnRegisterFinish()
63 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList, in Authenticate()
74 …int32_t GetProperty(const std::vector<uint64_t>& templateIdList, const std::vector<int32_t>& prope… in GetProperty()
H A Dmock_iverifier_executor_fuzzer.h34 int32_t OnRegisterFinish(const std::vector<uint64_t>& templateIdList, in OnRegisterFinish()
50 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList, in Authenticate()
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp150 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
176 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
201 std::vector<uint64_t> templateIdList; in FuzzDelete() local
230 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
244 std::vector<uint64_t> templateIdList; in FuzzSetCachedTemplates() local
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp150 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
176 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
202 std::vector<uint64_t> templateIdList; in FuzzDelete() local
231 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
245 std::vector<uint64_t> templateIdList; in FuzzSetCachedTemplates() local
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp63 std::vector<uint64_t> templateIdList; variable
116 std::vector<uint64_t> templateIdList; variable
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthverifierhdi_fuzzer/
H A Dpin_auth_verifier_hdi_fuzzer.cpp69 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
96 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H A Duser_auth_driver_manager_fuzzer.cpp70 ResultCode OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
110 ResultCode Delete(const std::vector<uint64_t> &templateIdList) override in Delete()
138 ResultCode GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty()
153 ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override in SetCachedTemplates()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dverifier_impl.cpp63 int32_t VerifierImpl::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
169 int32_t VerifierImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate()
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_all_in_one_hdi.cpp61 …rAuth::ResultCode PinAuthAllInOneHdi::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
199 UserAuth::ResultCode PinAuthAllInOneHdi::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
233 UserAuth::ResultCode PinAuthAllInOneHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_all_in_one_executor_hdi.cpp69 …sultCode FaceAuthAllInOneExecutorHdi::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
150 IamResultCode FaceAuthAllInOneExecutorHdi::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
197 …h::ResultCode FaceAuthAllInOneExecutorHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty()
217 …ltCode FaceAuthAllInOneExecutorHdi::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp127 std::vector<uint64_t> templateIdList; in FuzzOnRegisterFinish() local
165 std::vector<uint64_t> templateIdList; in FuzzAuthenticate() local
194 std::vector<uint64_t> templateIdList; in FuzzGetProperty() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_callback_proxy_test.cpp49 std::vector<uint64_t> templateIdList; variable
77 std::vector<uint64_t> templateIdList; variable
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_all_in_one_executor_hdi.cpp69 …tCode FingerprintAllInOneExecutorHdi::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
153 IamResultCode FingerprintAllInOneExecutorHdi::Delete(const std::vector<uint64_t> &templateIdList) in Delete()
200 …ResultCode FingerprintAllInOneExecutorHdi::GetProperty(const std::vector<uint64_t> &templateIdList, in GetProperty()
220 …ode FingerprintAllInOneExecutorHdi::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates()

123