Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp915 bool res = uifirstManager_.IsInLeashWindowTree(node, instanceRootId);
919 res = uifirstManager_.IsInLeashWindowTree(node, instanceRootId);
928 res = uifirstManager_.IsInLeashWindowTree(node, instanceRootId);
935 res = uifirstManager_.IsInLeashWindowTree(node, instanceRootId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h175 bool IsInLeashWindowTree(RSSurfaceRenderNode& node, NodeId instanceRootId);
H A Drs_uifirst_manager.cpp829 bool RSUifirstManager::IsInLeashWindowTree(RSSurfaceRenderNode& node, NodeId instanceRootId) in IsInLeashWindowTree() function in OHOS::Rosen::RSUifirstManager
883 if (surfaceNode && IsInLeashWindowTree(*node, surfaceNode->GetInstanceRootNodeId())) { in AddPendingPostNode()