Searched refs:screenController (Results 1 – 1 of 1) sorted by relevance
30 AbstractScreen::AbstractScreen(sptr<AbstractScreenController> screenController, const std::string& … in AbstractScreen() argument31 ScreenId rsId) : dmsId_(dmsId), rsId_(rsId), screenController_(screenController) in AbstractScreen()492 AbstractScreenGroup::AbstractScreenGroup(sptr<AbstractScreenController> screenController, ScreenId … in AbstractScreenGroup() argument493 …std::string name, ScreenCombination combination) : AbstractScreen(screenController, name, dmsId, r… in AbstractScreenGroup()