Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#include "mozilla/dom/PWebAuthnTransactionParent.h"
#include "mozilla/ProfilerLabels.h"
#include "mozilla/dom/WebAuthnTransactionParent.h"
#include "mozilla/ipc/PBackgroundParent.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 PWebAuthnTransactionParent::PWebAuthnTransactionParent() :
mozilla::ipc::IProtocol(PWebAuthnTransactionMsgStart, mozilla::ipc::ParentSide)
{
MOZ_COUNT_CTOR(PWebAuthnTransactionParent);
}
PWebAuthnTransactionParent::~PWebAuthnTransactionParent()
{
MOZ_COUNT_DTOR(PWebAuthnTransactionParent);
}
auto PWebAuthnTransactionParent::ActorAlloc() -> void
{
}
auto PWebAuthnTransactionParent::ActorDealloc() -> void
{
if (Manager()) {
Manager()->DeallocManagee(PWebAuthnTransactionMsgStart, this);
}
}
auto PWebAuthnTransactionParent::OtherPid() const -> ::base::ProcessId
{
::base::ProcessId pid =
::mozilla::ipc::IProtocol::ToplevelProtocol()->OtherPidMaybeInvalid();
MOZ_RELEASE_ASSERT(pid != ::base::kInvalidProcessId);
return pid;
}
auto PWebAuthnTransactionParent::Manager() const -> PBackgroundParent*
{
return static_cast<PBackgroundParent*>(IProtocol::Manager());
}
auto PWebAuthnTransactionParent::AllManagedActors(nsTArray<RefPtr<mozilla::ipc::ActorLifecycleProxy>>& arr__) const -> void
{
uint32_t total = 0;
arr__.SetCapacity(total);
}
auto PWebAuthnTransactionParent::AllManagedActorsCount() const -> uint32_t
{
uint32_t total = 0;
return total;
}
auto PWebAuthnTransactionParent::Send__delete__(PWebAuthnTransactionParent* actor) -> bool
{
if (!actor || !actor->CanSend()) {
NS_WARNING("Attempt to __delete__ missing or closed actor");
return false;
}
UniquePtr<IPC::Message> msg__ = PWebAuthnTransaction::Msg___delete__((actor)->Id());
IPC::MessageWriter writer__{
(*(msg__)),
actor};
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
actor->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg___delete__", OTHER);
bool sendok__ = (actor)->ChannelSend(std::move(msg__));
IProtocol* mgr = actor->Manager();
actor->DestroySubtree(Deletion);
actor->ClearSubtree();
mgr->RemoveManagee(PWebAuthnTransactionMsgStart, actor);
return sendok__;
}
auto PWebAuthnTransactionParent::SendConfirmRegister(
const uint64_t& aTransactionId,
const WebAuthnMakeCredentialResult& aResult) -> bool
{
UniquePtr<IPC::Message> msg__ = PWebAuthnTransaction::Msg_ConfirmRegister(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), aTransactionId);
// Sentinel = 'aTransactionId'
((&(writer__)))->WriteSentinel(704120213);
IPC::WriteParam((&(writer__)), aResult);
// Sentinel = 'aResult'
((&(writer__)))->WriteSentinel(185205473);
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_ConfirmRegister", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PWebAuthnTransactionParent::SendConfirmSign(
const uint64_t& aTransactionId,
const WebAuthnGetAssertionResult& aResult) -> bool
{
UniquePtr<IPC::Message> msg__ = PWebAuthnTransaction::Msg_ConfirmSign(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), aTransactionId);
// Sentinel = 'aTransactionId'
((&(writer__)))->WriteSentinel(704120213);
IPC::WriteParam((&(writer__)), aResult);
// Sentinel = 'aResult'
((&(writer__)))->WriteSentinel(185205473);
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_ConfirmSign", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PWebAuthnTransactionParent::SendAbort(
const uint64_t& aTransactionId,
const nsresult& Error) -> bool
{
UniquePtr<IPC::Message> msg__ = PWebAuthnTransaction::Msg_Abort(Id());
IPC::MessageWriter writer__{
(*(msg__)),
this};
IPC::WriteParam((&(writer__)), aTransactionId);
// Sentinel = 'aTransactionId'
((&(writer__)))->WriteSentinel(704120213);
IPC::WriteParam((&(writer__)), Error);
// Sentinel = 'Error'
((&(writer__)))->WriteSentinel(97255947);
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending ",
msg__->type(),
mozilla::ipc::MessageDirection::eSending);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_Abort", OTHER);
bool sendok__ = ChannelSend(std::move(msg__));
return sendok__;
}
auto PWebAuthnTransactionParent::RemoveManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PWebAuthnTransactionParent::DeallocManagee(
int32_t aProtocolId,
IProtocol* aListener) -> void
{
FatalError("unreached");
return;
}
auto PWebAuthnTransactionParent::OnMessageReceived(const Message& msg__) -> PWebAuthnTransactionParent::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;
IProtocol* mgr = this->Manager();
this->DestroySubtree(ManagedEndpointDropped);
this->ClearSubtree();
mgr->RemoveManagee(PWebAuthnTransactionMsgStart, this);
return MsgProcessed;
}
case PWebAuthnTransaction::Msg_RequestRegister__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_RequestRegister", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aTransactionId = IPC::ReadParam<uint64_t>((&(reader__)));
if (!maybe__aTransactionId) {
FatalError("Error deserializing 'uint64_t'");
return MsgValueError;
}
auto& aTransactionId = *maybe__aTransactionId;
// Sentinel = 'aTransactionId'
if ((!(((&(reader__)))->ReadSentinel(704120213)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint64_t'");
return MsgValueError;
}
auto maybe__aTransactionInfo = IPC::ReadParam<WebAuthnMakeCredentialInfo>((&(reader__)));
if (!maybe__aTransactionInfo) {
FatalError("Error deserializing 'WebAuthnMakeCredentialInfo'");
return MsgValueError;
}
auto& aTransactionInfo = *maybe__aTransactionInfo;
// Sentinel = 'aTransactionInfo'
if ((!(((&(reader__)))->ReadSentinel(914032244)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'WebAuthnMakeCredentialInfo'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<WebAuthnTransactionParent*>(this))->RecvRequestRegister(std::move(aTransactionId), std::move(aTransactionInfo));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebAuthnTransaction::Msg_RequestSign__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_RequestSign", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aTransactionId = IPC::ReadParam<uint64_t>((&(reader__)));
if (!maybe__aTransactionId) {
FatalError("Error deserializing 'uint64_t'");
return MsgValueError;
}
auto& aTransactionId = *maybe__aTransactionId;
// Sentinel = 'aTransactionId'
if ((!(((&(reader__)))->ReadSentinel(704120213)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint64_t'");
return MsgValueError;
}
auto maybe__aTransactionInfo = IPC::ReadParam<WebAuthnGetAssertionInfo>((&(reader__)));
if (!maybe__aTransactionInfo) {
FatalError("Error deserializing 'WebAuthnGetAssertionInfo'");
return MsgValueError;
}
auto& aTransactionInfo = *maybe__aTransactionInfo;
// Sentinel = 'aTransactionInfo'
if ((!(((&(reader__)))->ReadSentinel(914032244)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'WebAuthnGetAssertionInfo'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<WebAuthnTransactionParent*>(this))->RecvRequestSign(std::move(aTransactionId), std::move(aTransactionInfo));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebAuthnTransaction::Msg_RequestIsUVPAA__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_RequestIsUVPAA", OTHER);
int32_t id__ = Id();
UniquePtr<IPC::Message> reply__(PWebAuthnTransaction::Reply_RequestIsUVPAA(id__));
reply__->set_seqno(msg__.seqno());
RefPtr<mozilla::ipc::IPDLResolverInner> resolver__ =
new mozilla::ipc::IPDLResolverInner(std::move(reply__), this);
RequestIsUVPAAResolver resolver = [resolver__ = std::move(resolver__)](const bool& aParam) {
resolver__->Resolve([&] (IPC::Message* reply__, IProtocol* self__) {
IPC::MessageWriter writer__(*reply__, self__);
IPC::WriteParam((&(writer__)), aParam);
// Sentinel = 'available'
((&(writer__)))->WriteSentinel(306316194);
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
self__->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Sending reply ",
reply__->type(),
mozilla::ipc::MessageDirection::eSending);
}
});
};
mozilla::ipc::IPCResult __ok = (static_cast<WebAuthnTransactionParent*>(this))->RecvRequestIsUVPAA(std::move(resolver));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebAuthnTransaction::Msg_RequestCancel__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_RequestCancel", OTHER);
IPC::MessageReader reader__{
msg__,
this};
auto maybe__aTransactionId = IPC::ReadParam<Tainted<uint64_t>>((&(reader__)));
if (!maybe__aTransactionId) {
FatalError("Error deserializing 'uint64_t'");
return MsgValueError;
}
auto& aTransactionId = *maybe__aTransactionId;
// Sentinel = 'aTransactionId'
if ((!(((&(reader__)))->ReadSentinel(704120213)))) {
mozilla::ipc::SentinelReadError("Error deserializing 'uint64_t'");
return MsgValueError;
}
reader__.EndRead();
mozilla::ipc::IPCResult __ok = (static_cast<WebAuthnTransactionParent*>(this))->RecvRequestCancel(std::move(aTransactionId));
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebAuthnTransaction::Msg_DestroyMe__ID:
{
if (mozilla::ipc::LoggingEnabledFor("PWebAuthnTransaction", mozilla::ipc::ParentSide)) {
mozilla::ipc::LogMessageForProtocol(
"PWebAuthnTransactionParent",
this->ToplevelProtocol()->OtherPidMaybeInvalid(),
"Received ",
(&(msg__))->type(),
mozilla::ipc::MessageDirection::eReceiving);
}
AUTO_PROFILER_LABEL("PWebAuthnTransaction::Msg_DestroyMe", OTHER);
mozilla::ipc::IPCResult __ok = (static_cast<WebAuthnTransactionParent*>(this))->RecvDestroyMe();
if ((!(__ok))) {
mozilla::ipc::ProtocolErrorBreakpoint("Handler returned error code!");
// Error handled in mozilla::ipc::IPCResult
return MsgProcessingError;
}
return MsgProcessed;
}
case PWebAuthnTransaction::Reply___delete____ID:
{
return MsgProcessed;
}
default:
return MsgNotKnown;
}
}
auto PWebAuthnTransactionParent::OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) -> PWebAuthnTransactionParent::Result
{
return MsgNotKnown;
}
auto PWebAuthnTransactionParent::ClearSubtree() -> void
{
}
} // namespace dom
} // namespace mozilla
namespace IPC {
auto ParamTraits<::mozilla::dom::PWebAuthnTransactionParent*>::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::PWebAuthnTransactionParent*>::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, "PWebAuthnTransaction", PWebAuthnTransactionMsgStart);
if (actor.isSome()) {
return static_cast<::mozilla::dom::PWebAuthnTransactionParent*>(actor.ref());
}
return {};
}
} // namespace IPC