Home
last modified time | relevance | path

Searched defs:debugOption (Results 1 – 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/runtime/
Dconnect_server_manager.cpp149 …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
Djs_worker.cpp99 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc() local
Djs_runtime.cpp240 …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/
Dark_js_runtime.cpp174 JSNApi::DebugOption debugOption = { libPath_.c_str(), isDebugApp ? isDebugMode_ : false }; in StartDebugger() local
183 JSNApi::DebugOption debugOption = { nullptr, isDebugMode_ }; in StartDebugger() local
Djsi_engine.cpp3168 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc() local
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Djs_environment.cpp364 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Dsimulator.cpp674 …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/
Djsi_declarative_engine.cpp1084 panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode }; in RegisterInitWorkerFunc() local