Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/PWebBrowserPersistSerializeParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/PWebBrowserPersistDocumentParent.h"
#include "ipc/IPCMessageUtils.h"
#include "ipc/IPCMessageUtilsSpecializations.h"
#include "nsIFile.h"
#include "mozilla/ipc/Endpoint.h"
#include "mozilla/ipc/ProtocolMessageUtils.h"
#include "mozilla/ipc/ProtocolUtils.h"
#include "mozilla/ipc/ShmemMessageUtils.h"
#include "mozilla/ipc/TaintingIPCUtils.h"
namespace mozilla {
MOZ_IMPLICIT PWebBrowserPersistSerializeParent::PWebBrowserPersistSerializeParent() :
mozilla::ipc::IProtocol(kProtocolId, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PWebBrowserPersistSerializeParent);
}
PWebBrowserPersistSerializeParent::~PWebBrowserPersistSerializeParent()
{
MOZ_COUNT_DTOR(PWebBrowserPersistSerializeParent);
}
auto PWebBrowserPersistSerializeParent::ActorAlloc() -> void
{
}
auto PWebBrowserPersistSerializeParent::ActorDealloc() -> void
{
if (Manager()) {
Manager()->DeallocManagee(kProtocolId, this);
}
}
auto PWebBrowserPersistSerializeParent::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PWebBrowserPersistSerializeParent::OtherChildID() const -> ::GeckoChildID
{
::GeckoChildID childID =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherChildIDMaybeInvalid();
MOZ_RELEASE_ASSERT(childID != -1);
return childID;
}
auto PWebBrowserPersistSerializeParent::OtherEndpointProcInfo() const -> ::mozilla::ipc::EndpointProcInfo
{
return ::mozilla::ipc::EndpointProcInfo{OtherPid(), OtherChildID()};
}
auto PWebBrowserPersistSerializeParent::Manager() const -> PWebBrowserPersistDocumentParent*
{
return static_cast<PWebBrowserPersistDocumentParent*>(IProtocol::Manager());
}
auto PWebBrowserPersistSerializeParent::ManagedProtocolIds() const -> mozilla::Span<mozilla::ipc::ProtocolId const>
{
return {};
}
auto PWebBrowserPersistSerializeParent::GetManagedActors(mozilla::ipc::ProtocolId aProtocol) -> UntypedManagedContainer*
{
switch (aProtocol) {
default:
return nullptr;
}
}
auto PWebBrowserPersistSerializeParent::DeallocManagee(
mozilla::ipc::ProtocolId aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PWebBrowserPersistSerializeParent::OnMessageReceived(const Message& msg__) -> PWebBrowserPersistSerializeParent::Result
{
switch (msg__.type()) {
case MANAGED_ENDPOINT_BOUND_MESSAGE_TYPE:
{
if (!mAwaitingManagedEndpointBind) {
NS_WARNING("Unexpected managed endpoint lifecycle message after actor bound!");
return MsgNotAllowed;
}
mAwaitingManagedEndpointBind = false;
return MsgProcessed;
}
case MANAGED_ENDPOINT_DROPPED_MESSAGE_TYPE:
{
if (!mAwaitingManagedEndpointBind) {
NS_WARNING("Unexpected managed endpoint lifecycle message after actor bound!");
return MsgNotAllowed;
}
mAwaitingManagedEndpointBind = false;
this->ActorDisconnected(ManagedEndpointDropped);
return MsgProcessed;
}
case PWebBrowserPersistSerialize::Msg_WriteData__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebBrowserPersistSerialize", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebBrowserPersistSerializeParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebBrowserPersistSerialize::Msg_WriteData", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aData = IPC::ReadParam<nsTArray<uint8_t>>((&(reader__)));
if (!maybe__aData) {
FatalError("Error deserializing 'uint8_t[]'");
return MsgValueError;
}
auto& aData = *maybe__aData;
// Sentinel = 'aData'
if ((!(((&(reader__)))->ReadSentinel(90571228)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint8_t[]'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (this)->RecvWriteData(std::move(aData));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebBrowserPersistSerialize::Msg___delete____ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebBrowserPersistSerialize", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebBrowserPersistSerializeParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebBrowserPersistSerialize::Msg___delete__", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aContentType = IPC::ReadParam<nsCString>((&(reader__)));
if (!maybe__aContentType) {
FatalError("Error deserializing 'nsCString'");
return MsgValueError;
}
auto& aContentType = *maybe__aContentType;
// Sentinel = 'aContentType'
if ((!(((&(reader__)))->ReadSentinel(518522079)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'nsCString'");
return MsgValueError;
}
auto maybe__aStatus = IPC::ReadParam<nsresult>((&(reader__)));
if (!maybe__aStatus) {
FatalError("Error deserializing 'nsresult'");
return MsgValueError;
}
auto& aStatus = *maybe__aStatus;
// Sentinel = 'aStatus'
if ((!(((&(reader__)))->ReadSentinel(186712806)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'nsresult'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (this)->Recv__delete__(std::move(aContentType), std::move(aStatus));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
this->ActorDisconnected(Deletion);
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PWebBrowserPersistSerializeParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PWebBrowserPersistSerializeParent::Result
{
return MsgNotKnown;
}
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::PWebBrowserPersistSerializeParent*>::Write(
IPC::MessageWriter* aWriter,
const paramType& aVar) -> void
{
IPC::WriteParam(aWriter, static_cast<mozilla::ipc::IProtocol*>(aVar));
// Sentinel = 'PWebBrowserPersistSerialize'
(aWriter)->WriteSentinel(2499218149);
}
auto ParamTraits<::mozilla::PWebBrowserPersistSerializeParent*>::Read(IPC::MessageReader* aReader) -> IPC::ReadResult<paramType>
{
auto maybe__actor = IPC::ReadParam<mozilla::ipc::IProtocol*>(aReader);
if (!maybe__actor) {
aReader->FatalError("Error deserializing managed PWebBrowserPersistSerialize actor");
return {};
}
auto& actor = *maybe__actor;
// Sentinel = 'PWebBrowserPersistSerialize'
if ((!((aReader)->ReadSentinel(2499218149)))) {
mozilla::ipc::SentinelReadError("Error deserializing managed PWebBrowserPersistSerialize actor");
return {};
}
if (actor && actor->GetProtocolId() != PWebBrowserPersistSerializeMsgStart) {
aReader->FatalError("Unexpected actor type (expected PWebBrowserPersistSerialize)");
return {};
}
return static_cast<::mozilla::PWebBrowserPersistSerializeParent*>(actor);
}
} // namespace IPC