Searched defs:debugOption (Results 1 – 8 of 8) sorted by relevance
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| D | connect_server_manager.cpp | 149 …ctServerManager::StoreDebuggerInfo(int tid, void* vm, const panda::JSNApi::DebugOption& debugOptio… in StoreDebuggerInfo() 182 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : fal… in SendDebuggerInfo() local
|
| D | js_worker.cpp | 99 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc() local
|
| D | js_runtime.cpp | 240 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : fal… in StartDebugMode() local 377 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : fal… in StartProfiler() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | ark_js_runtime.cpp | 174 JSNApi::DebugOption debugOption = { libPath_.c_str(), isDebugApp ? isDebugMode_ : false }; in StartDebugger() local 183 JSNApi::DebugOption debugOption = { nullptr, isDebugMode_ }; in StartDebugger() local
|
| D | jsi_engine.cpp | 3168 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc() local
|
| /foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
| D | js_environment.cpp | 364 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode() local
|
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| D | simulator.cpp | 674 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, (options_.debugPort != 0), option… in OnInit() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_engine.cpp | 1084 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc() local
|