Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_dropframe_test.cpp106 bool isOnTheTree = child->IsOnTheTree(); variable
107 EXPECT_EQ(isOnTheTree, true);
126 bool isOnTheTree = child->IsOnTheTree(); variable
127 EXPECT_EQ(isOnTheTree, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp102 bool isOnTheTree = GetData<bool>(); in RSBaseRenderNodeFuzzTest() local
119 std::shared_ptr<RSRenderNode> node = std::make_shared<RSRenderNode>(id, isOnTheTree, context); in RSBaseRenderNodeFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp446 …urfaceRenderNode::UpdateChildSubSurfaceNodes(RSSurfaceRenderNode::SharedPtr node, bool isOnTheTree) in UpdateChildSubSurfaceNodes() argument
448 if (isOnTheTree) { in UpdateChildSubSurfaceNodes()
454 node->SetIsSubSurfaceNode(isOnTheTree); in UpdateChildSubSurfaceNodes()
H A Drs_render_node.cpp221 NodeId id, bool isOnTheTree, const std::weak_ptr<RSContext>& context, bool isTextureExportNode) in RSRenderNode() argument
222 …: isOnTheTree_(isOnTheTree), id_(id), context_(context), isTextureExportNode_(isTextureExportNode), in RSRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h76 explicit RSRenderNode(NodeId id, bool isOnTheTree, const std::weak_ptr<RSContext>& context = {},
H A Drs_surface_render_node.h1293 void UpdateChildSubSurfaceNodes(RSSurfaceRenderNode::SharedPtr node, bool isOnTheTree);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2591 bool isOnTheTree = savedAppWindowNode_[listener.first].first->IsOnTheTree(); in SurfaceOcclusionCallback() local
2592 if (isOnTheTree) { in SurfaceOcclusionCallback()
2620 if (isOnTheTree) { in SurfaceOcclusionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5706 bool isOnTheTree = frameNode->IsOnMainTree(); local
5708 RSNode::ExecuteWithoutAnimation([this, isOnTheTree, &frameNode]() {
5710 transitionEffect_->Attach(Claim(this), !isOnTheTree);