Searched refs:needBreakPoint (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 147 bool needBreakPoint = true; variable 152 debugOption.isStartWithDebug = needBreakPoint;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 103 …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 D | connect_server_manager.h | 54 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
|
H A D | connect_server_manager.cpp | 172 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 D | js_runtime.cpp | 273 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger() argument
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 1026 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 D | js_runtime.h | 115 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);
|