Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h68 MOCK_METHOD2(HandleTerminateSession, int(MessageParcel& data, MessageParcel& reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h65 int HandleTerminateSession(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp116 return HandleTerminateSession(data, reply); in ProcessRemoteRequest()
450 int SessionStub::HandleTerminateSession(MessageParcel& data, MessageParcel& reply) in HandleTerminateSession() function in OHOS::Rosen::SessionStub