Home
last modified time | relevance | path

Searched refs:WindowManagerServiceHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h61 class WindowManagerServiceHandler : public AAFwk::WindowManagerServiceHandlerStub {
80 friend class WindowManagerServiceHandler; variable
203 sptr<WindowManagerServiceHandler> wmsHandler_;
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp222 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()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp70 sptr<WindowManagerServiceHandler> wmsHandler_ = new WindowManagerServiceHandler();
126 wms->wmsHandler_ = new WindowManagerServiceHandler;