Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp147 bool needBreakPoint = true; in HWTEST_F() local
152 debugOption.isStartWithDebug = needBreakPoint; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.h53 void SendDebuggerInfo(bool needBreakPoint, bool isDebugApp);
H A Djs_worker.cpp104 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 Dconnect_server_manager.cpp164 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 Djs_runtime.cpp238 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger() argument
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h110 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1047 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 8 milliseconds