Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsecurity_layer_demo.cpp99 node->SetSecurityLayer(param == 1 ? true : false); in main()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_test.cpp666 surfaceNode->SetSecurityLayer(false);
683 surfaceNode->SetSecurityLayer(false);
700 surfaceNode->SetSecurityLayer(false);
717 surfaceNode->SetSecurityLayer(true);
H A Drs_render_engine_test.cpp371 surfaceNode->SetSecurityLayer(true);
391 surfaceNode->SetSecurityLayer(false);
411 surfaceNode->SetSecurityLayer(false);
H A Drs_uni_render_visitor_test.cpp637 surfaceNode->SetSecurityLayer(true);
1026 surfaceNode->SetSecurityLayer(true);
1163 surfaceNode->SetSecurityLayer(true);
H A Drs_render_service_visitor_test.cpp866 rsSurfaceRenderNode->SetSecurityLayer(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h80 static void SetSecurityLayer(RSContext& context, NodeId nodeId, bool isSecurityLayer);
129 …ARG(SURFACE_NODE, SURFACE_NODE_SET_SECURITY_LAYER, SurfaceNodeCommandHelper::SetSecurityLayer, Nod…
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_context.h41 MOCK_METHOD1(SetSecurityLayer, void(bool));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp101 void SurfaceNodeCommandHelper::SetSecurityLayer(RSContext& context, NodeId id, bool isSecurityLayer) in SetSecurityLayer() function in OHOS::Rosen::SurfaceNodeCommandHelper
104 node->SetSecurityLayer(isSecurityLayer); in SetSecurityLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfacenodecommand_fuzzer/
H A Drssurfacenodecommand_fuzzer.cpp77 SurfaceNodeCommandHelper::SetSecurityLayer(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.cpp81 SurfaceNodeCommandHelper::SetSecurityLayer(context, id, isSecurityLayer);
85 SurfaceNodeCommandHelper::SetSecurityLayer(*context2, id2, isSecurityLayer);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h78 void SetSecurityLayer(bool isSecurityLayer);
H A Drs_surface_node.cpp274 void RSSurfaceNode::SetSecurityLayer(bool isSecurityLayer) in SetSecurityLayer() 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.cpp85 SurfaceNodeCommandHelper::SetSecurityLayer(context, static_cast<NodeId>(id), isSecurityLayer); in RSSurfaceNodeCommandFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsnode_fuzzer/
H A Drsnode_fuzzer.cpp85 surfaceNode->SetSecurityLayer(isSecurityLayer); in RSSurfaceNodeFuzzTest()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1547 node->surfaceNode_->SetSecurityLayer(isPrivacyMode); in UpdateProperty()
1549 node->leashWinSurfaceNode_->SetSecurityLayer(isPrivacyMode); in UpdateProperty()
1559 node->surfaceNode_->SetSecurityLayer(isPrivacyMode); in UpdateProperty()
1561 node->leashWinSurfaceNode_->SetSecurityLayer(isPrivacyMode); in UpdateProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp135 renderNode->SetSecurityLayer(true);
139 renderNode->SetSecurityLayer(false);
H A Drs_surface_render_node_test.cpp627 node->SetSecurityLayer(true);
656 securityLayerNode->SetSecurityLayer(true);
741 node->SetSecurityLayer(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp336 surfaceNode->SetSecurityLayer(true);
349 surfaceNode->SetSecurityLayer(false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rssurfacenode_fuzzer/
H A Drssurfacenode_fuzzer.cpp166 surfaceNode->SetSecurityLayer(isSecurityLayer); in DoSetAndGet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h283 virtual void SetSecurityLayer(bool isSecure) {} in SetSecurityLayer() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h272 void SetSecurityLayer(bool isSecure) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h458 void SetSecurityLayer(bool isSecurityLayer);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp338 surfaceNode_->SetSecurityLayer(isPrivacyMode); in SetPrivacyMode()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp332 leashWinSurfaceNode->SetSecurityLayer(lastPrivacyMode); in ForegroundTask()
2976 surfaceNode_->SetSecurityLayer(isPrivacy); in SetPrivacyMode()
2979 leashWinSurfaceNode->SetSecurityLayer(isPrivacy); in SetPrivacyMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp2033 renderContextForSurface_->SetSecurityLayer(isSecure); in EnableSecure()

12