Home
last modified time | relevance | path

Searched refs:SetBootAnimation (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp84 DisplayNodeCommandHelper::SetBootAnimation(*context, id, isBootAnimation); in DoDisplayNode()
85 DisplayNodeCommandHelper::SetBootAnimation(*context, id2, isBootAnimation); in DoDisplayNode()
133 DisplayNodeCommandHelper::SetBootAnimation(context, id, true); in DoSetBootAnimation()
134 DisplayNodeCommandHelper::SetBootAnimation(context, g_five, true); in DoSetBootAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h49 static void SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnimation);
72 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_BOOT_ANIMATION, DisplayNodeCommandHelper::SetBootAnimation,
H A Drs_surface_node_command.h98 static void SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnimation);
127 …ARG(SURFACE_NODE, SURFACE_NODE_SET_BOOT_ANIMATION, SurfaceNodeCommandHelper::SetBootAnimation, Nod…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_display_render_node_test.cpp283 childNode->SetBootAnimation(true);
285 node->SetBootAnimation(false);
286 childNode->SetBootAnimation(false);
299 node->SetBootAnimation(true);
301 node->SetBootAnimation(false);
H A Drs_render_node_test.cpp418 node.SetBootAnimation(true);
420 node.SetBootAnimation(false);
1381 nodeTest->SetBootAnimation(true);
H A Drs_surface_render_node_test.cpp505 node->SetBootAnimation(true);
507 node->SetBootAnimation(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp128 void DisplayNodeCommandHelper::SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnima… in SetBootAnimation() function in OHOS::Rosen::DisplayNodeCommandHelper
131 node->SetBootAnimation(isBootAnimation); in SetBootAnimation()
H A Drs_surface_node_command.cpp252 void SurfaceNodeCommandHelper::SetBootAnimation(RSContext& context, NodeId nodeId, bool isBootAnima… in SetBootAnimation() function in OHOS::Rosen::SurfaceNodeCommandHelper
255 node->SetBootAnimation(isBootAnimation); in SetBootAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_display_node_test.cpp255 displayNode->SetBootAnimation(true);
257 displayNode->SetBootAnimation(false);
262 displayNode->SetBootAnimation(false);
H A Drs_surface_node_test.cpp1162 surfaceNode->SetBootAnimation(true);
1164 surfaceNode->SetBootAnimation(false);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp101 rsDisplayNode_->SetBootAnimation(true); in InitRsDisplayNode()
131 rsSurfaceNode_->SetBootAnimation(true); in InitRsSurfaceNode()
H A Dboot_compile_progress.cpp110 rsSurfaceNode_->SetBootAnimation(true); in CreateCanvasNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_display_node_command_test.cpp168 DisplayNodeCommandHelper::SetBootAnimation(context, id, true);
170 DisplayNodeCommandHelper::SetBootAnimation(context, 5, true);
H A Drs_surface_node_command_test.cpp322 SurfaceNodeCommandHelper::SetBootAnimation(context, id, false);
325 SurfaceNodeCommandHelper::SetBootAnimation(context, id2, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.h59 void SetBootAnimation(bool isBootAnimation);
H A Drs_surface_node.h109 void SetBootAnimation(bool isBootAnimation);
H A Drs_display_node.cpp225 void RSDisplayNode::SetBootAnimation(bool isBootAnimation) in SetBootAnimation() function in OHOS::Rosen::RSDisplayNode
H A Drs_surface_node.cpp735 void RSSurfaceNode::SetBootAnimation(bool isBootAnimation) in SetBootAnimation() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp94 SurfaceNodeCommandHelper::SetBootAnimation(context, id, GetData<bool>()); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp119 rsDisplayRenderNode.SetBootAnimation(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h170 void SetBootAnimation(bool isBootAnimation) override;
H A Drs_render_node.h87 virtual void SetBootAnimation(bool isBootAnimation);
H A Drs_surface_render_node.h455 void SetBootAnimation(bool isBootAnimation) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp146 void RSDisplayRenderNode::SetBootAnimation(bool isBootAnimation) in SetBootAnimation() function in OHOS::Rosen::RSDisplayRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp184 surfaceNode->SetBootAnimation(isBootAnimation); in DoSetAndGet()

12