| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_input_response_area.h | 30 TextInputResponseArea(const WeakPtr<Pattern>& hostPattern) : hostPattern_(hostPattern) {} in TextInputResponseArea() 81 PasswordResponseArea(const WeakPtr<Pattern>& hostPattern, bool isObscured) in PasswordResponseArea() 157 UnitResponseArea(const WeakPtr<Pattern>& hostPattern, const RefPtr<NG::UINode>& unitNode) in UnitResponseArea() 180 … CleanNodeResponseArea(const WeakPtr<Pattern>& hostPattern) : TextInputResponseArea(hostPattern) {} in CleanNodeResponseArea()
|
| D | text_input_response_area.cpp | 396 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local 731 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local 1130 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
| D | session_wrapper_factory.h | 27 WeakPtr<SecurityUIExtensionPattern> hostPattern = nullptr; member
|
| D | platform_container_handler.h | 39 void SetContainerHostPattern(WeakPtr<Pattern> hostPattern) in SetContainerHostPattern()
|
| D | session_wrapper_factory.cpp | 23 const WeakPtr<UIExtensionPattern>& hostPattern, int32_t instanceId, bool isTransferringCaller) in CreateSessionWrapper()
|
| D | platform_container_handler.cpp | 47 auto hostPattern = weak.Upgrade(); in GetAccessibilityParentRect() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
| D | mock_session_wrapper_factory.cpp | 21 const WeakPtr<UIExtensionPattern>& hostPattern, int32_t instanceId, bool isTransferringCaller) in CreateSessionWrapper()
|
| D | mock_security_session_wrapper_impl.cpp | 45 const WeakPtr<SecurityUIExtensionPattern>& hostPattern, in SecuritySessionWrapperImpl()
|
| D | mock_preview_session_wrapper_impl.cpp | 45 const WeakPtr<PreviewUIExtensionPattern>& hostPattern, in PreviewSessionWrapperImpl()
|
| D | mock_session_wrapper_impl.cpp | 44 SessionWrapperImpl::SessionWrapperImpl(const WeakPtr<UIExtensionPattern>& hostPattern, int32_t inst… in SessionWrapperImpl()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
| D | rich_editor_drag_pattern.cpp | 32 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local 87 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local
|
| D | rich_editor_drag_pattern.h | 36 explicit RichEditorDragPattern(const RefPtr<TextPattern>& hostPattern, in RichEditorDragPattern()
|
| D | rich_editor_drag_overlay_modifier.h | 35 const WeakPtr<OHOS::Ace::NG::Pattern>& pattern, const WeakPtr<TextPattern>& hostPattern) in RichEditorDragOverlayModifier()
|
| D | rich_editor_drag_overlay_modifier.cpp | 50 auto hostPattern = hostPattern_.Upgrade(); in onDraw() local 386 auto hostPattern = hostPattern_.Upgrade(); in GetDragBackgroundColor() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
| D | modal_ui_extension_proxy_impl_test_ng.cpp | 53 auto hostPattern = WeakPtr<UIExtensionPattern>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ui_extension_component/ |
| D | session_wrapper_impl.cpp | 145 SessionWrapperImpl::SessionWrapperImpl(const WeakPtr<UIExtensionPattern>& hostPattern, int32_t inst… in SessionWrapperImpl() 916 RefPtr<SystemWindowScene> hostPattern = nullptr; in GetWindowScene() local 931 auto hostPattern = GetWindowScene(); in GetWindowSceneId() local 945 auto hostPattern = GetWindowScene(); in GetWindowSceneRect() local 1065 auto hostPattern = hostNode->GetPattern<SystemWindowScene>(); in OnConnect() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/ |
| D | rich_editor_drag_test_ng.cpp | 171 WeakPtr<TextPattern> hostPattern = std::move(richEditorPattern); variable 229 WeakPtr<TextPattern> hostPattern; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/preview_ui_extension_component/ |
| D | preview_session_wrapper_impl.cpp | 128 const WeakPtr<PreviewUIExtensionPattern>& hostPattern, in PreviewSessionWrapperImpl() 562 auto hostPattern = hostNode->GetPattern<SystemWindowScene>(); in OnConnect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/security_ui_extension_component/ |
| D | security_session_wrapper_impl.cpp | 135 const WeakPtr<SecurityUIExtensionPattern>& hostPattern, in SecuritySessionWrapperImpl() 585 auto hostPattern = hostNode->GetPattern<SystemWindowScene>(); in OnConnect() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/dynamic_component/ |
| D | dynamic_component_renderer_impl.cpp | 226 RefPtr<SystemWindowScene> hostPattern = nullptr; in GetWindowScene() local 239 auto hostPattern = GetWindowScene(); in GetWindowSceneId() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
| D | text_drag_pattern.cpp | 89 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| D | gesture_event_hub_test_ng.cpp | 1224 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable 1280 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable 1339 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable 3122 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| D | gesture_event_hub_drag.cpp | 261 auto hostPattern = frameNode->GetPattern<TextDragBase>(); in CalcFrameNodeOffsetAndSize() local
|