Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver.cpp30 …t std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hdiConfig_(hdiConfig) in Driver()
43 IF_FALSE_LOGE_AND_RETURN(hdiConfig_.driver != nullptr); in OnHdiConnect()
44 hdiConfig_.driver->GetExecutorList(executorHdiList); in OnHdiConnect()
58 … auto executor = Common::MakeShared<Executor>(executorMgrWrapper, executorHdi, hdiConfig_.id); in OnHdiConnect()
84 IF_FALSE_LOGE_AND_RETURN(hdiConfig_.driver != nullptr); in OnHdiDisconnect()
85 hdiConfig_.driver->OnHdiDisconnect(); in OnHdiDisconnect()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Ddriver.h42 HdiConfig hdiConfig_; variable