/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_debugger_config.cpp | 43 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 D | cj_environment.h | 78 bool StartDebugger();
|
/foundation/arkui/ace_engine_lite/frameworks/include/base/ |
H A D | js_debugger_config.h | 99 void StartDebugger();
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | cj_runtime.cpp | 230 debugModel_ = StartDebugger(); in StartDebugMode() 233 bool CJRuntime::StartDebugger() in StartDebugger() function in CJRuntime
|
H A D | js_runtime.cpp | 202 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 D | js_app_environment.cpp | 122 Debugger::GetInstance().StartDebugger(); in LoadFramework()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | cj_runtime.h | 73 bool StartDebugger();
|
H A D | js_runtime.h | 110 bool StartDebugger(bool needBreakPoint, uint32_t instanceId);
|
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | js_environment.h | 79 bool StartDebugger(
|
/foundation/ability/ability_runtime/test/unittest/cj_environment_test/ |
H A D | cj_environment_test.cpp | 190 * @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 D | js_runtime.h | 46 virtual bool StartDebugger() = 0;
|
H A D | ark_js_runtime.cpp | 154 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 D | ark_js_runtime.h | 70 bool StartDebugger() override;
|
H A D | jsi_engine.cpp | 2907 runtime_->StartDebugger(); in InitJsEnv()
|
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/ |
H A D | cj_environment.cpp | 460 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 D | js_environment_test.cpp | 225 * @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 D | cj_environment_test.cpp | 313 * @tc.desc: Test StartDebugger. 320 auto res = cjEnv->StartDebugger(); in HWTEST_F()
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 179 bool JsEnvironment::StartDebugger(
in StartDebugger() function in OHOS::JsEnv::JsEnvironment
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 1049 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 D | simulator.cpp | 693 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 D | jsi_pa_engine.cpp | 334 jsAbilityRuntime_->StartDebugger(debuggerMode, instanceId_); in StartDebugMode()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 467 runtime_->StartDebugger(); in InitJsEnv()
|