Searched refs:HasActiveNode (Results 1 – 4 of 4) sorted by relevance
65 EXPECT_FALSE(rSContext.HasActiveNode(nodePtr));71 EXPECT_FALSE(rSContext.HasActiveNode(nodePtr));77 EXPECT_TRUE(rSContext.HasActiveNode(nodePtr));
46 bool RSContext::HasActiveNode(const std::shared_ptr<RSRenderNode>& node) in HasActiveNode() function in OHOS::Rosen::RSContext
110 bool HasActiveNode(const std::shared_ptr<RSRenderNode>& node);
1612 if (!mainThread->IsIdle() && mainThread->GetContext().HasActiveNode(node)) { in GetPixelmap()