Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h67 …static WMError NotifyAnimationScreenUnlock(std::function<void(void)> callback, sptr<WindowNode> no…
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp989 WMError ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, nullptr);
993 ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, node_);
997 ret = RemoteAnimation::NotifyAnimationScreenUnlock(callback, node_);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp680 WMError RemoteAnimation::NotifyAnimationScreenUnlock(std::function<void(void)> callback, sptr<Windo… in NotifyAnimationScreenUnlock() function in OHOS::Rosen::RemoteAnimation
H A Dwindow_controller.cpp630 res = RemoteAnimation::NotifyAnimationScreenUnlock(removeFunc, windowNode); in RemoveWindowNode()