Searched refs:AllInOneImpl (Results 1 – 6 of 6) sorted by relevance
39 AllInOneImpl::AllInOneImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi) in AllInOneImpl() function in OHOS::HDI::PinAuth::AllInOneImpl46 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 …]
57 sptr<HdiIAllInOneExecutor> allInOneImpl(new (std::nothrow) AllInOneImpl(pinHdi)); in GetExecutorList()
57 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(nullptr);107 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi);
32 class AllInOneImpl : public HdiIAllInOneExecutor, public NoCopyable {34 explicit AllInOneImpl(std::shared_ptr<OHOS::UserIam::PinAuth::PinAuth> pinHdi);35 ~AllInOneImpl() override;
46 AllInOneImpl *impl = new (std::nothrow) AllInOneImpl(pinHdi); in PinAuthExecutorStubFuzzTest()
77 AllInOneImpl g_executorImpl(make_shared<OHOS::UserIam::PinAuth::PinAuth>());