Home
last modified time | relevance | path

Searched refs:DebuggerConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_debugger_config.h39 struct DebuggerConfig : public MemoryHeap { struct
46 DebuggerConfig() in DebuggerConfig() argument
55 DebuggerConfig(DebugProtocol debugProtocol, in DebuggerConfig() function
111 void ConfigEngineDebugger(DebuggerConfig &config);
141 DebuggerConfig debuggerConfig_ = {TCP, WEBSOCKET, 0, DEFAULT_PORT, false, false};
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp38 void Debugger::ConfigEngineDebugger(DebuggerConfig &config) in ConfigEngineDebugger()
129 void Debugger::ConfigEngineDebugger(DebuggerConfig &config) in ConfigEngineDebugger()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain.cpp46 OHOS::ACELite::DebuggerConfig jsDebuggerConfig; in SetJSDebuggerConfig()