Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h86 virtual void GetCastScreenBlackList(std::unordered_set<uint64_t>& screenBlackList) = 0;
298 void GetCastScreenBlackList(std::unordered_set<uint64_t>& screenBlackList) override;
H A Drs_screen_manager.cpp978 void RSScreenManager::GetCastScreenBlackList(std::unordered_set<uint64_t>& screenBlackList) in GetCastScreenBlackList() function in OHOS::Rosen::impl::RSScreenManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp638 screenManager->GetCastScreenBlackList(currentBlackList_); in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp929 screenManager_->GetCastScreenBlackList(currentBlackList); in GetCurrentBlackList()