Home
last modified time | relevance | path

Searched refs:StopHdcRegister (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dhdc_register_test.cpp80 * @tc.desc: Verify the StopHdcRegister.
94 * @tc.steps: step2. Call StopHdcRegister with instanceId > 0. in HWTEST_F()
97 HdcRegister::Get().StopHdcRegister(1); in HWTEST_F()
101 * @tc.steps: step3. Call StopHdcRegister with instanceId = 0. in HWTEST_F()
104 HdcRegister::Get().StopHdcRegister(0); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dhdc_register.cpp30 StopHdcRegister(); in ~HdcRegister()
57 void HdcRegister::StopHdcRegister() in StopHdcRegister() function in OHOS::AbilityRuntime::HdcRegister
H A Dhdc_register.h36 void StopHdcRegister();
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dhdc_register_test.cpp75 pHdcRegister.StopHdcRegister(); in HWTEST_F()
92 pHdcRegister.StopHdcRegister(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dhdc_register.h35 void StopHdcRegister(int32_t instanceId);
H A Dhdc_register.cpp64 void HdcRegister::StopHdcRegister(int32_t instanceId) in StopHdcRegister() function in OHOS::Ace::HdcRegister
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp106 HdcRegister::Get().StopHdcRegister(instanceId_); in Reset()

Completed in 3 milliseconds