Searched refs:StartHdcRegister (Results 1 - 9 of 9) sorted by relevance
| /foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/ |
| H A D | hdc_register_test.cpp | 54 * @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 D | hdc_register_test.cpp | 61 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 D | hdc_register.h | 34 void StartHdcRegister(int32_t instanceId, Callback callback);
|
| H A D | hdc_register.cpp | 52 void HdcRegister::StartHdcRegister(int32_t instanceId, Callback callback) in StartHdcRegister() function in OHOS::Ace::HdcRegister
|
| /foundation/ability/ability_runtime/frameworks/native/runtime/ |
| H A D | hdc_register.h | 29 void StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp,
|
| H A D | hdc_register.cpp | 39 void HdcRegister::StartHdcRegister(const std::string& bundleName, const std::string& processName, bool debugApp, in StartHdcRegister() function in OHOS::AbilityRuntime::HdcRegister
|
| H A D | cj_runtime.cpp | 210 HdcRegister::Get().StartHdcRegister(bundleName_, inputProcessName, isDebugApp, in StartDebugMode()
|
| H A D | js_runtime.cpp | 184 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 D | ark_js_runtime.cpp | 179 HdcRegister::Get().StartHdcRegister(instanceId_, callback); in StartDebugger()
|
Completed in 9 milliseconds