Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/_ipdltest/PTestDescendantParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/_ipdltest/PTestDescendantSubParent.h"
#include "mozilla/_ipdltest/PTestDescendantSubsubParent.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 PTestDescendantParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PTestDescendantParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PTestDescendantParent::PTestDescendantParent() :
mozilla::ipc::IToplevelProtocol("PTestDescendantParent", PTestDescendantMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PTestDescendantParent);
}
PTestDescendantParent::~PTestDescendantParent()
{
MOZ_COUNT_DTOR(PTestDescendantParent);
}
auto PTestDescendantParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsParentProcess(), "Invalid process for `PTestDescendantParent'");
AddRef();
}
auto PTestDescendantParent::ActorDealloc() -> void
{
Release();
}
auto PTestDescendantParent::ManagedPTestDescendantSubParent(nsTArray<PTestDescendantSubParent*>& aArr) const -> void
{
mManagedPTestDescendantSubParent.ToArray(aArr);
}
auto PTestDescendantParent::ManagedPTestDescendantSubParent() const -> const ManagedContainer<PTestDescendantSubParent>&
{
return mManagedPTestDescendantSubParent;
}
auto PTestDescendantParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
total += mManagedPTestDescendantSubParent.Count();
return total;
}
auto PTestDescendantParent::OpenPTestDescendantSubEndpoint(PTestDescendantSubParent* aActor) -> ManagedEndpoint<PTestDescendantSubChild>
{
if (!aActor) {
NS_WARNING("Cannot bind null PTestDescendantSubParent actor");
return ManagedEndpoint<PTestDescendantSubChild>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPTestDescendantSubParent.Insert(aActor);
} else {
NS_WARNING("Failed to bind PTestDescendantSubParent actor");
return ManagedEndpoint<PTestDescendantSubChild>();
}
// 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<PTestDescendantSubChild>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PTestDescendantParent::BindPTestDescendantSubEndpoint(
ManagedEndpoint<PTestDescendantSubParent> aEndpoint,
PTestDescendantSubParent* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPTestDescendantSubParent);
}
auto PTestDescendantParent::SendPTestDescendantSubConstructor(
PTestDescendantSubParent* actor,
PTestDescendantSubsubParent* dummy) -> PTestDescendantSubParent*
{
if (!actor) {
NS_WARNING("Cannot bind null PTestDescendantSubParent actor");
return nullptr;
}
if (actor->SetManagerAndRegister(this)) {
mManagedPTestDescendantSubParent.Insert(actor);
} else {
NS_WARNING("Failed to bind PTestDescendantSubParent actor");
return nullptr;
}
// Build our constructor message.
UniquePtr<IPC::Message> msg__ = PTestDescendant::Msg_PTestDescendantSubConstructor(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), actor);
// Sentinel = 'actor'
((&(writer__)))->WriteSentinel(102892058);
IPC::WriteParam((&(writer__)), dummy);
// Sentinel = 'dummy'
((&(writer__)))->WriteSentinel(107414061);
// Notify the other side about the newly created actor. This can
// fail if our manager has already been destroyed.
//
// NOTE: If the send call fails due to toplevel channel teardown,
// the `IProtocol::ChannelSend` wrapper absorbs the error for us,
// so we don't tear down actors unexpectedly.
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_PTestDescendantSubConstructor", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
// Warn, destroy the actor, and return null if the message failed to
// send. Otherwise, return the successfully created actor reference.
if (!sendok__) {
NS_WARNING("Error sending PTestDescendantSubParent constructor");
actor->ActorDisconnected(FailedConstructor);
return nullptr;
}
return actor;
}
auto PTestDescendantParent::SendTest(mozilla::NotNull<PTestDescendantSubsubParent*> a) -> bool
{
UniquePtr<IPC::Message> msg__ = PTestDescendant::Msg_Test(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), a);
// Sentinel = 'a'
((&(writer__)))->WriteSentinel(6422626);
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_Test", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PTestDescendantParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PTestDescendantSubMsgStart:
MOZ_ALWAYS_TRUE(mManagedPTestDescendantSubParent.EnsureRemoved(static_cast<PTestDescendantSubParent*>(aListener)));
return;
default:
FatalError("unreached");
return; }
}
auto PTestDescendantParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
default:
FatalError("unreached");
return;
}
}
auto PTestDescendantParent::OnMessageReceived(const Message& msg__) -> PTestDescendantParent::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::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantParent",
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::Reply_PTestDescendantSubConstructor__ID:
{
return MsgProcessed;
}
case PTestDescendant::Reply___delete____ID:
{
return MsgProcessed;
}
case PTestDescendant::Msg_Ok__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestDescendant", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestDescendantParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestDescendant::Msg_Ok", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__a = IPC::ReadParam<mozilla::NotNull<PTestDescendantSubsubParent*>>((&(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)->RecvOk(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 PTestDescendantParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PTestDescendantParent::Result
{
MOZ_ASSERT_UNREACHABLE("message protocol not supported");
return MsgNotKnown;
}
auto PTestDescendantParent::DoomSubtree() -> void
{
for (auto* key : mManagedPTestDescendantSubParent) {
key->DoomSubtree();
}
SetDoomed();
}
auto PTestDescendantParent::PeekManagedActor() -> IProtocol*
{
if (IProtocol* actor = mManagedPTestDescendantSubParent.Peek()) {
return actor;
}
return nullptr;
}
} // namespace _ipdltest
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::_ipdltest::PTestDescendantParent*>::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::PTestDescendantParent*>::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::PTestDescendantParent*>(actor.ref());
}
return {};
}
} // namespace IPC