Searched refs:iLightHdiConnection_ (Results 1 – 2 of 2) sorted by relevance
35 iLightHdiConnection_ = std::make_unique<HdiLightConnection>(); in ConnectHdi()42 iLightHdiConnection_ = std::make_unique<CompatibleLightConnection>(); in ConnectHdi()48 CHKPR(iLightHdiConnection_, ERROR); in ConnectHdiService()49 int32_t ret = iLightHdiConnection_->ConnectHdi(); in ConnectHdiService()55 return iLightHdiConnection_->GetLightList(lightInfoList_); in ConnectHdiService()67 CHKPR(iLightHdiConnection_, ERROR); in TurnOn()68 int32_t ret = iLightHdiConnection_->TurnOn(lightId, color, animation); in TurnOn()78 CHKPR(iLightHdiConnection_, ERROR); in TurnOff()79 int32_t ret = iLightHdiConnection_->TurnOff(lightId); in TurnOff()89 CHKPR(iLightHdiConnection_, ERROR); in DestroyHdiConnection()[all …]
39 std::unique_ptr<ILightHdiConnection> iLightHdiConnection_; variable