Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp30 AbstractScreen::AbstractScreen(sptr<AbstractScreenController> screenController, const std::string& … in AbstractScreen() argument
31 ScreenId rsId) : dmsId_(dmsId), rsId_(rsId), screenController_(screenController) in AbstractScreen()
492 AbstractScreenGroup::AbstractScreenGroup(sptr<AbstractScreenController> screenController, ScreenId … in AbstractScreenGroup() argument
493 …std::string name, ScreenCombination combination) : AbstractScreen(screenController, name, dmsId, r… in AbstractScreenGroup()