Lines Matching refs:string
38 const std::string ARG_DUMP_HELP = "-h";
39 const std::string ARG_DUMP_ALL = "-a";
40 const std::string ARG_DUMP_WINDOW = "-w";
52 std::vector<std::string> params;
57 std::string dumpInfo;
78 const sptr<WindowNodeContainer>& windowNodeContainer, std::string& dumpInfo)
117 const std::string& windowName = windowNode->GetWindowName().size() <= WINDOW_NAME_MAX_LENGTH ?
138 WMError WindowDumper::DumpAllWindowInfo(std::string& dumpInfo)
161 bool WindowDumper::IsValidDigitString(const std::string& windowIdStr)
176 WMError WindowDumper::DumpSpecifiedWindowInfo(uint32_t windowId, const std::vector<std::string>& params,
177 std::string& dumpInfo)
188 std::vector<std::string> resetParams;
207 std::string isShown_ = node->startingWindowShown_ ? "true" : "false";
208 std::string visibilityState = std::to_string(node->GetVisibilityState());
209 std::string Focusable = node->GetWindowProperty()->GetFocusable() ? "true" : "false";
210 std::string DecoStatus = node->GetWindowProperty()->GetDecoStatus() ? "true" : "false";
214 std::string isPrivacyMode = PrivacyMode ? "true" : "false";
247 WMError WindowDumper::DumpWindowInfo(const std::vector<std::string>& args, std::string& dumpInfo)
262 void WindowDumper::ShowIllegalArgsInfo(std::string& dumpInfo, WMError errCode)
276 void WindowDumper::ShowHelpInfo(std::string& dumpInfo)
289 void WindowDumper::ShowAceDumpHelp(std::string& dumpInfo)
297 std::vector<std::string> params;