Home
last modified time | relevance | path

Searched refs:HdiIAllInOneExecutor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dpin_auth_interface_service.cpp45 int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<HdiIAllInOneExecutor>>& allInOneE… in GetExecutorList()
57 sptr<HdiIAllInOneExecutor> allInOneImpl(new (std::nothrow) AllInOneImpl(pinHdi)); in GetExecutorList()
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfaceservice_fuzzer/
H A Dpin_auth_interface_service_fuzzer.cpp36 std::vector<sptr<HdiIAllInOneExecutor>> allInOneExecutors; in FuzzGetExecutorList()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dpin_auth_hdi.h32 using HdiIAllInOneExecutor = OHOS::HDI::PinAuth::V2_1::IAllInOneExecutor; variable
H A Dall_in_one_impl.h32 class AllInOneImpl : public HdiIAllInOneExecutor, public NoCopyable {