Home
last modified time | relevance | path

Searched refs:debugServerPort (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/jsapp/
H A DJsApp.cpp34 debugServerPort(0), in JsApp()
126 debugServerPort = value; in SetDebugServerPort()
H A DJsApp.h151 uint16_t debugServerPort; member in JsApp
/ide/tools/previewer/jsapp/lite/
H A DJsAppImpl.cpp232 if (isDebug && debugServerPort) { in StartJsApp()
233 config.port = debugServerPort; in StartJsApp()
236 ILOG("Debug Server Port: %d", debugServerPort); in StartJsApp()
/ide/tools/previewer/test/unittest/jsapp_lite/
H A DJsAppImplTest.cpp129 JsAppImpl::GetInstance().debugServerPort = 9999; in TEST_F()
141 JsAppImpl::GetInstance().debugServerPort = 9999; in TEST_F()
/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.cpp221 if (isDebug && debugServerPort >= 0) { in RunJsApp()
338 if (debugServerPort > 0) { in SetSimulatorCommonParams()
339 options.debugPort = debugServerPort; in SetSimulatorCommonParams()
608 if (isDebug && debugServerPort >= 0) { in ResolutionChanged()
831 if (isDebug && debugServerPort >= 0) { in DispatchKeyEvent()
846 if (isDebug && debugServerPort >= 0) { in DispatchPointerEvent()
901 if (isDebug && debugServerPort >= 0) { in SetMockJsonInfo()
1006 if (isDebug && debugServerPort >= 0) { in GetWindow()
1093 if (isDebug && debugServerPort >= 0) { in StopAbility()
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp381 JsAppImpl::GetInstance().debugServerPort = 0; in TEST_F()
401 JsAppImpl::GetInstance().debugServerPort = 8888; in TEST_F()
497 EXPECT_EQ(JsAppImpl::GetInstance().debugServerPort, port); in TEST_F()

Completed in 6 milliseconds