Home
last modified time | relevance | path

Searched refs:rootNodeId_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.h40 explicit DOMDocument(int32_t pageId) : rootNodeId_(DOM_ROOT_NODE_ID_BASE + pageId) {} in DOMDocument()
81 return rootNodeId_; in GetRootNodeId()
99 NodeId rootNodeId_ = DOM_ROOT_NODE_ID_BASE;
H A Ddom_document.cpp284 domNode->SetIsRootNode(nodeId == rootNodeId_); in CreateNodeWithId()
285 domNode->SetPageId(rootNodeId_ - DOM_ROOT_NODE_ID_BASE); in CreateNodeWithId()
464 …AceType::MakeRefPtr<ComposedComponent>(std::to_string(ROOT_STACK_ID - rootNodeId_), ROOT_STACK_NAM… in SetUpRootComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.h78 return rootNodeId_; in GetRootNodeId()
122 rootNodeId_ = nodeId; in SetRootNodeId()
174 int32_t rootNodeId_ = -1; variable
197 return rootNodeId_ == -1; in IsDecor()
H A Daccessibility_node_manager.cpp200 auto rootNode = GetAccessibilityNodeById(rootNodeId_ + ROOT_STACK_BASE); in ~AccessibilityNodeManager()
242 if ((node->GetNodeId() == rootNodeId_ + ROOT_STACK_BASE) && !children.empty()) { in GetNodeChildIds()
429 accessibilityNode->SetIsRootNode(nodeId == rootNodeId_); in CreateDeclarativeAccessibilityNode()
430 accessibilityNode->SetPageId(rootNodeId_ - DOM_ROOT_NODE_ID_BASE); in CreateDeclarativeAccessibilityNode()
468 accessibilityNode->SetIsRootNode(nodeId == rootNodeId_); in CreateCommonAccessibilityNode()
469 accessibilityNode->SetPageId(rootNodeId_ - DOM_ROOT_NODE_ID_BASE); in CreateCommonAccessibilityNode()
485 auto rootStackId = rootNodeId_ + (!IsDecor() ? ROOT_STACK_BASE : ROOT_DECOR_BASE); in GetRootAccessibilityNode()
490 parentNode->SetPageId(rootNodeId_ - DOM_ROOT_NODE_ID_BASE); in GetRootAccessibilityNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp707 rootNodeId_ = rootId; in onSceneInitialized()
708 auto rootIdNormalized = NormalizePath(rootNodeId_); in onSceneInitialized()
854 if (path == rootNodeId_) { in NormalizePath()
859 if (path.compare(hasSlash ? 1 : 0, rootNodeId_.size(), rootNodeId_.data())) { in NormalizePath()
862 patchedPath.append(rootNodeId_); in NormalizePath()
1171 nodePath = "/" + rootNodeId_ + "/"; in BindNodeToEcs()
1737 BASE_NS::string rootNodeId_; member in __anon3577c0ce0110::SceneImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.h644 rootNodeId_ = rootNodeId; in SetRootNodeId()
654 return rootNodeId_; in GetRootNodeId()
887 int32_t rootNodeId_ = 0; // host is Page or NavDestination variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h310 NodeId rootNodeId_ = INVALID_NODEID; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp757 rootNodeId_ = getRootNodeIdForRT ? std::invoke(getRootNodeIdForRT) : INVALID_NODEID; in OnAfterDraw()
791 .rootNodeId = rootNodeId_, in ReleaseBuffer()