Home
last modified time | relevance | path

Searched refs:WindowManagerAgentProxy (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp67 sptr<WindowManagerAgentProxy> windowManagerAgentProxy = new (std::nothrow) WindowManagerAgentProxy(impl); in HWTEST_F()
90 sptr<WindowManagerAgentProxy> windowManagerAgentProxy = new (std::nothrow) WindowManagerAgentProxy(impl); in HWTEST_F()
113 sptr<WindowManagerAgentProxy> windowManagerAgentProxy = new (std::nothrow) WindowManagerAgentProxy(impl); in HWTEST_F()
140 sptr<WindowManagerAgentProxy> windowManagerAgentProxy = new (std::nothrow) WindowManagerAgentProxy(impl); in HWTEST_F()
166 sptr<WindowManagerAgentProxy> windowManagerAgentProxy = new (std::nothrow) WindowManagerAgentProxy(imp in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_manager_agent_proxy.h24 class WindowManagerAgentProxy : public IRemoteProxy<IWindowManagerAgent> { class
26 explicit WindowManagerAgentProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IWindowManagerAgent>(impl) {}; in WindowManagerAgentProxy() function in OHOS::Rosen::WindowManagerAgentProxy
28 ~WindowManagerAgentProxy() {}; in ~WindowManagerAgentProxy()
48 static inline BrokerDelegator<WindowManagerAgentProxy> delegator_;
/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_proxy.cpp25 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowManagerAgentProxy"};
28 void WindowManagerAgentProxy::UpdateFocusChangeInfo(const sptr<FocusChangeInfo>& focusChangeInfo, bool focused) in UpdateFocusChangeInfo()
63 void WindowManagerAgentProxy::UpdateWindowModeTypeInfo(WindowModeType type) in UpdateWindowModeTypeInfo()
90 void WindowManagerAgentProxy::UpdateSystemBarRegionTints(DisplayId displayId, const SystemBarRegionTints& tints) in UpdateSystemBarRegionTints()
127 void WindowManagerAgentProxy::NotifyAccessibilityWindowInfo(const std::vector<sptr<AccessibilityWindowInfo>>& infos, in NotifyAccessibilityWindowInfo()
158 void WindowManagerAgentProxy::UpdateWindowVisibilityInfo( in UpdateWindowVisibilityInfo()
189 void WindowManagerAgentProxy::UpdateWindowDrawingContentInfo( in UpdateWindowDrawingContentInfo()
221 void WindowManagerAgentProxy::UpdateCameraFloatWindowStatus(uint32_t accessTokenId, bool isShowing) in UpdateCameraFloatWindowStatus()
251 void WindowManagerAgentProxy::NotifyWaterMarkFlagChangedResult(bool showWaterMark) in NotifyWaterMarkFlagChangedResult()
276 void WindowManagerAgentProxy
[all...]

Completed in 2 milliseconds