Home
last modified time | relevance | path

Searched refs:MAX_PORT (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/util/
H A DCommandParser.cpp309 if (port < MIN_PORT || port > MAX_PORT) { in IsDebugPortValid()
312 std::to_string(MAX_PORT) + "."); in IsDebugPortValid()
650 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()
652 std::to_string(MAX_PORT) + "."); in IsWebSocketPortValid()
H A DCommandParser.h124 const int MAX_PORT = 65535; member in CommandParser::ScreenMode

Completed in 2 milliseconds