Home
last modified time | relevance | path

Searched refs:GetHidePrivacyContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp151 bool RSSurfaceRenderParams::GetHidePrivacyContent() const in GetHidePrivacyContent() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h359 bool GetHidePrivacyContent() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp565 isHiddenScene && surfaceParams->GetHidePrivacyContent()) { in OnCapture()