Home
last modified time | relevance | path

Searched refs:appNodeId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h467 bool CheckSubThreadNodeStatusIsDoing(NodeId appNodeId) const;
475 bool IsLastFrameUIFirstEnabled(NodeId appNodeId) const;
H A Drs_main_thread.cpp1459 bool RSMainThread::CheckSubThreadNodeStatusIsDoing(NodeId appNodeId) const in CheckSubThreadNodeStatusIsDoing()
1468 if (node->GetId() == appNodeId) { in CheckSubThreadNodeStatusIsDoing()
1473 if (surfaceNode && surfaceNode->GetId() == appNodeId) { in CheckSubThreadNodeStatusIsDoing()
1531 auto appNodeId = surfaceNode->GetInstanceRootNodeId(); in CollectInfoForHardwareComposer() local
1533 context_->AddActiveNode(nodeMap.GetRenderNode(appNodeId)); in CollectInfoForHardwareComposer()
1581 bool RSMainThread::IsLastFrameUIFirstEnabled(NodeId appNodeId) const in IsLastFrameUIFirstEnabled()
1588 if (node->GetId() == appNodeId) { in IsLastFrameUIFirstEnabled()
1594 … if (surfaceNode && surfaceNode->IsAppWindow() && surfaceNode->GetId() == appNodeId) { in IsLastFrameUIFirstEnabled()