Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/dom/PClientSourceChild.h"
#include "ipc/ErrorIPCUtils.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/ProfilerMarkers.h"
#include "mozilla/dom/BindingIPCUtils.h"
#include "mozilla/dom/ClientIPCUtils.h"
#include "mozilla/dom/PClientManagerChild.h"
#include "mozilla/dom/PClientSourceOpChild.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 dom {
auto PClientSourceChild::RecvPClientSourceOpConstructor(
PClientSourceOpChild* actor,
const ClientOpConstructorArgs& aArgs) -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
auto PClientSourceChild::Recv__delete__() -> mozilla::ipc::IPCResult
{
return IPC_OK();
}
MOZ_IMPLICIT PClientSourceChild::PClientSourceChild() :
mozilla::ipc::IRefCountedProtocol(PClientSourceMsgStart, mozilla::ipc::ChildSide)
{
MOZ_COUNT_CTOR(PClientSourceChild);
}
PClientSourceChild::~PClientSourceChild()
{
MOZ_COUNT_DTOR(PClientSourceChild);
}
auto PClientSourceChild::ActorAlloc() -> void
{
AddRef();
}
auto PClientSourceChild::ActorDealloc() -> void
{
Release();
}
auto PClientSourceChild::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PClientSourceChild::Manager() const -> PClientManagerChild*
{
return static_cast<PClientManagerChild*>(IProtocol::Manager());
}
auto PClientSourceChild::ManagedPClientSourceOpChild(nsTArray<PClientSourceOpChild*>& aArr) const -> void
{
mManagedPClientSourceOpChild.ToArray(aArr);
}
auto PClientSourceChild::ManagedPClientSourceOpChild() const -> const ManagedContainer<PClientSourceOpChild>&
{
return mManagedPClientSourceOpChild;
}
auto PClientSourceChild::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
total += mManagedPClientSourceOpChild.Count();
return total;
}
auto PClientSourceChild::OpenPClientSourceOpEndpoint(PClientSourceOpChild* aActor) -> ManagedEndpoint<PClientSourceOpParent>
{
if (!aActor) {
NS_WARNING("Cannot bind null PClientSourceOpChild actor");
return ManagedEndpoint<PClientSourceOpParent>();
}
if (aActor->SetManagerAndRegister(this)) {
mManagedPClientSourceOpChild.Insert(aActor);
} else {
NS_WARNING("Failed to bind PClientSourceOpChild actor");
return ManagedEndpoint<PClientSourceOpParent>();
}
// 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<PClientSourceOpParent>(mozilla::ipc::PrivateIPDLInterface(), aActor);
}
auto PClientSourceChild::BindPClientSourceOpEndpoint(
ManagedEndpoint<PClientSourceOpChild> aEndpoint,
PClientSourceOpChild* aActor) -> bool
{
return aEndpoint.Bind(mozilla::ipc::PrivateIPDLInterface(), aActor, this, mManagedPClientSourceOpChild);
}
auto PClientSourceChild::SendWorkerSyncPing() -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_WorkerSyncPing(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_WorkerSyncPing", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PClientSource::Msg_WorkerSyncPing", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
return true;
}
auto PClientSourceChild::SendTeardown() -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_Teardown(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_Teardown", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::SendExecutionReady(const ClientSourceExecutionReadyArgs& aArgs) -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_ExecutionReady(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), aArgs);
// Sentinel = 'aArgs'
((&(writer__)))->WriteSentinel(92602863);
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_ExecutionReady", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::SendFreeze() -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_Freeze(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_Freeze", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::SendThaw() -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_Thaw(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_Thaw", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::SendInheritController(const ClientControlledArgs& aArgs) -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_InheritController(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), aArgs);
// Sentinel = 'aArgs'
((&(writer__)))->WriteSentinel(92602863);
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_InheritController", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::SendNoteDOMContentLoaded() -> bool
{
UniquePtr<IPC::Message> msg__ = PClientSource::Msg_NoteDOMContentLoaded(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_NoteDOMContentLoaded", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PClientSourceChild::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PClientSourceOpMsgStart:
MOZ_ALWAYS_TRUE(mManagedPClientSourceOpChild.EnsureRemoved(static_cast<PClientSourceOpChild*>(aListener)));
return;
default:
FatalError("unreached");
return; }
}
auto PClientSourceChild::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
switch (aProtocolId) {
case PClientSourceOpMsgStart:
this->DeallocPClientSourceOpChild(static_cast<PClientSourceOpChild*>(aListener));
return;
default:
FatalError("unreached");
return;
}
}
auto PClientSourceChild::OnMessageReceived(const Message& msg__) -> PClientSourceChild::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 PClientSource::Msg_PClientSourceOpConstructor__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_PClientSourceOpConstructor", 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__aArgs = IPC::ReadParam<ClientOpConstructorArgs>((&(reader__)));
if (!maybe__aArgs) {
FatalError("Error deserializing 'ClientOpConstructorArgs'");
return MsgValueError;
}
auto& aArgs = *maybe__aArgs;
// Sentinel = 'aArgs'
if ((!(((&(reader__)))->ReadSentinel(92602863)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'ClientOpConstructorArgs'");
return MsgValueError;
}
reader__.EndRead();
PClientSourceOpChild* actor = (this)->AllocPClientSourceOpChild(aArgs);
if (!actor) {
NS_WARNING("Cannot bind null PClientSourceOpChild actor");
return MsgValueError;
}
if (actor->SetManagerAndRegister(this, (handle__).mId)) {
mManagedPClientSourceOpChild.Insert(actor);
} else {
NS_WARNING("Failed to bind PClientSourceOpChild actor");
return MsgValueError;
}
mozilla::ipc::IPCResult __ok = (this)->RecvPClientSourceOpConstructor(std::move(actor), std::move(aArgs));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PClientSource::Msg_EvictFromBFCache__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PClientSource::Msg_EvictFromBFCache", OTHER);
mozilla::ipc::IPCResult __ok = (this)->RecvEvictFromBFCache();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PClientSource::Msg___delete____ID:
{
if (mozilla::ipc::LoggingEnabledFor("PClientSource", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PClientSourceChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PClientSource::Msg___delete__", OTHER);
mozilla::ipc::IPCResult __ok = (this)->Recv__delete__();
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 PClientSourceChild::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PClientSourceChild::Result
{
return MsgNotKnown;
}
auto PClientSourceChild::DoomSubtree() -> void
{
for (auto* key : mManagedPClientSourceOpChild) {
key->DoomSubtree();
}
SetDoomed();
}
auto PClientSourceChild::PeekManagedActor() -> IProtocol*
{
if (IProtocol* actor = mManagedPClientSourceOpChild.Peek()) {
return actor;
}
return nullptr;
}
} // namespace dom
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::dom::PClientSourceChild*>::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::dom::PClientSourceChild*>::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, "PClientSource", PClientSourceMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::dom::PClientSourceChild*>(actor.ref());
}
return {};
}
} // namespace IPC