#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRESENTATION_PRESENTATION_MOJOM_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_PRESENTATION_PRESENTATION_MOJOM_H_
#include <stdint.h>
#include <limits>
#include <optional>
#include <type_traits>
#include <utility>
#include "base/types/cxx23_to_underlying.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "third_party/blink/public/mojom/presentation/presentation.mojom-features.h"
#include "third_party/blink/public/mojom/presentation/presentation.mojom-shared.h"
#include "third_party/blink/public/mojom/presentation/presentation.mojom-forward.h"
#include "url/mojom/url.mojom.h"
#include <string>
#include <vector>
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/lib/message_size_estimator.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class PresentationConnectionProxy;
template <typename ImplRefTraits>
class PresentationConnectionStub;
class PresentationConnectionRequestValidator;
class BLINK_COMMON_EXPORT PresentationConnection
: public PresentationConnectionInterfaceBase { … };
class PresentationServiceProxy;
template <typename ImplRefTraits>
class PresentationServiceStub;
class PresentationServiceRequestValidator;
class PresentationServiceResponseValidator;
class BLINK_COMMON_EXPORT PresentationService
: public PresentationServiceInterfaceBase { … };
class PresentationControllerProxy;
template <typename ImplRefTraits>
class PresentationControllerStub;
class PresentationControllerRequestValidator;
class BLINK_COMMON_EXPORT PresentationController
: public PresentationControllerInterfaceBase { … };
class PresentationReceiverProxy;
template <typename ImplRefTraits>
class PresentationReceiverStub;
class PresentationReceiverRequestValidator;
class BLINK_COMMON_EXPORT PresentationReceiver
: public PresentationReceiverInterfaceBase { … };
class BLINK_COMMON_EXPORT PresentationConnectionProxy
: public PresentationConnection { … };
class BLINK_COMMON_EXPORT PresentationServiceProxy
: public PresentationService { … };
class BLINK_COMMON_EXPORT PresentationControllerProxy
: public PresentationController { … };
class BLINK_COMMON_EXPORT PresentationReceiverProxy
: public PresentationReceiver { … };
class BLINK_COMMON_EXPORT PresentationConnectionStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<PresentationConnection>>
class PresentationConnectionStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
PresentationConnectionStub() = default;
~PresentationConnectionStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT PresentationServiceStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<PresentationService>>
class PresentationServiceStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
PresentationServiceStub() = default;
~PresentationServiceStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT PresentationControllerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<PresentationController>>
class PresentationControllerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
PresentationControllerStub() = default;
~PresentationControllerStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT PresentationReceiverStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<PresentationReceiver>>
class PresentationReceiverStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
PresentationReceiverStub() = default;
~PresentationReceiverStub() override = default;
void set_sink(ImplPointerType sink) { … }
ImplPointerType& sink() { … }
bool Accept(mojo::Message* message) override { … }
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override { … }
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT PresentationConnectionRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT PresentationServiceRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT PresentationControllerRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT PresentationReceiverRequestValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT PresentationServiceResponseValidator : public mojo::MessageReceiver { … };
class BLINK_COMMON_EXPORT PresentationError { … };
template <typename T, PresentationError::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PresentationError::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PresentationError::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PresentationError::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class BLINK_COMMON_EXPORT PresentationConnectionMessage { … };
class BLINK_COMMON_EXPORT PresentationInfo { … };
template <typename T, PresentationInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PresentationInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PresentationInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PresentationInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class BLINK_COMMON_EXPORT PresentationConnectionResult { … };
template <typename T, PresentationConnectionResult::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, PresentationConnectionResult::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, PresentationConnectionResult::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, PresentationConnectionResult::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename UnionPtrType>
PresentationConnectionMessagePtr PresentationConnectionMessage::Clone() const { … }
template <typename T,
typename std::enable_if<std::is_same<
T, PresentationConnectionMessage>::value>::type*>
bool PresentationConnectionMessage::Equals(const T& other) const { … }
template <typename StructPtrType>
PresentationInfoPtr PresentationInfo::Clone() const { … }
template <typename T, PresentationInfo::EnableIfSame<T>*>
bool PresentationInfo::Equals(const T& other_struct) const { … }
template <typename T, PresentationInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PresentationErrorPtr PresentationError::Clone() const { … }
template <typename T, PresentationError::EnableIfSame<T>*>
bool PresentationError::Equals(const T& other_struct) const { … }
template <typename T, PresentationError::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
PresentationConnectionResultPtr PresentationConnectionResult::Clone() const { … }
template <typename T, PresentationConnectionResult::EnableIfSame<T>*>
bool PresentationConnectionResult::Equals(const T& other_struct) const { … }
template <typename T, PresentationConnectionResult::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::PresentationInfo::DataView,
::blink::mojom::PresentationInfoPtr> { … };
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::PresentationError::DataView,
::blink::mojom::PresentationErrorPtr> { … };
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::PresentationConnectionResult::DataView,
::blink::mojom::PresentationConnectionResultPtr> { … };
template <>
struct BLINK_COMMON_EXPORT UnionTraits<::blink::mojom::PresentationConnectionMessage::DataView,
::blink::mojom::PresentationConnectionMessagePtr> { … };
}
#endif