Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h63 MOCK_METHOD2(HandleUpdateWindowSceneAfterCustomAnimation, int(MessageParcel& data, MessageParcel& reply));
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h58 int HandleUpdateWindowSceneAfterCustomAnimation(MessageParcel& data, MessageParcel& reply);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp418 res = session_->HandleUpdateWindowSceneAfterCustomAnimation(data, reply); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp136 return HandleUpdateWindowSceneAfterCustomAnimation(data, reply); in ProcessRemoteRequest()
809 int SessionStub::HandleUpdateWindowSceneAfterCustomAnimation(MessageParcel& data, MessageParcel& reply) in HandleUpdateWindowSceneAfterCustomAnimation() function in OHOS::OHOS::Rosen::SessionStub
811 WLOGD("HandleUpdateWindowSceneAfterCustomAnimation!"); in HandleUpdateWindowSceneAfterCustomAnimation()

Completed in 8 milliseconds