Lines Matching refs:WindowScene
44 WindowScene::~WindowScene()
49 void WindowScene::OnLastStrongRef(const void *)
56 WMError WindowScene::Init(DisplayId displayId, const std::shared_ptr<AbilityRuntime::Context>& context,
59 TLOGI(WmsLogTag::WMS_MAIN, "WindowScene init with normal option!");
87 WMError WindowScene::Init(DisplayId displayId, const std::shared_ptr<AbilityRuntime::Context>& context,
91 TLOGI(WmsLogTag::WMS_MAIN, "WindowScene with window session!");
120 sptr<Window> WindowScene::CreateWindow(const std::string& windowName, sptr<WindowOption>& option) const
134 sptr<Window> WindowScene::GetMainWindow() const
140 std::vector<sptr<Window>> WindowScene::GetSubWindow()
151 WMError WindowScene::GoForeground(uint32_t reason)
162 WMError WindowScene::GoBackground(uint32_t reason)
173 WMError WindowScene::GoDestroy()
191 WMError WindowScene::OnNewWant(const AAFwk::Want& want)
202 WMError WindowScene::SetSystemBarProperty(WindowType type, const SystemBarProperty& property) const
212 WMError WindowScene::RequestFocus() const
222 void WindowScene::UpdateConfiguration(const std::shared_ptr<AppExecFwk::Configuration>& configuration)
232 std::string WindowScene::GetContentInfo(BackupAndRestoreType type) const
242 WMError WindowScene::NotifyMemoryLevel(int32_t level)