Searched refs:hdiConfig_ (Results 1 – 2 of 2) sorted by relevance
30 …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()
42 HdiConfig hdiConfig_; variable