Home
last modified time | relevance | path

Searched refs:dOption (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_first_test.cpp151 AbilityRuntime::Runtime::DebugOption dOption; in HWTEST_F() local
152 dOption.perfCmd = "profile jsperf 100"; in HWTEST_F()
153 dOption.isStartWithDebug = false; in HWTEST_F()
154 dOption.processName = "test"; in HWTEST_F()
155 dOption.isDebugApp = true; in HWTEST_F()
156 dOption.isStartWithNative = false; in HWTEST_F()
158 jsRuntime->DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption); in HWTEST_F()
179 AbilityRuntime::Runtime::DebugOption dOption; in HWTEST_F() local
180 dOption.perfCmd = "profile jsperf 100"; in HWTEST_F()
181 dOption in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp196 void CJRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument
203 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()
204 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()
206 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()
H A Djs_runtime.cpp159 void JsRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument
176 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()
177 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()
179 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()
183 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()
303 void JsRuntime::StartProfiler(const DebugOption dOption) in StartProfiler() argument
315 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler()
316 bool isDebugApp = dOption.isDebugApp; in StartProfiler()
317 StartDebuggerInWorkerModule(isDebugApp, dOption in StartProfiler()
346 DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption) DebuggerConnectionManager() argument
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h127 void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);

Completed in 3 milliseconds