Home
last modified time | relevance | path

Searched refs:MIN_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()
311 std::string("Debug server port out of range: " + std::to_string(MIN_PORT) + "-" + in IsDebugPortValid()
650 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()
651 errorInfo = std::string("WebSocket listening port out of range: " + std::to_string(MIN_PORT) + "-" + in IsWebSocketPortValid()
H A DCommandParser.h123 const int MIN_PORT = 1024; member in CommandParser::ScreenMode

Completed in 3 milliseconds