Searched refs:GetCastScreenEnableSkipWindow (Results 1 – 6 of 6) sorted by relevance
118 virtual bool GetCastScreenEnableSkipWindow() = 0;208 bool GetCastScreenEnableSkipWindow() override;
88 virtual bool GetCastScreenEnableSkipWindow(ScreenId id) = 0;300 bool GetCastScreenEnableSkipWindow(ScreenId id) override;
1099 bool RSScreen::GetCastScreenEnableSkipWindow() in GetCastScreenEnableSkipWindow() function in OHOS::Rosen::impl::RSScreen
1158 bool RSScreenManager::GetCastScreenEnableSkipWindow(ScreenId id) in GetCastScreenEnableSkipWindow() function in OHOS::Rosen::impl::RSScreenManager1167 return virtualScreen->second->GetCastScreenEnableSkipWindow(); in GetCastScreenEnableSkipWindow()
635 … castScreenEnableSkipWindow_ = screenManager->GetCastScreenEnableSkipWindow(paramScreenId); in OnDraw()
928 if (screenManager_->GetCastScreenEnableSkipWindow(curDisplayNode_->GetScreenId())) { in GetCurrentBlackList()