Copy as Markdown
Other Tools
//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/dom/PCycleCollectWithLogsChild.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/dom/PContentChild.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 {
MOZ_IMPLICIT PCycleCollectWithLogsChild::PCycleCollectWithLogsChild() :
mozilla::ipc::IProtocol(kProtocolId, mozilla::ipc::ChildSide)
{
MOZ_COUNT_CTOR(PCycleCollectWithLogsChild);
}
PCycleCollectWithLogsChild::~PCycleCollectWithLogsChild()
{
MOZ_COUNT_DTOR(PCycleCollectWithLogsChild);
}
auto PCycleCollectWithLogsChild::ActorAlloc() -> void
{
}
auto PCycleCollectWithLogsChild::ActorDealloc() -> void
{
if (Manager()) {
Manager()->DeallocManagee(kProtocolId, this);
}
}
auto PCycleCollectWithLogsChild::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PCycleCollectWithLogsChild::OtherChildID() const -> ::GeckoChildID
{
::GeckoChildID childID =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherChildIDMaybeInvalid();
MOZ_RELEASE_ASSERT(childID != -1);
return childID;
}
auto PCycleCollectWithLogsChild::OtherEndpointProcInfo() const -> ::mozilla::ipc::EndpointProcInfo
{
return ::mozilla::ipc::EndpointProcInfo{OtherPid(), OtherChildID()};
}
auto PCycleCollectWithLogsChild::Manager() const -> PContentChild*
{
return static_cast<PContentChild*>(IProtocol::Manager());
}
auto PCycleCollectWithLogsChild::ManagedProtocolIds() const -> mozilla::Span<mozilla::ipc::ProtocolId const>
{
return {};
}
auto PCycleCollectWithLogsChild::GetManagedActors(mozilla::ipc::ProtocolId aProtocol) -> UntypedManagedContainer*
{
switch (aProtocol) {
default:
return nullptr;
}
}
auto PCycleCollectWithLogsChild::SendCloseGCLog() -> bool
{
UniquePtr<IPC::Message> msg__ = PCycleCollectWithLogs::Msg_CloseGCLog(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PCycleCollectWithLogs", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PCycleCollectWithLogsChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PCycleCollectWithLogs::Msg_CloseGCLog", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PCycleCollectWithLogsChild::SendCloseCCLog() -> bool
{
UniquePtr<IPC::Message> msg__ = PCycleCollectWithLogs::Msg_CloseCCLog(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
if (mozilla::ipc::LoggingEnabledFor("PCycleCollectWithLogs", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PCycleCollectWithLogsChild",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PCycleCollectWithLogs::Msg_CloseCCLog", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PCycleCollectWithLogsChild::Send__delete__(PCycleCollectWithLogsChild* actor) -> bool
{
if (!actor || !actor->CanSend()) {
NS_WARNING("Attempt to __delete__ missing or closed actor");
return false;
}
UniquePtr<IPC::Message> msg__ = PCycleCollectWithLogs::Msg___delete__((actor)->Id());
IPC::MessageWriter writer__{
(*(msg__)),
actor};
if (mozilla::ipc::LoggingEnabledFor("PCycleCollectWithLogs", mozilla::ipc::ChildSide)) {
mozilla::ipc::LogMessageForProtocol(
"PCycleCollectWithLogsChild",
actor->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PCycleCollectWithLogs::Msg___delete__", OTHER);
bool sendok__ = (actor)->ChannelSend(std::move(msg__));
actor->ActorDisconnected(Deletion);
return sendok__;
}
auto PCycleCollectWithLogsChild::DeallocManagee(
mozilla::ipc::ProtocolId aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PCycleCollectWithLogsChild::OnMessageReceived(const Message& msg__) -> PCycleCollectWithLogsChild::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 PCycleCollectWithLogs::Reply___delete____ID:
{
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PCycleCollectWithLogsChild::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PCycleCollectWithLogsChild::Result
{
return MsgNotKnown;
}
} // namespace dom
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::dom::PCycleCollectWithLogsChild*>::Write(
IPC::MessageWriter* aWriter,
const paramType& aVar) -> void
{
IPC::WriteParam(aWriter, static_cast<mozilla::ipc::IProtocol*>(aVar));
// Sentinel = 'PCycleCollectWithLogs'
(aWriter)->WriteSentinel(1480001592);
}
auto ParamTraits<::mozilla::dom::PCycleCollectWithLogsChild*>::Read(IPC::MessageReader* aReader) -> IPC::ReadResult<paramType>
{
auto maybe__actor = IPC::ReadParam<mozilla::ipc::IProtocol*>(aReader);
if (!maybe__actor) {
aReader->FatalError("Error deserializing managed PCycleCollectWithLogs actor");
return {};
}
auto& actor = *maybe__actor;
// Sentinel = 'PCycleCollectWithLogs'
if ((!((aReader)->ReadSentinel(1480001592)))) {
mozilla::ipc::SentinelReadError("Error deserializing managed PCycleCollectWithLogs actor");
return {};
}
if (actor && actor->GetProtocolId() != PCycleCollectWithLogsMsgStart) {
aReader->FatalError("Unexpected actor type (expected PCycleCollectWithLogs)");
return {};
}
return static_cast<::mozilla::dom::PCycleCollectWithLogsChild*>(actor);
}
} // namespace IPC