Home
last modified time | relevance | path

Searched refs:port (Results 1 – 6 of 6) sorted by relevance

/ide/tools/previewer/util/
DWebSocketServer.cpp43 void WebSocketServer::SetServerPort(int port) in SetServerPort() argument
45 serverPort = port; in SetServerPort()
101 contextInfo.port = serverPort; in StartWebsocketListening()
DWebSocketServer.h29 void SetServerPort(int port);
DCommandParser.cpp275 int port = atoi(Value("p").c_str()); in IsDebugPortValid() local
276 if (port < MIN_PORT || port > MAX_PORT) { in IsDebugPortValid()
614 int port = atoi(Value("lws").c_str()); in IsWebSocketPortValid() local
615 if (port < MIN_PORT || port > MAX_PORT) { in IsWebSocketPortValid()
/ide/tools/previewer/jsapp/
DJsApp.cpp76 void JsApp::SetPipePort(const std::string& port) in SetPipePort() argument
78 pipePort = port; in SetPipePort()
DJsApp.h36 void SetPipePort(const std::string& port);
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp263 config.port = debugServerPort; in StartJsApp()