Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/_ipdltest/PTestCancelParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/ProfilerMarkers.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 PTestCancelParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PTestCancelParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PTestCancelParent::PTestCancelParent() :
mozilla::ipc::IToplevelProtocol("PTestCancelParent", PTestCancelMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PTestCancelParent);
}
PTestCancelParent::~PTestCancelParent()
{
MOZ_COUNT_DTOR(PTestCancelParent);
}
auto PTestCancelParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsParentProcess(), "Invalid process for `PTestCancelParent'");
AddRef();
}
auto PTestCancelParent::ActorDealloc() -> void
{
Release();
}
auto PTestCancelParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PTestCancelParent::SendImmediateCancel() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestCancel::Msg_ImmediateCancel(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_ImmediateCancel", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PTestCancel::Msg_ImmediateCancel", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
return true;
}
auto PTestCancelParent::SendStartNestedCancel() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestCancel::Msg_StartNestedCancel(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_StartNestedCancel", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PTestCancelParent::SendNestedCancel() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestCancel::Msg_NestedCancel(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_NestedCancel", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PTestCancel::Msg_NestedCancel", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
return true;
}
auto PTestCancelParent::SendStartNestedCancelParent() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestCancel::Msg_StartNestedCancelParent(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_StartNestedCancelParent", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PTestCancel::Msg_StartNestedCancelParent", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
return true;
}
auto PTestCancelParent::SendCheckChild(uint32_t* reply) -> bool
{
UniquePtr<IPC::Message> msg__ = PTestCancel::Msg_CheckChild(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_CheckChild", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PTestCancel::Msg_CheckChild", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
IPC::MessageReader reader__{
(*(reply__)),
this};
auto maybe__reply__reply = IPC::ReadParam<uint32_t>((&(reader__)));
if (!maybe__reply__reply) {
FatalError("Error deserializing 'uint32_t'");
return false;
}
auto& reply__reply = *maybe__reply__reply;
// Sentinel = 'reply'
if ((!(((&(reader__)))->ReadSentinel(108266029)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint32_t'");
return false;
}
(*(reply)) = std::move(reply__reply);
reader__.EndRead();
return true;
}
auto PTestCancelParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PTestCancelParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PTestCancelParent::OnMessageReceived(const Message& msg__) -> PTestCancelParent::Result
{
switch (msg__.type()) {
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 PTestCancelParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PTestCancelParent::Result
{
switch (msg__.type()) {
case PTestCancel::Msg_CallNestedCancel__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_CallNestedCancel", OTHER);
int32_t id__ = MSG_ROUTING_CONTROL;
mozilla::ipc::IPCResult __ok = (this)->RecvCallNestedCancel();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
reply__ = PTestCancel::Reply_CallNestedCancel(id__);
IPC::MessageWriter writer__{
(*(reply__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
case PTestCancel::Msg_NestedCancelParent__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_NestedCancelParent", OTHER);
int32_t id__ = MSG_ROUTING_CONTROL;
mozilla::ipc::IPCResult __ok = (this)->RecvNestedCancelParent();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
reply__ = PTestCancel::Reply_NestedCancelParent(id__);
IPC::MessageWriter writer__{
(*(reply__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
case PTestCancel::Msg_CheckParent__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestCancel::Msg_CheckParent", OTHER);
int32_t id__ = MSG_ROUTING_CONTROL;
uint32_t reply{};
mozilla::ipc::IPCResult __ok = (this)->RecvCheckParent((&(reply)));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
reply__ = PTestCancel::Reply_CheckParent(id__);
IPC::MessageWriter writer__{
(*(reply__)),
this};
IPC::WriteParam((&(writer__)), reply);
// Sentinel = 'reply'
((&(writer__)))->WriteSentinel(108266029);
if (mozilla::ipc::LoggingEnabledFor("PTestCancel", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestCancelParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eSending);
}
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PTestCancelParent::DoomSubtree() -> void
{
SetDoomed();
}
auto PTestCancelParent::PeekManagedActor() -> IProtocol*
{
return nullptr;
}
} // namespace _ipdltest
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::_ipdltest::PTestCancelParent*>::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::PTestCancelParent*>::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, "PTestCancel", PTestCancelMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::_ipdltest::PTestCancelParent*>(actor.ref());
}
return {};
}
} // namespace IPC