Home
last modified time | relevance | path

Searched refs:windowIdStr (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_dumper.h43 bool IsValidDigitString(const std::string& windowIdStr);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp161 bool WindowDumper::IsValidDigitString(const std::string& windowIdStr) in IsValidDigitString() argument
163 if (windowIdStr.empty()) { in IsValidDigitString()
166 for (char ch : windowIdStr) { in IsValidDigitString()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3988 static bool IsValidDigitString(const std::string& windowIdStr) in IsValidDigitString() argument
3990 if (windowIdStr.empty()) { in IsValidDigitString()
3993 for (char ch : windowIdStr) { in IsValidDigitString()

Completed in 18 milliseconds