Home
last modified time | relevance | path

Searched refs:activeNode_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h714 activeNode_ = std::move(node); in UpdateCurrentActiveNode()
726 return activeNode_; in GetCurrentActiveNode()
1160 WeakPtr<FrameNode> activeNode_; variable
H A Dpipeline_context.cpp1735 if (activeNode_ == frameNode) { in DetachNode()
1736 activeNode_.Reset(); in DetachNode()
4313 auto node = activeNode_.Upgrade(); in GetCurrentExtraInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1467 pipeline->activeNode_ = AceType::WeakClaim(AceType::RawPtr(frameNode1));
1636 context_->activeNode_ = frameNode_;
1649 EXPECT_NE(context_->activeNode_, frameNode_);