Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h67 int HandleProcessPointDownSession(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp373 auto res = session_->HandleProcessPointDownSession(data, reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp120 return HandleProcessPointDownSession(data, reply); in ProcessRemoteRequest()
902 int SessionStub::HandleProcessPointDownSession(MessageParcel& data, MessageParcel& reply) in HandleProcessPointDownSession() function in OHOS::Rosen::SessionStub