Home
last modified time | relevance | path

Searched refs:NotifyWindowTransition (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dwindow_manager_service_handler.h34 …virtual void NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, sptr<AbilityTransitionIn…
H A Dwindow_manager_service_handler_proxy.h30 virtual void NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo,
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h42 …MOCK_METHOD2(NotifyWindowTransition, WMError(sptr<WindowTransitionInfo> from, sptr<WindowTransitio…
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h63 virtual void NotifyWindowTransition(
97 WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to,
H A Dwindow_controller.h46 …WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& fromInfo, sptr<WindowTransitionInfo>& t…
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h37 WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to,
H A Dwindow_manager_interface.h123 …virtual WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo…
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h111 WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to,
H A Dwindow_manager_service_test.cpp162 ASSERT_EQ(WMError::WM_OK, wms->NotifyWindowTransition(fromInfo, toInfo, false));
164 ASSERT_EQ(WMError::WM_OK, wms->NotifyWindowTransition(fromInfo, toInfo, true));
166 …ASSERT_NE(WMError::WM_ERROR_NO_REMOTE_ANIMATION, wms->NotifyWindowTransition(fromInfo, toInfo, tru…
521 wmsHandler_->NotifyWindowTransition(from, to, animaEnabled);
H A Dwindow_manager_proxy_test.cpp134 HWTEST_F(WindowManagerProxyTest, NotifyWindowTransition, Function | SmallTest | Level2)
139 WMError err = windowManagerProxy_->NotifyWindowTransition(from, to, isFromClient);
H A Dwindow_controller_test.cpp152 HWTEST_F(WindowControllerTest, NotifyWindowTransition, Function | SmallTest | Level3)
156 …ASSERT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, windowController_->NotifyWindowTransition(srcInfo…
185 …ASSERT_EQ(WMError::WM_ERROR_NO_REMOTE_ANIMATION, windowController_->NotifyWindowTransition(srcInfo…
190 ASSERT_EQ(WMError::WM_OK, windowController_->NotifyWindowTransition(srcInfo, dstInfo));
195 ASSERT_EQ(WMError::WM_OK, windowController_->NotifyWindowTransition(srcInfo, dstInfo));
200 ASSERT_EQ(WMError::WM_OK, windowController_->NotifyWindowTransition(srcInfo, dstInfo));
207 ASSERT_EQ(WMError::WM_OK, windowController_->NotifyWindowTransition(srcInfo, dstInfo));
212 ASSERT_EQ(WMError::WM_OK, windowController_->NotifyWindowTransition(srcInfo, dstInfo));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_stub.cpp78 NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyWindowTransitionInner()
H A Dwindow_manager_service_handler_proxy.cpp28 void WindowManagerServiceHandlerProxy::NotifyWindowTransition(sptr<AbilityTransitionInfo> fromInfo, in NotifyWindowTransition() function in OHOS::AAFwk::WindowManagerServiceHandlerProxy
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp441 HWTEST_F(WindowAdapterTest, NotifyWindowTransition, Function | SmallTest | Level2)
448 auto ret = windowAdapter.NotifyWindowTransition(from, to);
H A Dwindow_impl_test2.cpp1453 HWTEST_F(WindowImplTest2, NotifyWindowTransition, Function | SmallTest | Level3)
1465 …ASSERT_EQ(WMError::WM_ERROR_NO_MEM, window->NotifyWindowTransition(TransitionReason::ABILITY_TRANS…
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp232 void WindowManagerServiceHandler::NotifyWindowTransition( in NotifyWindowTransition() function in OHOS::Rosen::WindowManagerServiceHandler
244 WindowManagerService::GetInstance().NotifyWindowTransition(fromInfo, toInfo, false); in NotifyWindowTransition()
791 WMError WindowManagerService::NotifyWindowTransition( in NotifyWindowTransition() function in OHOS::Rosen::WindowManagerService
797 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
804 return windowController_->NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h71 …virtual WMError NotifyWindowTransition(sptr<WindowTransitionInfo> from, sptr<WindowTransitionInfo>…
H A Dwindow_impl.h409 WMError NotifyWindowTransition(TransitionReason reason);
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp217 WMError errCode = NotifyWindowTransition(from, to, isFromClient); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp729 WMError WindowManagerProxy::NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTra… in NotifyWindowTransition() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp507 WMError WindowAdapter::NotifyWindowTransition(sptr<WindowTransitionInfo> from, sptr<WindowTransitio… in NotifyWindowTransition() function in OHOS::Rosen::WindowAdapter
513 return wmsProxy->NotifyWindowTransition(from, to, true); in NotifyWindowTransition()
H A Dwindow_impl.cpp2250 WMError WindowImpl::NotifyWindowTransition(TransitionReason reason) in NotifyWindowTransition() function in OHOS::Rosen::WindowImpl
2275 return SingletonContainer::Get<WindowAdapter>().NotifyWindowTransition(fromInfo, toInfo); in NotifyWindowTransition()
2286 WMError ret = NotifyWindowTransition(TransitionReason::MINIMIZE); in Minimize()
2346 WMError ret = NotifyWindowTransition(TransitionReason::CLOSE_BUTTON); in PendingClose()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h217 WMError NotifyWindowTransition(sptr<WindowTransitionInfo>& from, sptr<WindowTransitionInfo>& to,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp631 windowHandler->NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyAnimationFromTerminatingAbility()
646 windowHandler->NotifyWindowTransition(fromInfo, nullptr, animaEnabled); in NotifyAnimationFromTerminatingAbility()
660 windowHandler->NotifyWindowTransition(fromInfo, nullptr, animaEnabled); in NotifyAnimationFromMinimizeAbility()
838 windowHandler->NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyAnimationFromRecentTask()
864 windowHandler->NotifyWindowTransition(fromInfo, toInfo, animaEnabled); in NotifyAnimationFromStartingAbility()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp608 window->NotifyWindowTransition(reason); in CheckWindowImplFunctionsPart6()

12