Home
last modified time | relevance | path

Searched refs:GetLeashPersistentId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h81 LeashPersistentId GetLeashPersistentId() const;
H A Drs_surface_node.cpp269 LeashPersistentId RSSurfaceNode::GetLeashPersistentId() const in GetLeashPersistentId() function in OHOS::Rosen::RSSurfaceNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h183 LeashPersistentId GetLeashPersistentId() const in GetLeashPersistentId() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp634 …if (surfaceParams.IsLeashWindow() && blackList.find(surfaceParams.GetLeashPersistentId()) != black… in CheckIfSurfaceSkipInMirror()
636 …(LeashPersistentId:[%{public}" PRIu64 "]) is in black list", surfaceParams.GetLeashPersistentId()); in CheckIfSurfaceSkipInMirror()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h467 LeashPersistentId GetLeashPersistentId() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_surface_node_test.cpp389 EXPECT_TRUE(surfaceNode->GetLeashPersistentId() == leashPersistentId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp863 LeashPersistentId RSSurfaceRenderNode::GetLeashPersistentId() const in GetLeashPersistentId() function in OHOS::Rosen::RSSurfaceRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp427 …curDisplayNode_->AddSecurityLayer(node.IsLeashWindow() ? node.GetLeashPersistentId() : node.GetId(… in UpdateSecuritySkipAndProtectedLayersRecord()