Lines Matching refs:DisplayDumper
31 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "DisplayDumper"};
65 DisplayDumper::DisplayDumper(const sptr<AbstractDisplayController>& abstractDisplayController,
72 DMError DisplayDumper::Dump(int fd, const std::vector<std::u16string>& args) const
106 void DisplayDumper::ShowHelpInfo(std::string& dumpInfo) const
121 void DisplayDumper::ShowIllegalArgsInfo(std::string& dumpInfo, DMError errCode) const
136 DMError DisplayDumper::DumpInfo(const std::vector<std::string>& args, std::string& dumpInfo) const
157 DMError DisplayDumper::DumpAllScreenInfo(std::string& dumpInfo) const
194 DMError DisplayDumper::DumpScreenInfo(const sptr<AbstractScreenGroup>& screenGroup, std::string& dumpInfo) const
216 DMError DisplayDumper::DumpSpecifiedScreenInfo(ScreenId screenId, std::string& dumpInfo) const
250 DMError DisplayDumper::DumpAllDisplayInfo(std::string& dumpInfo) const
272 DMError DisplayDumper::DumpSpecifiedDisplayInfo(DisplayId displayId, std::string& dumpInfo) const
295 bool DisplayDumper::IsValidDigitString(const std::string& idStr) const
310 std::string DisplayDumper::TransferTypeToString(ScreenType type) const
327 void DisplayDumper::GetScreenInfo(const sptr<AbstractScreen>& screen, std::ostringstream& oss) const
358 void DisplayDumper::GetDisplayInfo(const sptr<AbstractDisplay>& display, std::ostringstream& oss) const