//
// Automatically generated by ipdlc.
// Edit at your own risk
//
#ifndef PHWInferenceChild_h
#define PHWInferenceChild_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"
namespace mozilla {
namespace hwinference {
class HWInferenceChild;
} // namespace hwinference
} // namespace mozilla
// Headers for things that cannot be forward declared
#include "mozilla/dom/ipc/IdType.h"
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionChild;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PSpeechRecognitionParent;
} // namespace hwinference
} // namespace mozilla
namespace mozilla {
namespace hwinference {
class PHWInferenceChild :
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 MozPromise<bool, ResponseRejectReason, true> IsModelAvailablePromise;
typedef MozPromise<bool, ResponseRejectReason, true> IsModelInstalledPromise;
typedef MozPromise<bool, ResponseRejectReason, true> InstallModelPromise;
typedef MozPromise<GetModelFileResult, ResponseRejectReason, true> GetModelFilePromise;
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 PHWInferenceChild();
virtual ~PHWInferenceChild();
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;
void
SendIsModelAvailable(
const nsACString& task,
const nsACString& id,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<IsModelAvailablePromise>
SendIsModelAvailable(
const nsACString& task,
const nsACString& id);
void
SendIsModelInstalled(
const nsACString& task,
const nsACString& id,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<IsModelInstalledPromise>
SendIsModelInstalled(
const nsACString& task,
const nsACString& id);
void
SendInstallModel(
const nsACString& task,
const nsACString& id,
const uint64_t& innerWindowId,
const ContentParentId& contentId,
mozilla::ipc::ResolveCallback<bool>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<InstallModelPromise>
SendInstallModel(
const nsACString& task,
const nsACString& id,
const uint64_t& innerWindowId,
const ContentParentId& contentId);
void
SendGetModelFile(
const nsACString& task,
const nsACString& id,
mozilla::ipc::ResolveCallback<GetModelFileResult>&& aResolve,
mozilla::ipc::RejectCallback&& aReject);
RefPtr<GetModelFilePromise>
SendGetModelFile(
const nsACString& task,
const nsACString& id);
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::PHWInferenceChild> {
static constexpr ProtocolId kProtocolId = PHWInferenceMsgStart;
static constexpr Side kSide = ChildSide;
};
} // namespace mozilla::ipc
namespace mozilla::ipc {
template <>
struct ActorTraits<::mozilla::hwinference::HWInferenceChild> {
static constexpr ProtocolId kProtocolId = PHWInferenceMsgStart;
static constexpr Side kSide = ChildSide;
};
} // namespace mozilla::ipc
#endif // ifndef PHWInferenceChild_h