Home
last modified time | relevance | path

Searched refs:StartHdcRegister (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dhdc_register_test.cpp54 * @tc.desc: Verify the StartHdcRegister.
68 * @tc.steps: step2. Call StartHdcRegister with instanceId > 0. in HWTEST_F()
70 HdcRegister::Get().StartHdcRegister(1); in HWTEST_F()
73 * @tc.steps: step3. Call StartHdcRegister with instanceId = 0. in HWTEST_F()
75 HdcRegister::Get().StartHdcRegister(0); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dhdc_register_test.cpp61 pHdcRegister.StartHdcRegister(bundleName, processName, debugApp, nullptr); in HWTEST_F()
91 pHdcRegister.StartHdcRegister(bundleName, processName, debugApp, nullptr); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dhdc_register.h34 void StartHdcRegister(int32_t instanceId, Callback callback);
H A Dhdc_register.cpp52 void HdcRegister::StartHdcRegister(int32_t instanceId, Callback callback) in StartHdcRegister() function in OHOS::Ace::HdcRegister
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dhdc_register.h29 void StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp,
H A Dhdc_register.cpp39 void HdcRegister::StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp, in StartHdcRegister() function in OHOS::AbilityRuntime::HdcRegister
H A Dcj_runtime.cpp210 HdcRegister::Get().StartHdcRegister(bundleName_, inputProcessName, isDebugApp, in StartDebugMode()
H A Djs_runtime.cpp184 HdcRegister::Get().StartHdcRegister(bundleName_, inputProcessName, isDebugApp, [bundleName, in StartDebugMode()
322 HdcRegister::Get().StartHdcRegister(bundleName_, inputProcessName, isDebugApp, in StartProfiler()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp179 HdcRegister::Get().StartHdcRegister(instanceId_, callback); in StartDebugger()

Completed in 6 milliseconds