Generated file

Copy as Markdown

Other Tools

//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PHWInferenceParent_h
#define PHWInferenceParent_h
#include "mozilla/hwinference/PHWInference.h"
#ifdef DEBUG
#include "prenv.h"
#endif // DEBUG
#include "mozilla/Tainting.h"
#include "mozilla/ipc/MessageChannel.h"
#include "mozilla/ipc/ProtocolUtils.h"
class nsIFile;
namespace mozilla {
namespace hwinference {
class HWInferenceParent;
} // namespace hwinference
} // namespace mozilla
// Headers for things that cannot be forward declared
#include "mozilla/dom/ipc/IdType.h"
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionParent;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionChild;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PHWInferenceParent :
public mozilla::ipc::IToplevelProtocol
{
private:
public:
static constexpr ::mozilla::ipc::ProtocolId kProtocolId = PHWInferenceMsgStart;
protected:
typedef mozilla::ipc::ActorId ActorId;
typedef ::mozilla::ipc::ByteBuf ByteBuf;
typedef ::mozilla::dom::ContentParentId ContentParentId;
template<class FooSide> using Endpoint = mozilla::ipc::Endpoint<FooSide>;
typedef ::mozilla::ipc::FileDescriptor FileDescriptor;
typedef ::mozilla::hwinference::GetModelError GetModelError;
typedef ::mozilla::hwinference::GetModelFileResult GetModelFileResult;
typedef ::mozilla::hwinference::GetModelFileSuccess GetModelFileSuccess;
template<class FooSide> using ManagedEndpoint = mozilla::ipc::ManagedEndpoint<FooSide>;
typedef ::mozilla::hwinference::PSpeechRecognitionChild PSpeechRecognitionChild;
typedef ::mozilla::hwinference::PSpeechRecognitionParent PSpeechRecognitionParent;
typedef base::ProcessId ProcessId;
typedef mozilla::ipc::ProtocolId ProtocolId;
typedef mozilla::ipc::ResponseRejectReason ResponseRejectReason;
typedef ::mozilla::ipc::Shmem Shmem;
template<class T> using UniquePtr = mozilla::UniquePtr<T>;
typedef ::int16_t int16_t;
typedef ::int32_t int32_t;
typedef ::int64_t int64_t;
typedef ::int8_t int8_t;
typedef ::intptr_t intptr_t;
typedef ::nsCString nsCString;
typedef ::nsString nsString;
typedef ::nsresult nsresult;
typedef ::uint16_t uint16_t;
typedef ::uint32_t uint32_t;
typedef ::uint64_t uint64_t;
typedef ::uint8_t uint8_t;
typedef ::uintptr_t uintptr_t;
public:
typedef std::function<void(const bool&)> IsModelAvailableResolver;
typedef std::function<void(const bool&)> IsModelInstalledResolver;
typedef std::function<void(const bool&)> InstallModelResolver;
typedef std::function<void(const GetModelFileResult&)> GetModelFileResolver;
protected:
void
ProcessingError(
Result aCode,
const char* aReason) override;
bool
ShouldContinueFromReplyTimeout() override;
public:
typedef mozilla::ipc::IProtocol IProtocol;
typedef IPC::Message Message;
typedef base::ProcessHandle ProcessHandle;
typedef mozilla::ipc::MessageChannel MessageChannel;
public:
MOZ_IMPLICIT PHWInferenceParent();
virtual ~PHWInferenceParent();
protected:
void
ActorAlloc() final;
void
ActorDealloc() final;
public:
mozilla::Span<mozilla::ipc::ProtocolId const>
ManagedProtocolIds() const final;
UntypedManagedContainer*
GetManagedActors(mozilla::ipc::ProtocolId aProtocol) final;
void
RejectPendingResponses(ResponseRejectReason aReason) final;
[[nodiscard]] bool
SendNewContentSpeechRecognition(
Endpoint<::mozilla::hwinference::PSpeechRecognitionParent>&& endpoint,
const ContentParentId& contentId);
void
DeallocManagee(
mozilla::ipc::ProtocolId aProtocolId,
IProtocol* aListener) override;
Result
OnMessageReceived(const Message& msg__) override;
Result
OnMessageReceived(
const Message& msg__,
UniquePtr<Message>& reply__) override;
private:
mozilla::ipc::IPDLAsyncReturnsCallbacks mAsyncCallbacks;
};
} // namespace hwinference
} // namespace mozilla
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::PHWInferenceParent> {
static constexpr ProtocolId kProtocolId = PHWInferenceMsgStart;
static constexpr Side kSide = ParentSide;
};
} // namespace mozilla::ipc
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::HWInferenceParent> {
static constexpr ProtocolId kProtocolId = PHWInferenceMsgStart;
static constexpr Side kSide = ParentSide;
};
} // namespace mozilla::ipc
#endif // ifndef PHWInferenceParent_h