Home
last modified time | relevance | path

Searched refs:leashPersistentId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.cpp256 void RSSurfaceNode::SetLeashPersistentId(LeashPersistentId leashPersistentId) in SetLeashPersistentId() argument
258 leashPersistentId_ = leashPersistentId; in SetLeashPersistentId()
260 std::make_unique<RSurfaceNodeSetLeashPersistentId>(GetId(), leashPersistentId); in SetLeashPersistentId()
266 …NodeId:[%{public}" PRIu64 "] leashPersistentId:[%{public}" PRIu64 "]", GetId(), leashPersistentId); in SetLeashPersistentId()
H A Drs_surface_node.h80 void SetLeashPersistentId(LeashPersistentId leashPersistentId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_surface_node_command.cpp108 …andHelper::SetLeashPersistentId(RSContext& context, NodeId id, LeashPersistentId leashPersistentId) in SetLeashPersistentId() argument
111 node->SetLeashPersistentId(leashPersistentId); in SetLeashPersistentId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_surface_node_command.h81 static void SetLeashPersistentId(RSContext& context, NodeId nodeId, uint64_t leashPersistentId);
/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; variable
388 surfaceNode->SetLeashPersistentId(leashPersistentId);
389 EXPECT_TRUE(surfaceNode->GetLeashPersistentId() == leashPersistentId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp834 void RSSurfaceRenderNode::SetLeashPersistentId(NodeId leashPersistentId) in SetLeashPersistentId() argument
836 if (leashPersistentId_ == leashPersistentId) { in SetLeashPersistentId()
840 leashPersistentId_ = leashPersistentId; in SetLeashPersistentId()
844 "" PRIu64, GetId(), leashPersistentId); in SetLeashPersistentId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h459 void SetLeashPersistentId(uint64_t leashPersistentId);