Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_iwindow_animation_controller.h45 ON_SCREEN_UNLOCK, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp457 RSIWindowAnimationController::ON_SCREEN_UNLOCK, data1, reply, option);
463 RSIWindowAnimationController::ON_SCREEN_UNLOCK, data2, reply, option);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp50 case RSIWindowAnimationController::ON_SCREEN_UNLOCK: in OnRemoteRequest()
H A Drs_window_animation_proxy.cpp303 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_SCREEN_UNLOCK, data, reply, option… in OnScreenUnlock()