Home
last modified time | relevance | path

Searched refs:SetIsNotifyUIBufferAvailable (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_render_service_listener_test.cpp111 node->SetIsNotifyUIBufferAvailable(false);
115 node->SetIsNotifyUIBufferAvailable(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_first_frame_callback_demo.cpp95 surfaceNode->SetIsNotifyUIBufferAvailable(false); in main()
104 surfaceNode->SetIsNotifyUIBufferAvailable(false); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h91 static void SetIsNotifyUIBufferAvailable(RSContext& context, NodeId nodeId, bool available);
148 SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable, NodeId, bool))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp181 void SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable(RSContext& context, NodeId id, bool ava… in SetIsNotifyUIBufferAvailable() function in OHOS::Rosen::SurfaceNodeCommandHelper
184 node->SetIsNotifyUIBufferAvailable(available); in SetIsNotifyUIBufferAvailable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp87 SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable(context, id, GetData<bool>()); in DoSurfacenodecommand()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_surface_node_command_test.cpp199 SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable(context, id, available);
203 SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable(*context2, id2, available);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h87 void SetIsNotifyUIBufferAvailable(bool available);
H A Drs_surface_node.cpp405 void RSSurfaceNode::SetIsNotifyUIBufferAvailable(bool available) in SetIsNotifyUIBufferAvailable() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp93 …SurfaceNodeCommandHelper::SetIsNotifyUIBufferAvailable(context, static_cast<NodeId>(id), available… in RSSurfaceNodeCommandFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp87 surfaceNode->SetIsNotifyUIBufferAvailable(available); in RSSurfaceNodeFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp1059 surfaceNode->SetIsNotifyUIBufferAvailable(true);
1408 HWTEST_F(RSSurfaceNodeTest, SetIsNotifyUIBufferAvailable, TestSize.Level1)
1413 surfaceNode->SetIsNotifyUIBufferAvailable(available);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp177 surfaceNode->SetIsNotifyUIBufferAvailable(available); in DoSetAndGet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h722 void SetIsNotifyUIBufferAvailable(bool available);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp208 srcNode->surfaceNode_->SetIsNotifyUIBufferAvailable(true); in GetAndDrawSnapShot()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp1157 node->SetIsNotifyUIBufferAvailable(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp523 void RSSurfaceRenderNode::SetIsNotifyUIBufferAvailable(bool available) in SetIsNotifyUIBufferAvailable() function in OHOS::Rosen::RSSurfaceRenderNode