Home
last modified time | relevance | path

Searched refs:needBreakPoint (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp147 bool needBreakPoint = true; variable
152 debugOption.isStartWithDebug = needBreakPoint;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp103 …bool needBreakPoint = ConnectServerManager::Get().AddInstance(instanceId, instanceId, instanceName… in InitWorkerFunc() local
106 needBreakPoint = false; in InitWorkerFunc()
111 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc()
H A Dconnect_server_manager.h54 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
H A Dconnect_server_manager.cpp172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo() argument
188 …da::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : false}; in SendDebuggerInfo()
H A Djs_runtime.cpp273 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger() argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1026 bool needBreakPoint = false; variable
1028 jsRuntime->StartDebugger(needBreakPoint, instanceId);
1105 bool needBreakPoint = false; variable
1108 jsRuntime->StartDebugger(needBreakPoint, instanceId);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h115 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);