Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/_ipdltest/PTestEndpointOpensOpenedChild.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 PTestEndpointOpensOpenedChild::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PTestEndpointOpensOpenedChild::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PTestEndpointOpensOpenedChild::PTestEndpointOpensOpenedChild() :
mozilla::ipc::IToplevelProtocol("PTestEndpointOpensOpenedChild", PTestEndpointOpensOpenedMsgStart, mozilla::ipc::ChildSide)
{
MOZ_COUNT_CTOR(PTestEndpointOpensOpenedChild);
}
PTestEndpointOpensOpenedChild::~PTestEndpointOpensOpenedChild()
{
MOZ_COUNT_DTOR(PTestEndpointOpensOpenedChild);
}
auto PTestEndpointOpensOpenedChild::ActorAlloc() -> void
{
AddRef();
}
auto PTestEndpointOpensOpenedChild::ActorDealloc() -> void
{
Release();
}
auto PTestEndpointOpensOpenedChild::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PTestEndpointOpensOpenedChild::SendHello() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestEndpointOpensOpened::Msg_Hello(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PTestEndpointOpensOpened", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestEndpointOpensOpenedChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestEndpointOpensOpened::Msg_Hello", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PTestEndpointOpensOpenedChild::SendHelloSync() -> bool
{
UniquePtr<IPC::Message> msg__ = PTestEndpointOpensOpened::Msg_HelloSync(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PTestEndpointOpensOpened", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestEndpointOpensOpenedChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PTestEndpointOpensOpened::Msg_HelloSync", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PTestEndpointOpensOpened::Msg_HelloSync", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PTestEndpointOpensOpened", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestEndpointOpensOpenedChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
return true;
}
auto PTestEndpointOpensOpenedChild::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PTestEndpointOpensOpenedChild::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PTestEndpointOpensOpenedChild::OnMessageReceived(const Message& msg__) -> PTestEndpointOpensOpenedChild::Result
{
switch (msg__.type()) {
case PTestEndpointOpensOpened::Msg_Hi__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PTestEndpointOpensOpened", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PTestEndpointOpensOpenedChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PTestEndpointOpensOpened::Msg_Hi", OTHER);
mozilla::ipc::IPCResult __ok = (this)->RecvHi();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PTestEndpointOpensOpened::Reply___delete____ID:
{
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 PTestEndpointOpensOpenedChild::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PTestEndpointOpensOpenedChild::Result
{
return MsgNotKnown;
}
auto PTestEndpointOpensOpenedChild::DoomSubtree() -> void
{
SetDoomed();
}
auto PTestEndpointOpensOpenedChild::PeekManagedActor() -> IProtocol*
{
return nullptr;
}
} // namespace _ipdltest
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::_ipdltest::PTestEndpointOpensOpenedChild*>::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::PTestEndpointOpensOpenedChild*>::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, "PTestEndpointOpensOpened", PTestEndpointOpensOpenedMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::_ipdltest::PTestEndpointOpensOpenedChild*>(actor.ref());
}
return {};
}
} // namespace IPC