Searched refs:currentBlackList (Results 1 – 1 of 1) sorted by relevance
864 std::unordered_set<NodeId> currentBlackList = GetCurrentBlackList(); in CalculateOcclusion() local865 …if (IsValidInVirtualScreen(node) && currentBlackList.find(node.GetId()) == currentBlackList.end())… in CalculateOcclusion()927 std::unordered_set<NodeId> currentBlackList; in GetCurrentBlackList() local929 screenManager_->GetCastScreenBlackList(currentBlackList); in GetCurrentBlackList()931 … currentBlackList = screenManager_->GetVirtualScreenBlackList(curDisplayNode_->GetScreenId()); in GetCurrentBlackList()933 return currentBlackList; in GetCurrentBlackList()