Home
last modified time | relevance | path

Searched refs:dOption (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp204 void CJRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument
211 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()
212 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()
214 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()
H A Djs_runtime.cpp196 void JsRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument
212 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()
213 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()
215 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()
219 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()
338 void JsRuntime::StartProfiler(const DebugOption dOption) in StartProfiler() argument
349 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler()
350 bool isDebugApp = dOption.isDebugApp; in StartProfiler()
355 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartProfiler()
377 DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption); in StartProfiler()
[all …]
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h132 … void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);