Home
last modified time | relevance | path

Searched refs:StartDebugger (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp43 void Debugger::StartDebugger() in StartDebugger() function in OHOS::ACELite::Debugger
134 void Debugger::StartDebugger() {} in StartDebugger() function in OHOS::ACELite::Debugger
/foundation/ability/ability_runtime/cj_environment/interfaces/inner_api/
H A Dcj_environment.h78 bool StartDebugger();
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_debugger_config.h99 void StartDebugger();
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dcj_runtime.cpp230 debugModel_ = StartDebugger(); in StartDebugMode()
233 bool CJRuntime::StartDebugger() in StartDebugger() function in CJRuntime
H A Djs_runtime.cpp202 weak->StartDebugger(option, socketFd, isDebugApp); in StartDebugMode()
238 bool JsRuntime::StartDebugger(bool needBreakPoint, uint32_t instanceId) in StartDebugger() function in OHOS::AbilityRuntime::JsRuntime
339 weak->StartDebugger(option, socketFd, isDebugApp); in StartProfiler()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_environment.cpp122 Debugger::GetInstance().StartDebugger(); in LoadFramework()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Dcj_runtime.h73 bool StartDebugger();
H A Djs_runtime.h110 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h79 bool StartDebugger(
/foundation/ability/ability_runtime/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp190 * @tc.desc: CjEnvironmentTest test for StartDebugger.
195 auto ret = CJEnvironment::GetInstance()->StartDebugger(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djs_runtime.h46 virtual bool StartDebugger() = 0;
H A Dark_js_runtime.cpp154 bool ArkJSRuntime::StartDebugger() in StartDebugger() function in OHOS::Ace::Framework::ArkJSRuntime
187 ret = JSNApi::StartDebugger(vm_, debugOption, instanceId_, debuggerPostTask_); in StartDebugger()
192 ret = JSNApi::StartDebugger(vm_, debugOption, instanceId_, debuggerPostTask_); in StartDebugger()
H A Dark_js_runtime.h70 bool StartDebugger() override;
H A Djsi_engine.cpp2907 runtime_->StartDebugger(); in InitJsEnv()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp460 bool CJEnvironment::StartDebugger() in StartDebugger() function in OHOS::CJEnvironment
519 return CJEnvironment::GetInstance()->StartDebugger(); in OHOS_GetCJEnvInstance()
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp225 * @tc.desc: StartDebugger
237 bool result = jsEnv->StartDebugger(option, socketFd, isDebugApp); in HWTEST_F()
243 * @tc.desc: StartDebugger
258 bool result = jsEnv->StartDebugger(option, socketFd, isDebugApp); in HWTEST_F()
/foundation/ability/ability_runtime/cj_environment/test/unittest/cj_environment_test/
H A Dcj_environment_test.cpp313 * @tc.desc: Test StartDebugger.
320 auto res = cjEnv->StartDebugger(); in HWTEST_F()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp179 bool JsEnvironment::StartDebugger( in StartDebugger() function in OHOS::JsEnv::JsEnvironment
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1049 jsRuntime->StartDebugger(needBreakPoint, instanceId); in HWTEST_F()
1113 * @tc.desc: JsRuntime test for StartDebugger.
1129 jsRuntime->StartDebugger(needBreakPoint, instanceId); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp693 panda::JSNApi::StartDebugger(vm_, debugOption, 0, [this](std::function<void()> &&arg) { in OnInit()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp334 jsAbilityRuntime_->StartDebugger(debuggerMode, instanceId_); in StartDebugMode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp467 runtime_->StartDebugger(); in InitJsEnv()

Completed in 29 milliseconds