Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/_ipdltest/PTestJSONParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/ipc/IPCCore.h"
#include "mozilla/_ipdltest/PTestJSONHandleParent.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 {
namespace _ipdltest {
auto PTestJSONParent::RecvPTestJSONHandleConstructor(PTestJSONHandleParent* actor) -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
auto PTestJSONParent::Recv__delete__() -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
auto PTestJSONParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PTestJSONParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PTestJSONParent::PTestJSONParent() :
mozilla::ipc::IToplevelProtocol("PTestJSONParent", PTestJSONMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PTestJSONParent);
}
PTestJSONParent::~PTestJSONParent()
{
MOZ_COUNT_DTOR(PTestJSONParent);
}
auto PTestJSONParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsParentProcess(), "Invalid process for `PTestJSONParent'");
AddRef();
}
auto PTestJSONParent::ActorDealloc() -> void
{
Release();
}
auto PTestJSONParent::ManagedPTestJSONHandleParent(nsTArray<PTestJSONHandleParent*>& aArr) const -> void
{
mManagedPTestJSONHandleParent.ToArray(aArr);
}
auto PTestJSONParent::ManagedPTestJSONHandleParent() const -> const ManagedContainer<PTestJSONHandleParent>&
{
return mManagedPTestJSONHandleParent;
}
auto PTestJSONParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
total += mManagedPTestJSONHandleParent.Count();
return total;
}
auto PTestJSONParent::OpenPTestJSONHandleEndpoint(PTestJSONHandleParent* aActor) -> ManagedEndpoint<PTestJSONHandleChild>
{
if (!aActor) {
NS_WARNING("Cannot bind null PTestJSONHandleParent actor");
return ManagedEndpoint<PTestJSONHandleChild>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPTestJSONHandleParent.Insert(aActor);
} else {
NS_WARNING("Failed to bind PTestJSONHandleParent actor");
return ManagedEndpoint<PTestJSONHandleChild>();
}
// Mark our actor as awaiting the other side to be bound. This will
// be cleared when a `MANAGED_ENDPOINT_{DROPPED,BOUND}` message is
// received.
aActor->mAwaitingManagedEndpointBind = true;
return ManagedEndpoint<PTestJSONHandleChild>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PTestJSONParent::BindPTestJSONHandleEndpoint(
ManagedEndpoint<PTestJSONHandleParent> aEndpoint,
PTestJSONHandleParent* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPTestJSONHandleParent);
}
auto PTestJSONParent::SendStart() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestJSON::Msg_Start(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PTestJSON", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestJSONParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestJSON::Msg_Start", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PTestJSONParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PTestJSONHandleMsgStart:
MOZ_ALWAYS_TRUE(mManagedPTestJSONHandleParent.EnsureRemoved(static_cast<PTestJSONHandleParent*>(aListener)));
return;
default:
FatalError("unreached");
return; }
}
auto PTestJSONParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
default:
FatalError("unreached");
return;
}
}
auto PTestJSONParent::OnMessageReceived(const Message& msg__) -> PTestJSONParent::Result
{
int32_t route__ = msg__.routing_id();
if (MSG_ROUTING_CONTROL != route__) {
IProtocol* routed__ = Lookup(route__);
if (!routed__ || !routed__->GetLifecycleProxy()) {
if (mozilla::ipc::LoggingEnabledFor("PTestJSON", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestJSONParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Ignored message for dead actor",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
RefPtr<mozilla::ipc::ActorLifecycleProxy> proxy__ =
routed__->GetLifecycleProxy();
return proxy__->Get()->OnMessageReceived(msg__);
}
switch (msg__.type()) {
case PTestJSON::Msg_PTestJSONHandleConstructor__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestJSON", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestJSONParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestJSON::Msg_PTestJSONHandleConstructor", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__handle__ = IPC::ReadParam<ActorHandle>((&(reader__)));
if (!maybe__handle__) {
FatalError("Error deserializing 'ActorHandle'");
return MsgValueError;
}
auto& handle__ = *maybe__handle__;
// Sentinel = 'actor'
if ((!(((&(reader__)))->ReadSentinel(102892058)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'ActorHandle'");
return MsgValueError;
}
reader__.EndRead();
RefPtr<PTestJSONHandleParent> actor = (this)->AllocPTestJSONHandleParent();
if (!actor) {
NS_WARNING("Cannot bind null PTestJSONHandleParent actor");
return MsgValueError;
}
if (actor->SetManagerAndRegister(this, (handle__).mId)) {
mManagedPTestJSONHandleParent.Insert(actor);
} else {
NS_WARNING("Failed to bind PTestJSONHandleParent actor");
return MsgValueError;
}
mozilla::ipc::IPCResult __ok = (this)->RecvPTestJSONHandleConstructor(actor);
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
default:
return MsgNotKnown;
case SHMEM_CREATED_MESSAGE_TYPE:
{
if (!ShmemCreated(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
case SHMEM_DESTROYED_MESSAGE_TYPE:
{
if (!ShmemDestroyed(msg__)) {
return MsgPayloadError;
}
return MsgProcessed;
}
}
}
auto PTestJSONParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PTestJSONParent::Result
{
int32_t route__ = msg__.routing_id();
if (MSG_ROUTING_CONTROL != route__) {
IProtocol* routed__ = Lookup(route__);
if (!routed__ || !routed__->GetLifecycleProxy()) {
return MsgRouteError;
}
RefPtr<mozilla::ipc::ActorLifecycleProxy> proxy__ =
routed__->GetLifecycleProxy();
return proxy__->Get()->OnMessageReceived(msg__, reply__);
}
switch (msg__.type()) {
case PTestJSON::Msg_Test__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestJSON", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestJSONParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestJSON::Msg_Test", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__i = IPC::ReadParam<JSONVariant>((&(reader__)));
if (!maybe__i) {
FatalError("Error deserializing 'JSONVariant'");
return MsgValueError;
}
auto& i = *maybe__i;
// Sentinel = 'i'
if ((!(((&(reader__)))->ReadSentinel(6946922)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'JSONVariant'");
return MsgValueError;
}
reader__.EndRead();
int32_t id__ = MSG_ROUTING_CONTROL;
JSONVariant o{};
mozilla::ipc::IPCResult __ok = (this)->RecvTest(std::move(i), (&(o)));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
reply__ = PTestJSON::Reply_Test(id__);
IPC::MessageWriter writer__{
(*(reply__)),
this};
IPC::WriteParam((&(writer__)), o);
// Sentinel = 'o'
((&(writer__)))->WriteSentinel(7340144);
if (mozilla::ipc::LoggingEnabledFor("PTestJSON", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestJSONParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PTestJSONParent::DoomSubtree() -> void
{
for (auto* key : mManagedPTestJSONHandleParent) {
key->DoomSubtree();
}
SetDoomed();
}
auto PTestJSONParent::PeekManagedActor() -> IProtocol*
{
if (IProtocol* actor = mManagedPTestJSONHandleParent.Peek()) {
return actor;
}
return nullptr;
}
} // namespace _ipdltest
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::_ipdltest::PTestJSONParent*>::Write(
IPC::MessageWriter* aWriter,
const paramType& aVar) -> void
{
MOZ_RELEASE_ASSERT(
aWriter->GetActor(),
"Cannot serialize managed actors without an actor");
int32_t id;
if (!aVar) {
id = 0; // kNullActorId
} else {
id = aVar->Id();
if (id == 1) { // kFreedActorId
aVar->FatalError("Actor has been |delete|d");
}
MOZ_RELEASE_ASSERT(
aWriter->GetActor()->GetIPCChannel() == aVar->GetIPCChannel(),
"Actor must be from the same channel as the"
" actor it's being sent over");
MOZ_RELEASE_ASSERT(
aVar->CanSend(),
"Actor must still be open when sending");
}
IPC::WriteParam(aWriter, id);
}
auto ParamTraits<::mozilla::_ipdltest::PTestJSONParent*>::Read(IPC::MessageReader* aReader) -> IPC::ReadResult<paramType>
{
MOZ_RELEASE_ASSERT(
aReader->GetActor(),
"Cannot deserialize managed actors without an actor");
mozilla::Maybe<mozilla::ipc::IProtocol*> actor = aReader->GetActor()
->ReadActor(aReader, true, "PTestJSON", PTestJSONMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::_ipdltest::PTestJSONParent*>(actor.ref());
}
return {};
}
} // namespace IPC