Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dpin_auth_interface_service.cpp57 sptr<HdiIAllInOneExecutor> allInOneImpl(new (std::nothrow) AllInOneImpl(pinHdi)); in GetExecutorList() local
58 if (allInOneImpl == nullptr) { in GetExecutorList()
62 allInOneExecutors.push_back(allInOneImpl); in GetExecutorList()