Searched refs:SessionStub (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 37 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 D | session_stub.h | 26 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 D | session_stub_mock_test.cpp | 42 sptr<SessionStub> session_ = nullptr;
|
H A D | session_stub_lifecycle_test.cpp | 41 sptr <SessionStub> session_ = nullptr;
|
H A D | session_stub_test.cpp | 48 sptr<SessionStub> session_ = nullptr;
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubextension_fuzzer/ |
H A D | sessionstubextension_fuzzer.cpp | 96 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubbase_fuzzer/ |
H A D | sessionstubbase_fuzzer.cpp | 82 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/window_scene/test/mock/ |
H A D | mock_session_stub.h | 27 class SessionStubMocker : public SessionStub {
|
/foundation/window/window_manager/test/fuzztest/window_scene/sessionstubscene_fuzzer/ |
H A D | sessionstubscene_fuzzer.cpp | 142 parcel.WriteInterfaceToken(SessionStub::GetDescriptor()); in DoSomethingInterestingWithMyAPI()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 122 class Session : public SessionStub {
|
Completed in 7 milliseconds