Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/PRemoteSandboxBrokerParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/ProfilerMarkers.h"
#include "mozilla/RemoteSandboxBrokerParent.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 {
auto PRemoteSandboxBrokerParent::ProcessingError(
Result aCode,
const char* aReason) -> void
{
}
auto PRemoteSandboxBrokerParent::ShouldContinueFromReplyTimeout() -> bool
{
return true;
}
MOZ_IMPLICIT PRemoteSandboxBrokerParent::PRemoteSandboxBrokerParent() :
mozilla::ipc::IToplevelProtocol("PRemoteSandboxBrokerParent", PRemoteSandboxBrokerMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PRemoteSandboxBrokerParent);
}
PRemoteSandboxBrokerParent::~PRemoteSandboxBrokerParent()
{
MOZ_COUNT_DTOR(PRemoteSandboxBrokerParent);
}
auto PRemoteSandboxBrokerParent::ActorAlloc() -> void
{
MOZ_RELEASE_ASSERT(XRE_IsParentProcess(), "Invalid process for `PRemoteSandboxBrokerParent'");
AddRef();
}
auto PRemoteSandboxBrokerParent::ActorDealloc() -> void
{
Release();
}
auto PRemoteSandboxBrokerParent::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PRemoteSandboxBrokerParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PRemoteSandboxBrokerParent::SendLaunchApp(
const LaunchParameters& params,
bool* ok,
uint64_t* handle) -> bool
{
UniquePtr<IPC::Message> msg__ = PRemoteSandboxBroker::Msg_LaunchApp(MSG_ROUTING_CONTROL);
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), params);
// Sentinel = 'params'
((&(writer__)))->WriteSentinel(146997893);
UniquePtr<Message> reply__;
if (mozilla::ipc::LoggingEnabledFor("PRemoteSandboxBroker", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PRemoteSandboxBrokerParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PRemoteSandboxBroker::Msg_LaunchApp", OTHER);
bool sendok__ = false;
{
AUTO_PROFILER_TRACING_MARKER("Sync IPC", "PRemoteSandboxBroker::Msg_LaunchApp", IPC);
sendok__ = ChannelSend(std::move(msg__), (&(reply__)));
}
if ((!(sendok__))) {
return false;
}
if (mozilla::ipc::LoggingEnabledFor("PRemoteSandboxBroker", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PRemoteSandboxBrokerParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
IPC::MessageReader reader__{
(*(reply__)),
this};
auto maybe__ok__reply = IPC::ReadParam<bool>((&(reader__)));
if (!maybe__ok__reply) {
FatalError("Error deserializing 'bool'");
return false;
}
auto& ok__reply = *maybe__ok__reply;
// Sentinel = 'ok'
if ((!(((&(reader__)))->ReadSentinel(21692635)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'bool'");
return false;
}
auto maybe__handle__reply = IPC::ReadParam<uint64_t>((&(reader__)));
if (!maybe__handle__reply) {
FatalError("Error deserializing 'uint64_t'");
return false;
}
auto& handle__reply = *maybe__handle__reply;
// Sentinel = 'handle'
if ((!(((&(reader__)))->ReadSentinel(142344813)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint64_t'");
return false;
}
(*(ok)) = std::move(ok__reply);
(*(handle)) = std::move(handle__reply);
reader__.EndRead();
return true;
}
auto PRemoteSandboxBrokerParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PRemoteSandboxBrokerParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PRemoteSandboxBrokerParent::OnMessageReceived(const Message& msg__) -> PRemoteSandboxBrokerParent::Result
{
switch (msg__.type()) {
case PRemoteSandboxBroker::Msg_InitCrashReporter__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PRemoteSandboxBroker", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PRemoteSandboxBrokerParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PRemoteSandboxBroker::Msg_InitCrashReporter", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__threadId = IPC::ReadParam<NativeThreadId>((&(reader__)));
if (!maybe__threadId) {
FatalError("Error deserializing 'NativeThreadId'");
return MsgValueError;
}
auto& threadId = *maybe__threadId;
// Sentinel = 'threadId'
if ((!(((&(reader__)))->ReadSentinel(248185638)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'NativeThreadId'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<RemoteSandboxBrokerParent*>(this))->RecvInitCrashReporter(std::move(threadId));
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 PRemoteSandboxBrokerParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PRemoteSandboxBrokerParent::Result
{
return MsgNotKnown;
}
auto PRemoteSandboxBrokerParent::DoomSubtree() -> void
{
SetDoomed();
}
auto PRemoteSandboxBrokerParent::PeekManagedActor() -> IProtocol*
{
return nullptr;
}
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::PRemoteSandboxBrokerParent*>::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::PRemoteSandboxBrokerParent*>::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, "PRemoteSandboxBroker", PRemoteSandboxBrokerMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::PRemoteSandboxBrokerParent*>(actor.ref());
}
return {};
}
} // namespace IPC