Home
last modified time | relevance | path

Searched refs:NotifyAnimationByHome (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp838 WMError ret = RemoteAnimation::NotifyAnimationByHome();
843 ret = RemoteAnimation::NotifyAnimationByHome();
848 ret = RemoteAnimation::NotifyAnimationByHome();
858 ret = RemoteAnimation::NotifyAnimationByHome();
862 ret = RemoteAnimation::NotifyAnimationByHome();
877 WMError ret = RemoteAnimation::NotifyAnimationByHome();
899 WMError ret = RemoteAnimation::NotifyAnimationByHome();
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h66 static WMError NotifyAnimationByHome();
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp590 WMError RemoteAnimation::NotifyAnimationByHome() in NotifyAnimationByHome() function in OHOS::Rosen::RemoteAnimation
H A Dwindow_controller.cpp1348 if (RemoteAnimation::NotifyAnimationByHome() != WMError::WM_OK) { in MinimizeAllAppWindows()