Searched refs:IsValidDigitString (Results 1 – 6 of 6) sorted by relevance
43 bool IsValidDigitString(const std::string& windowIdStr);
146 } else if (args[0] == ARG_DUMP_SCREEN && IsValidDigitString(args[1])) { in DumpInfo()149 } else if (args[0] == ARG_DUMP_DISPLAY && IsValidDigitString(args[1])) { in DumpInfo()295 bool DisplayDumper::IsValidDigitString(const std::string& idStr) const in IsValidDigitString() function in OHOS::Rosen::DisplayDumper
49 bool IsValidDigitString(const std::string& idStr) const;
284 bool ret = displayDumper->IsValidDigitString(idStr);300 bool ret = displayDumper->IsValidDigitString(idStr);316 bool ret = displayDumper->IsValidDigitString(idStr);
161 bool WindowDumper::IsValidDigitString(const std::string& windowIdStr) in IsValidDigitString() function in OHOS::Rosen::WindowDumper254 …} else if (args.size() >= 2 && args[0] == ARG_DUMP_WINDOW && IsValidDigitString(args[1])) { // 2: … in DumpWindowInfo()
4263 static bool IsValidDigitString(const std::string& windowIdStr) in IsValidDigitString() function4680 …if (params.size() >= 2 && params[0] == ARG_DUMP_WINDOW && IsValidDigitString(params[1])) { // 2: p… in GetSessionDumpInfo()