Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/include/zidl/
Dsession_stub.h71 int HandleUpdateRectChangeListenerRegistered(MessageParcel& data, MessageParcel& reply);
/foundation/window/window_manager/window_scene/test/unittest/
Dsession_stub_test.cpp405 auto res = session_->HandleUpdateRectChangeListenerRegistered(data, reply);
/foundation/window/window_manager/window_scene/session/host/src/zidl/
Dsession_stub.cpp72 return HandleUpdateRectChangeListenerRegistered(data, reply); in ProcessRemoteRequest()
939 int SessionStub::HandleUpdateRectChangeListenerRegistered(MessageParcel& data, MessageParcel& reply) in HandleUpdateRectChangeListenerRegistered() function in OHOS::Rosen::SessionStub