#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_INPUT_SERVICE_MOJOM_BLINK_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_INPUT_SERVICE_MOJOM_BLINK_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 "services/device/public/mojom/input_service.mojom-features.h"
#include "services/device/public/mojom/input_service.mojom-shared.h"
#include "services/device/public/mojom/input_service.mojom-blink-forward.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#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/platform/web_common.h"
namespace device::mojom::blink {
class InputDeviceManagerClientProxy;
template <typename ImplRefTraits>
class InputDeviceManagerClientStub;
class InputDeviceManagerClientRequestValidator;
class BLINK_PLATFORM_EXPORT InputDeviceManagerClient
: public InputDeviceManagerClientInterfaceBase { … };
class InputDeviceManagerProxy;
template <typename ImplRefTraits>
class InputDeviceManagerStub;
class InputDeviceManagerRequestValidator;
class InputDeviceManagerResponseValidator;
class BLINK_PLATFORM_EXPORT InputDeviceManager
: public InputDeviceManagerInterfaceBase { … };
class BLINK_PLATFORM_EXPORT InputDeviceManagerClientProxy
: public InputDeviceManagerClient { … };
class BLINK_PLATFORM_EXPORT InputDeviceManagerProxy
: public InputDeviceManager { … };
class BLINK_PLATFORM_EXPORT InputDeviceManagerClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<InputDeviceManagerClient>>
class InputDeviceManagerClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
InputDeviceManagerClientStub() = default;
~InputDeviceManagerClientStub() 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_PLATFORM_EXPORT InputDeviceManagerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<InputDeviceManager>>
class InputDeviceManagerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
InputDeviceManagerStub() = default;
~InputDeviceManagerStub() 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_PLATFORM_EXPORT InputDeviceManagerClientRequestValidator : public mojo::MessageReceiver { … };
class BLINK_PLATFORM_EXPORT InputDeviceManagerRequestValidator : public mojo::MessageReceiver { … };
class BLINK_PLATFORM_EXPORT InputDeviceManagerResponseValidator : public mojo::MessageReceiver { … };
class BLINK_PLATFORM_EXPORT InputDeviceInfo { … };
template <typename T, InputDeviceInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, InputDeviceInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, InputDeviceInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, InputDeviceInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
InputDeviceInfoPtr InputDeviceInfo::Clone() const { … }
template <typename T, InputDeviceInfo::EnableIfSame<T>*>
bool InputDeviceInfo::Equals(const T& other_struct) const { … }
template <typename T, InputDeviceInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct BLINK_PLATFORM_EXPORT StructTraits<::device::mojom::blink::InputDeviceInfo::DataView,
::device::mojom::blink::InputDeviceInfoPtr> { … };
}
#endif