Home
last modified time | relevance | path

Searched refs:HandleUpdateSessionRect (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h53 MOCK_METHOD2(HandleUpdateSessionRect, int(MessageParcel& data, MessageParcel& reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h48 int HandleUpdateSessionRect(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp78 return HandleUpdateSessionRect(data, reply); in ProcessRemoteRequest()
575 int SessionStub::HandleUpdateSessionRect(MessageParcel& data, MessageParcel& reply) in HandleUpdateSessionRect() function in OHOS::Rosen::SessionStub