Lines Matching refs:Window
32 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "Window"};
35 static sptr<Window> CreateWindowWithSession(sptr<WindowOption>& option,
63 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option,
107 sptr<Window> Window::Create(sptr<WindowOption>& option, const std::shared_ptr<OHOS::AbilityRuntime::Context>& context,
138 sptr<Window> Window::CreatePiP(sptr<WindowOption>& option, const PiPTemplateInfo& pipTemplateInfo,
171 sptr<Window> Window::Find(const std::string& windowName)
180 uint32_t Window::GetParentMainWindowId(uint32_t windowId)
189 sptr<Window> Window::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& context)
198 sptr<Window> Window::GetTopWindowWithId(uint32_t mainWinId)
207 sptr<Window> Window::GetWindowWithId(uint32_t windId)
216 sptr<Window> Window::GetMainWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& context)
225 std::vector<sptr<Window>> Window::GetSubWindow(uint32_t parentId)
234 void Window::UpdateConfigurationForAll(const std::shared_ptr<AppExecFwk::Configuration>& configuration)