/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.cpp | 183 auto uiNode = AceType::DynamicCast<UINode>(customNode); in GetTaskExecutor() local 287 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in Create() local 439 RefPtr<UINode> uiNode = AceType::DynamicCast<UINode>(customNode); in CreateSync() local
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_napi.cpp | 75 auto* uiNode = reinterpret_cast<OHOS::Ace::NG::UINode*>(nativePtr); in OH_ArkUI_GetNodeHandleFromNapiValue() local
|
H A D | node_model.cpp | 154 auto* uiNode = impl->getBasicAPI()->createNode(nodes[nodeType], id, ARKUI_NODE_FLAG_C); in CreateNode() local
|
H A D | gesture_impl.cpp | 38 void* uiNode = nullptr; member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_adapter_impl.cpp | 393 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in AttachHostNode() local 400 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in DetachHostNode() local 414 auto* uiNode = reinterpret_cast<NG::UINode*>(host); in GetNodeAdapter() local
|
H A D | frame_node_modifier.cpp | 55 auto uiNode = AceType::Claim<UINode>(node); in GetParentNode() local 403 auto* uiNode = reinterpret_cast<UINode*>(node); in PropertyUpdate() local
|
H A D | node_span_modifier.cpp | 38 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanContent() local 46 auto* uiNode = reinterpret_cast<UINode*>(node); in GetSpanContent() local 54 auto* uiNode = reinterpret_cast<UINode*>(node); in SetSpanSrc() local 61 auto* uiNode in SetSpanTextCase() local 69 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanTextCase() local 76 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanTextCase() local 83 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontWeightStr() local 90 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontWeight() local 98 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontWeight() local 105 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontWeight() local 112 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanLineHeight() local 119 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanLineHeight() local 126 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanLineHeight() local 133 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontStyle() local 141 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontStyle() local 148 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontStyle() local 155 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontSize() local 162 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontSize() local 169 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontSize() local 180 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontFamily() local 194 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontFamily() local 201 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanDecoration() local 211 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanDecoration() local 220 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanDecoration() local 229 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFontColor() local 236 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanFontColor() local 243 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFontColor() local 250 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanLetterSpacing() local 263 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanLetterSpacing() local 270 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanLetterSpacing() local 277 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanBaselineOffset() local 284 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanBaselineOffset() local 291 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanBaselineOffset() local 299 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanFont() local 318 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanFont() local 326 auto* uiNode = reinterpret_cast<UINode*>(node); SetSpanTextBackgroundStyle() local 345 auto* uiNode = reinterpret_cast<UINode*>(node); ResetSpanTextBackgroundStyle() local 361 auto* uiNode = reinterpret_cast<UINode*>(node); GetSpanTextBackgroundStyle() local [all...] |
H A D | view_model.cpp | 688 auto* uiNode = reinterpret_cast<UINode*>(nativePtr); in DisposeNode() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | element_register.cpp | 235 auto uiNode = node.Upgrade(); in GetAttachedFrameNodeById() local
|
/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 697 std::string uiNode = caches.DumpUINode(nullptr); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_stack.h | 213 virtual void UpdatePathInfoIfNeeded(RefPtr<UINode>& uiNode, int32_t index) {} in UpdatePathInfoIfNeeded() argument
|
H A D | navigation_group_node.cpp | 132 const auto& uiNode = childNode.second; in UpdateNavDestinationNodeWithoutMarkDirty() local 155 const auto& uiNode = childNode.second; in ReorderNavDestination() local 318 RefPtr<UINode> NavigationGroupNode::GetNavDestinationNode(RefPtr<UINode> uiNode) in GetNavDestinationNode() argument [all...] |
H A D | navigation_pattern.h | 135 RefPtr<UINode> uiNode; in GetNavDestinationNode() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 221 RefPtr<UINode> uiNode = nullptr; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | span_model_ng.cpp | 177 void SpanModelNG::SetTextShadow(UINode* uiNode, const std::vector<Shadow>& value) in SetTextShadow() argument 182 void SpanModelNG::ResetTextShadow(UINode *uiNode) in ResetTextShadow() argument 208 void SpanModelNG::SetOnClick(UINode* uiNode, GestureEventFunc&& click) in SetOnClick() argument 218 void SpanModelNG::ClearOnClick(UINode* uiNode) in ClearOnClick() argument 253 void SpanModelNG::InitSpan(UINode* uiNode, const std::string& content) in InitSpan() argument 258 SetFontWeight(UINode* uiNode, FontWeight value) SetFontWeight() argument 265 ResetFontWeight(UINode *uiNode) ResetFontWeight() argument 270 SetTextCase(UINode* uiNode, TextCase value) SetTextCase() argument 277 ResetTextCase(UINode *uiNode) ResetTextCase() argument 282 SetItalicFontStyle(UINode* uiNode, Ace::FontStyle value) SetItalicFontStyle() argument 289 ResetItalicFontStyle(UINode *uiNode) ResetItalicFontStyle() argument 294 SetLineHeight(UINode* uiNode, const Dimension& value) SetLineHeight() argument 301 ResetLineHeight(UINode* uiNode) ResetLineHeight() argument 306 SetFontSize(UINode* uiNode, const Dimension& value) SetFontSize() argument 313 ResetFontSize(UINode *uiNode) ResetFontSize() argument 318 SetFontFamily(UINode* uiNode, const std::vector<std::string>& value) SetFontFamily() argument 325 ResetFontFamily(UINode *uiNode) ResetFontFamily() argument 330 SetTextDecoration(UINode* uiNode, TextDecoration value) SetTextDecoration() argument 337 ResetTextDecoration(UINode *uiNode) ResetTextDecoration() argument 342 SetTextDecorationStyle(UINode* uiNode, TextDecorationStyle value) SetTextDecorationStyle() argument 349 ResetTextDecorationStyle(UINode *uiNode) ResetTextDecorationStyle() argument 354 SetTextDecorationColor(UINode* uiNode, const Color& value) SetTextDecorationColor() argument 361 ResetTextDecorationColor(UINode *uiNode) ResetTextDecorationColor() argument 366 SetTextColor(UINode* uiNode, const Color& value) SetTextColor() argument 373 ResetTextColor(UINode *uiNode) ResetTextColor() argument 378 SetLetterSpacing(UINode* uiNode, const Dimension& value) SetLetterSpacing() argument 385 ResetLetterSpacing(UINode *uiNode) ResetLetterSpacing() argument 390 SetBaselineOffset(UINode* uiNode, const Dimension& value) SetBaselineOffset() argument 397 SetFont(UINode* uiNode, const Font& value) SetFont() argument 421 ResetFont(UINode *uiNode) ResetFont() argument 444 SetTextBackgroundStyle(UINode* uiNode, const TextBackgroundStyle& style) SetTextBackgroundStyle() argument 451 SetTextBackgroundStyleByBaseSpan(UINode* uiNode, const TextBackgroundStyle& style) SetTextBackgroundStyleByBaseSpan() argument 458 GetContent(UINode* uiNode) GetContent() argument 467 GetTextDecoration(UINode* uiNode) GetTextDecoration() argument 474 GetTextDecorationColor(UINode* uiNode) GetTextDecorationColor() argument 481 GetTextDecorationStyle(UINode* uiNode) GetTextDecorationStyle() argument 498 GetFontColor(UINode* uiNode) GetFontColor() argument 506 GetFontSize(UINode* uiNode) GetFontSize() argument 514 GetFontStyle(UINode* uiNode) GetFontStyle() argument 521 GetFontWeight(UINode* uiNode) GetFontWeight() argument 528 GetTextLineHeight(UINode* uiNode) GetTextLineHeight() argument 536 GetTextCase(UINode* uiNode) GetTextCase() argument 543 GetLetterSpacing(UINode* uiNode) GetLetterSpacing() argument 551 GetBaselineOffset(UINode* uiNode) GetBaselineOffset() argument 559 GetSpanTextBackgroundStyle(UINode* uiNode) GetSpanTextBackgroundStyle() argument 567 GetTextShadow(UINode* uiNode) GetTextShadow() argument 576 SetAccessibilityText(UINode* uiNode, const std::string& text) SetAccessibilityText() argument 586 SetAccessibilityDescription(UINode* uiNode, const std::string& description) SetAccessibilityDescription() argument 596 SetAccessibilityImportance(UINode* uiNode, const std::string& importance) SetAccessibilityImportance() argument 606 GetSpanFontFamily(UINode* uiNode) GetSpanFontFamily() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | pan_recognizer.cpp | 905 auto uiNode = targetComponent->GetUINode().Upgrade(); in GetDragEventActuator() local
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 228 auto uiNode = iter->second.Upgrade()->GetChildAtIndex(slots_[nodeId]); in OperateComponent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 324 auto uiNode = CacheItem(index, cache, itemConstraint, deadline, isTimeout); in PreBuildByIndex() local 412 void ProcessOffscreenNode(RefPtr<UINode> uiNode, bool remove) in ProcessOffscreenNode() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_test_ng.cpp | 1944 auto uiNode = AceType::DynamicCast<FrameNode>(element); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | span_test_ng.cpp | 1124 UINode* uiNode = ViewStackProcessor::GetInstance()->GetMainElementNode().GetRawPtr(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model_ng.cpp | 511 auto uiNode = ViewStackProcessor::GetInstance()->Finish(); in CreateEmpty() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 100 void GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, in GetFrameNodeChildren() argument 232 GetFrameNodeChildren(const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId, bool isLayoutInspector = false) GetFrameNodeChildren() argument 875 AddInspectorTreeNode(const RefPtr<NG::UINode>& uiNode, InspectorTreeMap& recNodes) AddInspectorTreeNode() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.cpp | 777 auto uiNode = AceType::DynamicCast<NG::UINode>(node); in CreateViewNode() local 784 auto uiNode = AceType::DynamicCast<NG::UINode>(node); in CreateViewNode() local
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.cpp | 596 void ComponentTestComponentImpl::SetUiNode(const RefPtr<NG::UINode> uiNode) in SetUiNode() argument 631 GetFrameNodeChildren( const RefPtr<NG::UINode>& uiNode, std::vector<RefPtr<NG::UINode>>& children, int32_t pageId) const GetFrameNodeChildren() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_test_ng.cpp | 1103 auto uiNode = host->GetChildAtIndex(0); in HWTEST_F() local
|