Lines Matching refs:Window
24 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "Window"};
26 sptr<Window> Window::Create(const std::string& windowName, sptr<WindowOption>& option,
50 sptr<Window> Window::Find(const std::string& windowName)
55 std::vector<sptr<Window>> Window::GetSubWindow(uint32_t parentId)
57 return std::vector<sptr<Window>>();
60 sptr<Window> Window::GetTopWindowWithId(uint32_t mainWinId)
65 sptr<Window> Window::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& context)
70 void Window::UpdateConfigurationForAll(const std::shared_ptr<AppExecFwk::Configuration>& configuration)