/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_surface_node_command.cpp | 228 displayRenderNode->GetBootAnimation() != surfaceRenderNode->GetBootAnimation()) { in AttachToDisplay() 245 displayRenderNode->GetBootAnimation() != surfaceRenderNode->GetBootAnimation()) { in DetachToDisplay()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_display_render_node_test.cpp | 284 ASSERT_EQ(childNode->GetBootAnimation(), true); 287 ASSERT_FALSE(node->GetBootAnimation()); 300 ASSERT_TRUE(node->GetBootAnimation()); 302 ASSERT_FALSE(node->GetBootAnimation());
|
H A D | rs_surface_render_node_test.cpp | 506 ASSERT_EQ(node->GetBootAnimation(), true); 508 ASSERT_FALSE(node->GetBootAnimation());
|
H A D | rs_render_node_test.cpp | 419 ASSERT_EQ(node.GetBootAnimation(), true); 421 ASSERT_FALSE(node.GetBootAnimation());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_display_node.h | 60 bool GetBootAnimation() const;
|
H A D | rs_surface_node.h | 110 bool GetBootAnimation() const;
|
H A D | rs_display_node.cpp | 235 bool RSDisplayNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSDisplayNode
|
H A D | rs_surface_node.cpp | 748 bool RSSurfaceNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSSurfaceNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_display_node_test.cpp | 256 ASSERT_EQ(true, displayNode->GetBootAnimation()); 258 ASSERT_EQ(false, displayNode->GetBootAnimation());
|
H A D | rs_surface_node_test.cpp | 1163 ASSERT_EQ(true, surfaceNode->GetBootAnimation()); 1165 ASSERT_EQ(false, surfaceNode->GetBootAnimation());
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 120 rsDisplayRenderNode.GetBootAnimation(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 171 bool GetBootAnimation() const override;
|
H A D | rs_render_node.h | 88 virtual bool GetBootAnimation() const;
|
H A D | rs_surface_render_node.h | 456 bool GetBootAnimation() const override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_display_render_node.cpp | 161 bool RSDisplayRenderNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSDisplayRenderNode
|
H A D | rs_render_node.cpp | 315 if (child->GetBootAnimation()) { in RemoveChild() 705 if (GetBootAnimation()) { in DumpTree() 2784 bool RSRenderNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSRenderNode 3478 if (isContainBootAnimation_ && !existingChild->GetBootAnimation()) { in GenerateFullChildrenList() 3496 if (isContainBootAnimation_ && !disappearingChild->GetBootAnimation()) { in GenerateFullChildrenList()
|
H A D | rs_surface_render_node.cpp | 759 bool RSSurfaceRenderNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSSurfaceRenderNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 121 if (node.GetBootAnimation()) { in DumpNodeOptionalFlags()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/ |
H A D | rssurfacenode_fuzzer.cpp | 185 surfaceNode->GetBootAnimation(); in DoSetAndGet()
|