Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp37 const std::string ARG_DUMP_DISPLAY = "-d"; variable
144 } else if (args[0] == ARG_DUMP_DISPLAY && args[1] == ARG_DUMP_ALL) { in DumpInfo()
149 } else if (args[0] == ARG_DUMP_DISPLAY && IsValidDigitString(args[1])) { in DumpInfo()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp117 const std::string ARG_DUMP_DISPLAY = "-d"; variable