Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp864 std::unordered_set<NodeId> currentBlackList = GetCurrentBlackList(); in CalculateOcclusion() local
865 …if (IsValidInVirtualScreen(node) && currentBlackList.find(node.GetId()) == currentBlackList.end())… in CalculateOcclusion()
927 std::unordered_set<NodeId> currentBlackList; in GetCurrentBlackList() local
929 screenManager_->GetCastScreenBlackList(currentBlackList); in GetCurrentBlackList()
931currentBlackList = screenManager_->GetVirtualScreenBlackList(curDisplayNode_->GetScreenId()); in GetCurrentBlackList()
933 return currentBlackList; in GetCurrentBlackList()