Home
last modified time | relevance | path

Searched refs:AllInOneImpl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp39 AllInOneImpl::AllInOneImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi) in AllInOneImpl() function in OHOS::HDI::PinAuth::AllInOneImpl
46 AllInOneImpl::~AllInOneImpl() in ~AllInOneImpl()
51 int32_t AllInOneImpl::GetExecutorInfo(HdiExecutorInfo &info) in GetExecutorInfo()
73 int32_t AllInOneImpl::OnRegisterFinish(const std::vector<uint64_t> &templateIdList, in OnRegisterFinish()
100 int32_t AllInOneImpl::EnrollInner(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in EnrollInner()
127 int32_t AllInOneImpl::Enroll(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Enroll()
296 int32_t AllInOneImpl::Delete(uint64_t templateId) in Delete()
312 int32_t AllInOneImpl::Cancel(uint64_t scheduleId) in Cancel()
324 int32_t AllInOneImpl::GetProperty( in GetProperty()
359 bool AllInOneImpl::ScheduleList::AddScheduleInfo(const ScheduleInfo &scheduleInfo) in AddScheduleInfo()
[all …]
H A Dpin_auth_interface_service.cpp57 sptr<HdiIAllInOneExecutor> allInOneImpl(new (std::nothrow) AllInOneImpl(pinHdi)); in GetExecutorList()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp57 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(nullptr);
107 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dall_in_one_impl.h32 class AllInOneImpl : public HdiIAllInOneExecutor, public NoCopyable {
34 explicit AllInOneImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);
35 ~AllInOneImpl() override;
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthexecutorstub_fuzzer/
H A Dpin_auth_executor_stub_fuzzer.cpp46 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi); in PinAuthExecutorStubFuzzTest()
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp77 AllInOneImpl g_executorImpl(make_shared<OHOS::UserIam::PinAuth::PinAuth>());