Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PClipboardContentAnalysisChild_h
#define PClipboardContentAnalysisChild_h
#include "mozilla/PClipboardContentAnalysis.h"
#ifdef DEBUG
#include "prenv.h"
#endif // DEBUG
#include "mozilla/Tainting.h"
#include "mozilla/ipc/MessageChannel.h"
#include "mozilla/ipc/ProtocolUtils.h"
// Headers for things that cannot be forward declared
#include "mozilla/gfx/Types.h"
#include "nsIClipboard.h"
namespace mozilla {
namespace dom {
class PContentChild;
} // namespace dom
} // namespace mozilla
namespace mozilla {
namespace dom {
class PContentParent;
} // namespace dom
} // namespace mozilla
class nsIPrincipal;
class nsIReferrerInfo;
namespace mozilla {
namespace ipc {
class BigBuffer;
} // namespace ipc
} // namespace mozilla
namespace mozilla {
class PClipboardContentAnalysisChild :
public mozilla::ipc::IToplevelProtocol
{
private:
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PClipboardContentAnalysisMsgStart;
protected:
typedef mozilla::ipc::ActorHandle ActorHandle;
typedef ::mozilla::ipc::BigBuffer BigBuffer;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
typedef ::nsIClipboard::ClipboardType ClipboardType;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::mozilla::dom::IPCTransferable IPCTransferable;
typedef ::mozilla::dom::IPCTransferableData IPCTransferableData;
typedef ::mozilla::dom::IPCTransferableDataBlob IPCTransferableDataBlob;
typedef ::mozilla::dom::IPCTransferableDataCString IPCTransferableDataCString;
typedef ::mozilla::dom::IPCTransferableDataImageContainer IPCTransferableDataImageContainer;
typedef ::mozilla::dom::IPCTransferableDataInputStream IPCTransferableDataInputStream;
typedef ::mozilla::dom::IPCTransferableDataItem IPCTransferableDataItem;
typedef ::mozilla::dom::IPCTransferableDataOrError IPCTransferableDataOrError;
typedef ::mozilla::dom::IPCTransferableDataString IPCTransferableDataString;
typedef ::mozilla::dom::IPCTransferableDataType IPCTransferableDataType;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef ::mozilla::dom::PContentChild PContentChild;
typedef ::mozilla::dom::PContentParent PContentParent;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::ipc::Shmem Shmem;
typedef ::mozilla::gfx::SurfaceFormat SurfaceFormat;
template<class T> using UniquePtr = mozilla::UniquePtr<T>;
typedef ::int16_t int16_t;
typedef ::int32_t int32_t;
typedef ::int64_t int64_t;
typedef ::int8_t int8_t;
typedef ::intptr_t intptr_t;
typedef ::nsCString nsCString;
typedef ::nsIPrincipal nsIPrincipal;
typedef ::nsIReferrerInfo nsIReferrerInfo;
typedef ::nsString nsString;
typedef ::nsresult nsresult;
typedef ::uint16_t uint16_t;
typedef ::uint32_t uint32_t;
typedef ::uint64_t uint64_t;
typedef ::uint8_t uint8_t;
typedef ::uintptr_t uintptr_t;
protected:
void
ProcessingError(
Result aCode,
const char* aReason) override;
bool
ShouldContinueFromReplyTimeout() override;
public:
typedef mozilla::ipc::IProtocol IProtocol;
typedef IPC::Message Message;
typedef base::ProcessHandle ProcessHandle;
typedef mozilla::ipc::MessageChannel MessageChannel;
typedef mozilla::ipc::SharedMemory SharedMemory;
public:
MOZ_IMPLICIT PClipboardContentAnalysisChild();
virtual ~PClipboardContentAnalysisChild();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
bool
SendGetClipboard(
mozilla::Span<nsCString const> aTypes,
const ClipboardType& aWhichClipboard,
const uint64_t& aRequestingWindowContextId,
IPCTransferableDataOrError* transferableDataOrError);
bool
SendGetAllClipboardDataSync(
mozilla::Span<nsCString const> aTypes,
const ClipboardType& aWhichClipboard,
const uint64_t& aRequestingWindowContextId,
IPCTransferableDataOrError* transferableDataOrError);
void
DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
};
} // namespace mozilla
namespace IPC {
template<>
struct ParamTraits <::mozilla::PClipboardContentAnalysisChild*>
{
typedef ::mozilla::PClipboardContentAnalysisChild* paramType;
static void
Write(
IPC::MessageWriter* aWriter,
const paramType& aVar);
static IPC::ReadResult<paramType>
Read(IPC::MessageReader* aReader);
};
} // namespace IPC
#endif // ifndef PClipboardContentAnalysisChild_h