Home
last modified time | relevance | path

Searched refs:WindowManagerAgentLite (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent_lite.cpp24 void WindowManagerAgentLite::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& focusChangeInfo, bool focused) in UpdateFocusChangeInfo()
29 void WindowManagerAgentLite::UpdateWindowVisibilityInfo(const std::vector<sptr<WindowVisibilityInfo>>& visibilityInfos) in UpdateWindowVisibilityInfo()
34 void WindowManagerAgentLite::UpdateWindowDrawingContentInfo( in UpdateWindowDrawingContentInfo()
40 void WindowManagerAgentLite::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo()
45 void WindowManagerAgentLite::UpdateCameraWindowStatus(uint32_t accessTokenId, bool isShowing) in UpdateCameraWindowStatus()
50 void WindowManagerAgentLite::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange()
55 void WindowManagerAgentLite::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged()
60 void WindowManagerAgentLite::NotifyAccessibilityWindowInfo(const std::vector<sptr<AccessibilityWindowInfo>>& infos, in NotifyAccessibilityWindowInfo()
H A Dwindow_manager_lite.cpp60 sptr<WindowManagerAgentLite> focusChangedListenerAgent_;
62 sptr<WindowManagerAgentLite> windowUpdateListenerAgent_;
64 sptr<WindowManagerAgentLite> windowVisibilityListenerAgent_;
66 sptr<WindowManagerAgentLite> windowDrawingContentListenerAgent_;
68 sptr<WindowManagerAgentLite> windowModeListenerAgent_;
70 sptr<WindowManagerAgentLite> cameraWindowChangedListenerAgent_;
73 sptr<WindowManagerAgentLite> windowStyleListenerAgent_;
75 sptr<WindowManagerAgentLite> pipStateChangedListenerAgent_;
296 pImpl_->focusChangedListenerAgent_ = new (std::nothrow) WindowManagerAgentLite(); in RegisterFocusChangedListener()
348 pImpl_->windowVisibilityListenerAgent_ = new (std::nothrow) WindowManagerAgentLite(); in RegisterVisibilityChangedListener()
[all...]
/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent_lite.h24 class WindowManagerAgentLite : public WindowManagerAgentStub { class
26 WindowManagerAgentLite() = default;
27 ~WindowManagerAgentLite() = default;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h40 friend class WindowManagerAgentLite;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp810 windowManager.pImpl_->windowStyleListenerAgent_ = new (std::nothrow) WindowManagerAgentLite(); in HWTEST_F()
978 windowManager.pImpl_->pipStateChangedListenerAgent_ = new (std::nothrow) WindowManagerAgentLite(); in HWTEST_F()

Completed in 4 milliseconds