Searched refs:WindowManagerServiceHandler (Results 1 – 3 of 3) sorted by relevance
61 class WindowManagerServiceHandler : public AAFwk::WindowManagerServiceHandlerStub {80 friend class WindowManagerServiceHandler; variable203 sptr<WindowManagerServiceHandler> wmsHandler_;
222 wmsHandler_ = new WindowManagerServiceHandler(); in InitWithAbilityManagerServiceAdded()232 void WindowManagerServiceHandler::NotifyWindowTransition( in NotifyWindowTransition()247 void WindowManagerServiceHandler::NotifyAnimationAbilityDied(sptr<AAFwk::AbilityTransitionInfo> inf… in NotifyAnimationAbilityDied()253 int32_t WindowManagerServiceHandler::GetFocusWindow(sptr<IRemoteObject>& abilityToken) in GetFocusWindow()258 void WindowManagerServiceHandler::StartingWindow( in StartingWindow()266 void WindowManagerServiceHandler::StartingWindow( in StartingWindow()274 void WindowManagerServiceHandler::CancelStartingWindow(sptr<IRemoteObject> abilityToken) in CancelStartingWindow()280 int32_t WindowManagerServiceHandler::MoveMissionsToForeground(const std::vector<int32_t>& missionId… in MoveMissionsToForeground()287 int32_t WindowManagerServiceHandler::MoveMissionsToBackground(const std::vector<int32_t>& missionId… in MoveMissionsToBackground()
70 sptr<WindowManagerServiceHandler> wmsHandler_ = new WindowManagerServiceHandler();126 wms->wmsHandler_ = new WindowManagerServiceHandler;