Home
last modified time | relevance | path

Searched refs:SetDelegate (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dcapability_registry.cpp29 ClipboardProxy::GetInstance()->SetDelegate(std::make_unique<ClipboardProxyImpl>()); in Register()
30 StorageProxy::GetInstance()->SetDelegate(std::make_unique<StorageProxyImpl>()); in Register()
31 EnvironmentProxy::GetInstance()->SetDelegate(std::make_unique<EnvironmentProxyImpl>()); in Register()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/vibrator/
H A Dvibrator_test.cpp51 vibratorProxy.SetDelegate(nullptr);
67 vibratorProxy.SetDelegate(std::move(mockVibratorProxy));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/clipboard/
H A Dclipboard_test.cpp63 ClipboardProxy::GetInstance()->SetDelegate(nullptr);
87 ClipboardProxy::GetInstance()->SetDelegate(std::make_unique<MockClipboardProxyImpl>());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/environment/
H A Denvironment_test.cpp68 EnvironmentProxy::GetInstance()->SetDelegate(nullptr);
86 EnvironmentProxy::GetInstance()->SetDelegate(std::make_unique<MockEnvironmentProxyImpl>());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drich_text_component.cpp73 renderRichText->SetDelegate(delegate_); in CreateRenderNode()
85 elementNode->SetDelegate(delegate_); in CreateElement()
H A Drich_text_element.h32 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate() function
H A Drender_rich_text.h41 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H A Dstorage_test.cpp70 StorageProxy::GetInstance()->SetDelegate(nullptr);
111 StorageProxy::GetInstance()->SetDelegate(std::make_unique<MockStorageProxyImpl>());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/font/
H A Dfont_platform_proxy.cpp26 void FontPlatformProxy::SetDelegate(std::unique_ptr<FontPlatformInterface>&& delegate) in SetDelegate() function in OHOS::Ace::FontPlatformProxy
H A Dfont_platform_proxy.h30 void SetDelegate(std::unique_ptr<FontPlatformInterface>&& delegate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H A Dvibrator_proxy.cpp24 void VibratorProxy::SetDelegate(std::unique_ptr<VibratorInterface>&& delegate) in SetDelegate() function in OHOS::Ace::VibratorProxy
H A Dvibrator_proxy.h29 void SetDelegate(std::unique_ptr<VibratorInterface>&& delegate);
/ohos5.0/foundation/arkui/napi/module_manager/
H A Dmodule_load_checker.h55 void SetDelegate(const std::shared_ptr<ModuleCheckerDelegate>& moduleCheckerDelegate);
H A Dmodule_load_checker.cpp42 void ModuleLoadChecker::SetDelegate(const std::shared_ptr<ModuleCheckerDelegate>& moduleCheckerDele… in SetDelegate() function in ModuleLoadChecker
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/environment/
H A Denvironment_proxy.h30 void SetDelegate(std::unique_ptr<EnvironmentInterface>&& delegate);
H A Denvironment_proxy.cpp35 void EnvironmentProxy::SetDelegate(std::unique_ptr<EnvironmentInterface>&& delegate) in SetDelegate() function in OHOS::Ace::EnvironmentProxy
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_proxy.cpp24 void TextInputProxy::SetDelegate(std::unique_ptr<TextInput>&& delegate) in SetDelegate() function in OHOS::Ace::TextInputProxy
H A Dtext_input_proxy.h30 void SetDelegate(std::unique_ptr<TextInput>&& delegate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/clipboard/
H A Dclipboard_proxy.h31 void SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate);
H A Dclipboard_proxy.cpp34 void ClipboardProxy::SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate) in SetDelegate() function in OHOS::Ace::ClipboardProxy
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/storage/
H A Dstorage_proxy.h27 void SetDelegate(std::unique_ptr<StorageInterface>&& delegate);
H A Dstorage_proxy.cpp31 void StorageProxy::SetDelegate(std::unique_ptr<StorageInterface>&& delegate) in SetDelegate() function in OHOS::Ace::StorageProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_overdraw_controller.h40 void SetDelegate(const std::shared_ptr<RSDelegate> &delegate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.cpp74 renderWeb->SetDelegate(delegate_); in CreateRenderNode()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/
H A Dtext_input_client_mgr.cpp36 TextInputProxy::GetInstance().SetDelegate(std::make_unique<TextInputImpl>()); in InitTextInputProxy()

12