/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | capability_registry.cpp | 29 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 D | vibrator_test.cpp | 51 vibratorProxy.SetDelegate(nullptr); 67 vibratorProxy.SetDelegate(std::move(mockVibratorProxy));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/clipboard/ |
H A D | clipboard_test.cpp | 63 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 D | environment_test.cpp | 68 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 D | rich_text_component.cpp | 73 renderRichText->SetDelegate(delegate_); in CreateRenderNode() 85 elementNode->SetDelegate(delegate_); in CreateElement()
|
H A D | rich_text_element.h | 32 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate() function
|
H A D | render_rich_text.h | 41 void SetDelegate(const RefPtr<RichTextDelegate>& delegate) in SetDelegate() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/storage/ |
H A D | storage_test.cpp | 70 StorageProxy::GetInstance()->SetDelegate(nullptr); 111 StorageProxy::GetInstance()->SetDelegate(std::make_unique<MockStorageProxyImpl>());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/font/ |
H A D | font_platform_proxy.cpp | 26 void FontPlatformProxy::SetDelegate(std::unique_ptr<FontPlatformInterface>&& delegate) in SetDelegate() function in OHOS::Ace::FontPlatformProxy
|
H A D | font_platform_proxy.h | 30 void SetDelegate(std::unique_ptr<FontPlatformInterface>&& delegate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/vibrator/ |
H A D | vibrator_proxy.cpp | 24 void VibratorProxy::SetDelegate(std::unique_ptr<VibratorInterface>&& delegate) in SetDelegate() function in OHOS::Ace::VibratorProxy
|
H A D | vibrator_proxy.h | 29 void SetDelegate(std::unique_ptr<VibratorInterface>&& delegate);
|
/ohos5.0/foundation/arkui/napi/module_manager/ |
H A D | module_load_checker.h | 55 void SetDelegate(const std::shared_ptr<ModuleCheckerDelegate>& moduleCheckerDelegate);
|
H A D | module_load_checker.cpp | 42 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 D | environment_proxy.h | 30 void SetDelegate(std::unique_ptr<EnvironmentInterface>&& delegate);
|
H A D | environment_proxy.cpp | 35 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 D | text_input_proxy.cpp | 24 void TextInputProxy::SetDelegate(std::unique_ptr<TextInput>&& delegate) in SetDelegate() function in OHOS::Ace::TextInputProxy
|
H A D | text_input_proxy.h | 30 void SetDelegate(std::unique_ptr<TextInput>&& delegate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/clipboard/ |
H A D | clipboard_proxy.h | 31 void SetDelegate(std::unique_ptr<ClipboardInterface>&& delegate);
|
H A D | clipboard_proxy.cpp | 34 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 D | storage_proxy.h | 27 void SetDelegate(std::unique_ptr<StorageInterface>&& delegate);
|
H A D | storage_proxy.cpp | 31 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 D | rs_overdraw_controller.h | 40 void SetDelegate(const std::shared_ptr<RSDelegate> &delegate);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_component.cpp | 74 renderWeb->SetDelegate(delegate_); in CreateRenderNode()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_client_mgr.cpp | 36 TextInputProxy::GetInstance().SetDelegate(std::make_unique<TextInputImpl>()); in InitTextInputProxy()
|