Lines Matching refs:WindowScene
26 const std::string WindowScene::MAIN_WINDOW_ID = "main window";
28 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowScene"};
30 WindowScene::~WindowScene()
34 WMError WindowScene::Init(DisplayId displayId, const std::shared_ptr<AbilityRuntime::Context>& context,
37 WLOGFD("WindowScene with window session!");
81 std::string WindowScene::GenerateMainWindowName(const std::shared_ptr<AbilityRuntime::Context>& context) const
93 sptr<Window> WindowScene::CreateWindow(const std::string& windowName, sptr<WindowOption>& option) const
98 const sptr<Window>& WindowScene::GetMainWindow() const
103 std::vector<sptr<Window>> WindowScene::GetSubWindow()
108 WMError WindowScene::GoDestroy()
116 WLOGFE("WindowScene go destroy failed name: %{public}s", mainWindow_->GetWindowName().c_str());
123 void WindowScene::UpdateConfiguration(const std::shared_ptr<AppExecFwk::Configuration>& configuration)