Home
last modified time | relevance | path

Searched refs:isSecurityDisplay_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_visitor.cpp61 isSecurityDisplay_ = node.GetSecurityDisplay(); in PrepareDisplayRenderNode()
129 isSecurityDisplay_ = node.GetSecurityDisplay(); in ProcessDisplayRenderNode()
133 … node.GetId(), node.GetScreenId(), isSecurityDisplay_ ? "true" : "false", node.GetChildrenCount()); in ProcessDisplayRenderNode()
176 if (isSecurityDisplay_ && displayHasSecSurface_[node.GetScreenId()]) { in ProcessDisplayRenderNode()
177 processor_->SetSecurityDisplay(isSecurityDisplay_); in ProcessDisplayRenderNode()
205 if (isSecurityDisplay_ && node.GetSecurityLayer()) { in PrepareSurfaceRenderNode()
212 if (isSecurityDisplay_ && node.GetSkipLayer()) { in PrepareSurfaceRenderNode()
248 if (isSecurityDisplay_ && node.GetSkipLayer()) { in ProcessSurfaceRenderNode()
H A Drs_render_service_visitor.h67 bool isSecurityDisplay_ = false; variable
H A Drs_virtual_screen_processor.cpp88 if (isSecurityDisplay_ && displayHasSecSurface_) { in PostProcess()
H A Drs_processor.h116 bool isSecurityDisplay_ = false; variable
H A Drs_processor.cpp279 isSecurityDisplay_ = isSecurityDisplay; in SetSecurityDisplay()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_display_render_params.h107 return isSecurityDisplay_; in GetSecurityDisplay()
165 bool isSecurityDisplay_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_display_render_params.cpp180 targetDisplayParams->isSecurityDisplay_ = isSecurityDisplay_; in OnSync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp131 isSecurityDisplay_ = isSecurityDisplay; in SetSecurityDisplay()
136 return isSecurityDisplay_; in GetSecurityDisplay()
245 displayParams->isSecurityDisplay_ = GetSecurityDisplay(); in UpdateScreenRenderParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.cpp152 isSecurityDisplay_ = isSecurityDisplay; in SetSecurityDisplay()
164 return isSecurityDisplay_; in GetSecurityDisplay()
H A Drs_display_node.h78 bool isSecurityDisplay_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h391 bool isSecurityDisplay_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_physical_screen_processor_test.cpp406 ASSERT_TRUE(processor->isSecurityDisplay_);
H A Drs_render_service_visitor_test.cpp341 rsRenderServiceVisitor.isSecurityDisplay_ = true;
865 rsRenderServiceVisitor.isSecurityDisplay_ = true;