Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/_ipdltest/PTestDescendantChild.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/_ipdltest/PTestDescendantSubChild.h"
#include "mozilla/_ipdltest/PTestDescendantSubsubChild.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 PTestDescendantChild::RecvPTestDescendantSubConstructor(
PTestDescendantSubChild* actor,
PTestDescendantSubsubChild* dummy) -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
auto PTestDescendantChild::Recv__delete__() -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
auto PTestDescendantChild::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PTestDescendantChild::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PTestDescendantChild::PTestDescendantChild() :
mozilla::ipc::IToplevelProtocol("PTestDescendantChild", PTestDescendantMsgStart, mozilla::ipc::ChildSide)
{
MOZ_COUNT_CTOR(PTestDescendantChild);
}
PTestDescendantChild::~PTestDescendantChild()
{
MOZ_COUNT_DTOR(PTestDescendantChild);
}
auto PTestDescendantChild::ActorAlloc() -> void
{
AddRef();
}
auto PTestDescendantChild::ActorDealloc() -> void
{
Release();
}
auto PTestDescendantChild::ManagedPTestDescendantSubChild(nsTArray<PTestDescendantSubChild*>& aArr) const -> void
{
mManagedPTestDescendantSubChild.ToArray(aArr);
}
auto PTestDescendantChild::ManagedPTestDescendantSubChild() const -> const ManagedContainer<PTestDescendantSubChild>&
{
return mManagedPTestDescendantSubChild;
}
auto PTestDescendantChild::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
total += mManagedPTestDescendantSubChild.Count();
return total;
}
auto PTestDescendantChild::OpenPTestDescendantSubEndpoint(PTestDescendantSubChild* aActor) -> ManagedEndpoint<PTestDescendantSubParent>
{
if (!aActor) {
NS_WARNING("Cannot bind null PTestDescendantSubChild actor");
return ManagedEndpoint<PTestDescendantSubParent>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPTestDescendantSubChild.Insert(aActor);
} else {
NS_WARNING("Failed to bind PTestDescendantSubChild actor");
return ManagedEndpoint<PTestDescendantSubParent>();
}
// 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<PTestDescendantSubParent>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PTestDescendantChild::BindPTestDescendantSubEndpoint(
ManagedEndpoint<PTestDescendantSubChild> aEndpoint,
PTestDescendantSubChild* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPTestDescendantSubChild);
}
auto PTestDescendantChild::SendOk(mozilla::NotNull<PTestDescendantSubsubChild*> a) -> bool
{
UniquePtr<IPC::Message> msg__ = PTestDescendant::Msg_Ok(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), a);
// Sentinel = 'a'
((&(writer__)))->WriteSentinel(6422626);
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_Ok", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PTestDescendantChild::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PTestDescendantSubMsgStart:
MOZ_ALWAYS_TRUE(mManagedPTestDescendantSubChild.EnsureRemoved(static_cast<PTestDescendantSubChild*>(aListener)));
return;
default:
FatalError("unreached");
return; }
}
auto PTestDescendantChild::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
default:
FatalError("unreached");
return;
}
}
auto PTestDescendantChild::OnMessageReceived(const Message& msg__) -> PTestDescendantChild::Result
{
int32_t route__ = msg__.routing_id();
if (MSG_ROUTING_CONTROL != route__) {
IProtocol* routed__ = Lookup(route__);
if (!routed__ || !routed__->GetLifecycleProxy()) {
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantChild",
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 PTestDescendant::Msg_PTestDescendantSubConstructor__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_PTestDescendantSubConstructor", 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;
}
auto maybe__dummy = IPC::ReadParam<PTestDescendantSubsubChild*>((&(reader__)));
if (!maybe__dummy) {
FatalError("Error deserializing 'PTestDescendantSubsub'");
return MsgValueError;
}
auto& dummy = *maybe__dummy;
// Sentinel = 'dummy'
if ((!(((&(reader__)))->ReadSentinel(107414061)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'PTestDescendantSubsub'");
return MsgValueError;
}
reader__.EndRead();
RefPtr<PTestDescendantSubChild> actor = (this)->AllocPTestDescendantSubChild(dummy);
if (!actor) {
NS_WARNING("Cannot bind null PTestDescendantSubChild actor");
return MsgValueError;
}
if (actor->SetManagerAndRegister(this, (handle__).mId)) {
mManagedPTestDescendantSubChild.Insert(actor);
} else {
NS_WARNING("Failed to bind PTestDescendantSubChild actor");
return MsgValueError;
}
mozilla::ipc::IPCResult __ok = (this)->RecvPTestDescendantSubConstructor(actor, dummy);
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PTestDescendant::Msg_Test__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_Test", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__a = IPC::ReadParam<mozilla::NotNull<PTestDescendantSubsubChild*>>((&(reader__)));
if (!maybe__a) {
FatalError("Error deserializing 'NotNull<PTestDescendantSubsub>'");
return MsgValueError;
}
auto& a = *maybe__a;
// Sentinel = 'a'
if ((!(((&(reader__)))->ReadSentinel(6422626)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'NotNull<PTestDescendantSubsub>'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (this)->RecvTest(a);
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 PTestDescendantChild::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PTestDescendantChild::Result
{
MOZ_ASSERT_UNREACHABLE("message protocol not supported");
return MsgNotKnown;
}
auto PTestDescendantChild::DoomSubtree() -> void
{
for (auto* key : mManagedPTestDescendantSubChild) {
key->DoomSubtree();
}
SetDoomed();
}
auto PTestDescendantChild::PeekManagedActor() -> IProtocol*
{
if (IProtocol* actor = mManagedPTestDescendantSubChild.Peek()) {
return actor;
}
return nullptr;
}
} // namespace _ipdltest
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::_ipdltest::PTestDescendantChild*>::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::PTestDescendantChild*>::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, "PTestDescendant", PTestDescendantMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::_ipdltest::PTestDescendantChild*>(actor.ref());
}
return {};
}
} // namespace IPC