Searched refs:WindowManagerServiceHandlerProxy (Results 1 – 2 of 2) sorted by relevance
25 WindowManagerServiceHandlerProxy::WindowManagerServiceHandlerProxy(const sptr<IRemoteObject> &impl) in WindowManagerServiceHandlerProxy() function in OHOS::AAFwk::WindowManagerServiceHandlerProxy28 void WindowManagerServiceHandlerProxy::NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, in NotifyWindowTransition()58 int32_t WindowManagerServiceHandlerProxy::GetFocusWindow(sptr<IRemoteObject>& abilityToken) in GetFocusWindow()82 void WindowManagerServiceHandlerProxy::StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow()111 void WindowManagerServiceHandlerProxy::StartingWindow(sptr<AbilityTransitionInfo> info, in StartingWindow()136 void WindowManagerServiceHandlerProxy::CancelStartingWindow(sptr<IRemoteObject> abilityToken) in CancelStartingWindow()167 void WindowManagerServiceHandlerProxy::NotifyAnimationAbilityDied(sptr<AbilityTransitionInfo> info) in NotifyAnimationAbilityDied()187 int32_t WindowManagerServiceHandlerProxy::MoveMissionsToForeground(const std::vector<int32_t>& miss… in MoveMissionsToForeground()218 int32_t WindowManagerServiceHandlerProxy::MoveMissionsToBackground(const std::vector<int32_t>& miss… in MoveMissionsToBackground()248 int32_t WindowManagerServiceHandlerProxy::SendTransactCmd(uint32_t code, MessageParcel &data, in SendTransactCmd()
25 class WindowManagerServiceHandlerProxy : public IRemoteProxy<IWindowManagerServiceHandler> {27 explicit WindowManagerServiceHandlerProxy(const sptr<IRemoteObject> &impl);28 virtual ~WindowManagerServiceHandlerProxy() = default;50 static inline BrokerDelegator<WindowManagerServiceHandlerProxy> delegator_;