Home
last modified time | relevance | path

Searched refs:BUILDER_NODE_OFF_MAINTREE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp59 …tatus_ = ViewStackProcessor::GetInstance()->IsBuilderNode() ? NodeStatus::BUILDER_NODE_OFF_MAINTREE in UINode()
93 nodeStatus_ = NodeStatus::BUILDER_NODE_OFF_MAINTREE; in ~UINode()
623 if (nodeStatus_ == NodeStatus::BUILDER_NODE_OFF_MAINTREE) { in AttachToMainTree()
646 if (nodeStatus_ == NodeStatus::BUILDER_NODE_OFF_MAINTREE) { in AttachToMainTree()
665 nodeStatus_ = NodeStatus::BUILDER_NODE_OFF_MAINTREE; in DetachFromMainTree()
H A Dui_node.h52 BUILDER_NODE_OFF_MAINTREE = 1, // Indicates it is a BuilderNode and is detach from the mainTree; enumerator
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp128 if (host->GetNodeStatus() == NodeStatus::BUILDER_NODE_OFF_MAINTREE) { in OnDetachFromMainTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp901 if (host && host->GetNodeStatus() == NodeStatus::BUILDER_NODE_OFF_MAINTREE) { in OnDetachFromMainTree()