Home
last modified time | relevance | path

Searched refs:SetSecurityDisplay (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_display_node_command.h46 static void SetSecurityDisplay(RSContext&, NodeId, bool);
64 …NODE, DISPLAY_NODE_SET_SECURITY_DISPLAY, DisplayNodeCommandHelper::SetSecurityDisplay, NodeId, boo…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_display_node_test.cpp152 displayNode->SetSecurityDisplay(true);
172 displayNode->SetSecurityDisplay(false);
437 displayNode->SetSecurityDisplay(false);
442 displayNode->SetSecurityDisplay(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_display_node_command.cpp100 void DisplayNodeCommandHelper::SetSecurityDisplay(RSContext& context, NodeId id, bool isSecurityDis… in SetSecurityDisplay() function in OHOS::Rosen::DisplayNodeCommandHelper
103 node->SetSecurityDisplay(isSecurityDisplay); in SetSecurityDisplay()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_display_node_command_test.cpp82 DisplayNodeCommandHelper::SetSecurityDisplay(context, id, isSecurityDisplay);
86 DisplayNodeCommandHelper::SetSecurityDisplay(context, id, isSecurityDisplay);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.h49 void SetSecurityDisplay(bool isSecurityDisplay);
H A Drs_display_node.cpp150 void RSDisplayNode::SetSecurityDisplay(bool isSecurityDisplay) in SetSecurityDisplay() function in OHOS::Rosen::RSDisplayNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsecurity_layer_demo.cpp103 node->SetSecurityDisplay(param == 1 ? true : false); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.h64 void SetSecurityDisplay(bool isSecurityDisplay);
H A Drs_processor.cpp277 void RSProcessor::SetSecurityDisplay(bool isSecurityDisplay) in SetSecurityDisplay() function in OHOS::Rosen::RSProcessor
H A Drs_render_service_visitor.cpp177 processor_->SetSecurityDisplay(isSecurityDisplay_); in ProcessDisplayRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h104 void SetSecurityDisplay(bool isSecurityDisplay);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp82 DisplayNodeCommandHelper::SetSecurityDisplay(*context, id, isSecurityDisplay); in DoDisplayNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp116 rsDisplayRenderNode.SetSecurityDisplay(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h166 void SetSecurityDisplay(bool isSecurityDisplay);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_physical_screen_processor_test.cpp405 processor->SetSecurityDisplay(true);
H A Drs_uni_render_visitor_test.cpp610 node->SetSecurityDisplay(true);
634 node->SetSecurityDisplay(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp271 displayNode.SetSecurityDisplay(isSecurityDisplay); in RSDisplayRenderNodeFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp129 void RSDisplayRenderNode::SetSecurityDisplay(bool isSecurityDisplay) in SetSecurityDisplay() function in OHOS::Rosen::RSDisplayRenderNode
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp189 rsDisplayNode->SetSecurityDisplay(true); in SetPropertyForDisplayNode()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1206 displayNode_->SetSecurityDisplay(true); in InitRSDisplayNode()