Home
last modified time | relevance | path

Searched refs:LeashPersistentId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h80 void SetLeashPersistentId(LeashPersistentId leashPersistentId);
81 LeashPersistentId GetLeashPersistentId() const;
196 LeashPersistentId leashPersistentId_ = INVALID_LEASH_PERSISTENTID;
H A Drs_surface_node.cpp256 void RSSurfaceNode::SetLeashPersistentId(LeashPersistentId leashPersistentId) in SetLeashPersistentId()
269 LeashPersistentId RSSurfaceNode::GetLeashPersistentId() const in GetLeashPersistentId()
/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()
553 LeashPersistentId leashPersistentId_ = INVALID_LEASH_PERSISTENTID;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h172 SurfaceNodeCommandHelper::SetLeashPersistentId, NodeId, LeashPersistentId))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h39 using LeashPersistentId = uint64_t; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp108 …eCommandHelper::SetLeashPersistentId(RSContext& context, NodeId id, LeashPersistentId leashPersist… in SetLeashPersistentId()
/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.cpp387 LeashPersistentId leashPersistentId = 50;
/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()