Searched refs:needBreakPoint (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_runtime_test.cpp | 147 bool needBreakPoint = true; in HWTEST_F() local 152 debugOption.isStartWithDebug = needBreakPoint; in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | connect_server_manager.h | 53 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
|
H A D | js_worker.cpp | 104 bool needBreakPoint = ConnectServerManager::Get().AddInstance(instanceId, instanceId, instanceName); in InitWorkerFunc() local 106 TAG_LOGD(AAFwkTag::APPMGR, "native: true, set needBreakPoint: false"); in InitWorkerFunc() 107 needBreakPoint = false; in InitWorkerFunc() 112 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc()
|
H A D | connect_server_manager.cpp | 164 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo() argument 180 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : false}; in SendDebuggerInfo()
|
H A D | js_runtime.cpp | 238 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 110 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 1047 bool needBreakPoint = false; in HWTEST_F() local 1049 jsRuntime->StartDebugger(needBreakPoint, instanceId); in HWTEST_F() 1126 bool needBreakPoint = false; in HWTEST_F() local 1129 jsRuntime->StartDebugger(needBreakPoint, instanceId); in HWTEST_F()
|
Completed in 7 milliseconds