Home
last modified time | relevance | path

Searched refs:SessionStub (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp37 constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "SessionStub" };
78 int SessionStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
89 int SessionStub::ProcessRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in ProcessRemoteRequest()
225 int SessionStub::HandleSetWindowAnimationFlag(MessageParcel& data, MessageParcel& reply) in HandleSetWindowAnimationFlag()
234 int SessionStub::HandleForeground(MessageParcel& data, MessageParcel& reply) in HandleForeground()
258 int SessionStub::HandleBackground(MessageParcel& data, MessageParcel& reply) in HandleBackground()
272 int SessionStub::HandleDisconnect(MessageParcel& data, MessageParcel& reply) in HandleDisconnect()
286 int SessionStub::HandleShow(MessageParcel& data, MessageParcel& reply) in HandleShow()
304 int SessionStub::HandleHide(MessageParcel& data, MessageParcel& reply) in HandleHide()
312 int SessionStub
[all...]
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h26 class SessionStub;
28 class SessionStub : public IRemoteStub<ISession> { class
30 SessionStub() = default;
31 virtual ~SessionStub() = default;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_mock_test.cpp42 sptr<SessionStub> session_ = nullptr;
H A Dsession_stub_lifecycle_test.cpp41 sptr <SessionStub> session_ = nullptr;
H A Dsession_stub_test.cpp48 sptr<SessionStub> session_ = nullptr;
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubextension_fuzzer/
H A Dsessionstubextension_fuzzer.cpp96 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubbase_fuzzer/
H A Dsessionstubbase_fuzzer.cpp82 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h27 class SessionStubMocker : public SessionStub {
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubscene_fuzzer/
H A Dsessionstubscene_fuzzer.cpp142 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h122 class Session : public SessionStub {

Completed in 7 milliseconds