Searched refs:DebuggerConnectionManager (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_first_test.cpp | 139 * @tc.desc: JsRuntime test for DebuggerConnectionManager.
158 jsRuntime->DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption);
in HWTEST_F() 167 * @tc.desc: JsRuntime test for DebuggerConnectionManager.
186 jsRuntime->DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption);
in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | js_runtime.h | 127 void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 343 DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption); in StartProfiler() 346 void JsRuntime::DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption) in DebuggerConnectionManager() function in OHOS::AbilityRuntime::JsRuntime
|
Completed in 4 milliseconds