Lines Matching refs:WindowAdapterLite

26 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowAdapterLite"};
28 WM_IMPLEMENT_SINGLE_INSTANCE(WindowAdapterLite)
54 WMError WindowAdapterLite::RegisterWindowManagerAgent(WindowManagerAgentType type,
73 WMError WindowAdapterLite::UnregisterWindowManagerAgent(WindowManagerAgentType type,
98 void WindowAdapterLite::ReregisterWindowManagerLiteAgent()
115 WMError WindowAdapterLite::CheckWindowId(int32_t windowId, int32_t& pid)
124 WMError WindowAdapterLite::GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos)
133 bool WindowAdapterLite::InitSSMProxy()
163 void WindowAdapterLite::OnUserSwitch()
171 void WindowAdapterLite::ClearWindowAdapter()
194 SingletonContainer::Get<WindowAdapterLite>().ClearWindowAdapter();
198 void WindowAdapterLite::GetFocusWindowInfo(FocusChangeInfo& focusInfo)
208 WMError WindowAdapterLite::GetWindowModeType(WindowModeType& windowModeType)
218 WMError WindowAdapterLite::GetMainWindowInfos(int32_t topNum, std::vector<MainWindowInfo>& topNInfo)
228 WMError WindowAdapterLite::GetAllMainWindowInfos(std::vector<MainWindowInfo>& infos)
238 WMError WindowAdapterLite::ClearMainSessions(const std::vector<int32_t>& persistentIds)
249 WMError WindowAdapterLite::ClearMainSessions(const std::vector<int32_t>& persistentIds,
260 WMError WindowAdapterLite::RaiseWindowToTop(int32_t persistentId)
269 WMError WindowAdapterLite::RegisterWMSConnectionChangedListener(const WMSConnectionChangedCallbackFunc& callbackFunc)
275 WMError WindowAdapterLite::GetWindowStyleType(WindowStyleType& windowStyleType)
283 sptr<IWindowManagerLite> WindowAdapterLite::GetWindowManagerServiceProxy() const
289 WMError WindowAdapterLite::TerminateSessionByPersistentId(int32_t persistentId)
298 WMError WindowAdapterLite::CloseTargetFloatWindow(const std::string& bundleName)
307 WMError WindowAdapterLite::CloseTargetPiPWindow(const std::string& bundleName)
315 WMError WindowAdapterLite::GetCurrentPiPWindowInfo(std::string& bundleName)
323 WMError WindowAdapterLite::GetAccessibilityWindowInfo(std::vector<sptr<AccessibilityWindowInfo>>& infos)