Home
last modified time | relevance | path

Searched refs:NotifyAnimationScreenUnlock (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h67 static WMError NotifyAnimationScreenUnlock(std::function<void(void)> callback, sptr<WindowNode> node);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp983 * @tc.desc: NotifyAnimationScreenUnlock success
989 WMError ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, nullptr); in HWTEST_F()
993 ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, node_); in HWTEST_F()
997 ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, node_); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp680 WMError RemoteAnimation::NotifyAnimationScreenUnlock(std::function<void(void)> callback, sptr<WindowNode> node) in NotifyAnimationScreenUnlock() function in OHOS::Rosen::RemoteAnimation
685 WLOGFI("NotifyAnimationScreenUnlock"); in NotifyAnimationScreenUnlock()
H A Dwindow_controller.cpp630 res = RemoteAnimation::NotifyAnimationScreenUnlock(removeFunc, windowNode); in RemoveWindowNode()
631 WLOGI("NotifyAnimationScreenUnlock with remote animation"); in RemoveWindowNode()

Completed in 8 milliseconds