Home
last modified time | relevance | path

Searched refs:MIN_PORT (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/util/
DCommandParser.cpp276 if (port < MIN_PORT || port > MAX_PORT) { in IsDebugPortValid()
278 …string("Debug server port out of range: " + to_string(MIN_PORT) + "-" + to_string(MAX_PORT) + "."); in IsDebugPortValid()
615 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()
616 … errorInfo = string("WebSocket listening port out of range: " + to_string(MIN_PORT) + "-" + in IsWebSocketPortValid()
DCommandParser.h79 const int MIN_PORT = 1024; variable