Home
last modified time | relevance | path

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

/foundation/windowmanager/dmserver/include/
Dabstract_screen.h38 …AbstractScreen(sptr<AbstractScreenController>, const std::string& name, ScreenId dmsId, ScreenId r…
81 …AbstractScreenGroup(sptr<AbstractScreenController>, ScreenId dmsId, ScreenId rsId, std::string nam…
/foundation/windowmanager/dmserver/src/
Dabstract_screen.cpp29 …actScreen(sptr<AbstractScreenController> screenController, const std::string& name, ScreenId dmsId, in AbstractScreen() argument
30 ScreenId rsId) : name_(name), dmsId_(dmsId), rsId_(rsId), screenController_(screenController) in AbstractScreen()
249 …AbstractScreenGroup(sptr<AbstractScreenController> screenController, ScreenId dmsId, ScreenId rsId, in AbstractScreenGroup() argument
250 …std::string name, ScreenCombination combination) : AbstractScreen(screenController, name, dmsId, r… in AbstractScreenGroup()