Home
last modified time | relevance | path

Searched defs:needBreakPoint (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_runtime_test.cpp147 bool needBreakPoint = true; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1026 bool needBreakPoint = false; variable
1105 bool needBreakPoint = false; variable
/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
H A Dconnect_server_manager.cpp172 void ConnectServerManager::SendDebuggerInfo(bool needBreakPoint, bool isDebugApp) in SendDebuggerInfo()
H A Djs_runtime.cpp273 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger()