Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h118 virtual bool GetCastScreenEnableSkipWindow() = 0;
208 bool GetCastScreenEnableSkipWindow() override;
H A Drs_screen_manager.h88 virtual bool GetCastScreenEnableSkipWindow(ScreenId id) = 0;
300 bool GetCastScreenEnableSkipWindow(ScreenId id) override;
H A Drs_screen.cpp1099 bool RSScreen::GetCastScreenEnableSkipWindow() in GetCastScreenEnableSkipWindow() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp1158 bool RSScreenManager::GetCastScreenEnableSkipWindow(ScreenId id) in GetCastScreenEnableSkipWindow() function in OHOS::Rosen::impl::RSScreenManager
1167 return virtualScreen->second->GetCastScreenEnableSkipWindow(); in GetCastScreenEnableSkipWindow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp635 … castScreenEnableSkipWindow_ = screenManager->GetCastScreenEnableSkipWindow(paramScreenId); in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp928 if (screenManager_->GetCastScreenEnableSkipWindow(curDisplayNode_->GetScreenId())) { in GetCurrentBlackList()