Home
last modified time | relevance | path

Searched refs:GetBootAnimation (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp228 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 Drs_display_render_node_test.cpp284 ASSERT_EQ(childNode->GetBootAnimation(), true);
287 ASSERT_FALSE(node->GetBootAnimation());
300 ASSERT_TRUE(node->GetBootAnimation());
302 ASSERT_FALSE(node->GetBootAnimation());
H A Drs_surface_render_node_test.cpp506 ASSERT_EQ(node->GetBootAnimation(), true);
508 ASSERT_FALSE(node->GetBootAnimation());
H A Drs_render_node_test.cpp419 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 Drs_display_node.h60 bool GetBootAnimation() const;
H A Drs_surface_node.h110 bool GetBootAnimation() const;
H A Drs_display_node.cpp235 bool RSDisplayNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSDisplayNode
H A Drs_surface_node.cpp748 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 Drs_display_node_test.cpp256 ASSERT_EQ(true, displayNode->GetBootAnimation());
258 ASSERT_EQ(false, displayNode->GetBootAnimation());
H A Drs_surface_node_test.cpp1163 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 Drsdisplayrendernode_fuzzer.cpp120 rsDisplayRenderNode.GetBootAnimation(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h171 bool GetBootAnimation() const override;
H A Drs_render_node.h88 virtual bool GetBootAnimation() const;
H A Drs_surface_render_node.h456 bool GetBootAnimation() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp161 bool RSDisplayRenderNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSDisplayRenderNode
H A Drs_render_node.cpp315 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 Drs_surface_render_node.cpp759 bool RSSurfaceRenderNode::GetBootAnimation() const in GetBootAnimation() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp121 if (node.GetBootAnimation()) { in DumpNodeOptionalFlags()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp185 surfaceNode->GetBootAnimation(); in DoSetAndGet()