#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_SERIAL_MOJOM_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_SERIAL_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 "services/device/public/mojom/serial.mojom-features.h"
#include "services/device/public/mojom/serial.mojom-shared.h"
#include "services/device/public/mojom/serial.mojom-forward.h"
#include "device/bluetooth/public/mojom/uuid.mojom.h"
#include "mojo/public/mojom/base/file_path.mojom.h"
#include "mojo/public/mojom/base/unguessable_token.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"
namespace device::mojom {
class SerialPortManagerProxy;
template <typename ImplRefTraits>
class SerialPortManagerStub;
class SerialPortManagerRequestValidator;
class SerialPortManagerResponseValidator;
class SerialPortManager
: public SerialPortManagerInterfaceBase { … };
class SerialPortManagerClientProxy;
template <typename ImplRefTraits>
class SerialPortManagerClientStub;
class SerialPortManagerClientRequestValidator;
class SerialPortManagerClient
: public SerialPortManagerClientInterfaceBase { … };
class SerialPortProxy;
template <typename ImplRefTraits>
class SerialPortStub;
class SerialPortRequestValidator;
class SerialPortResponseValidator;
class SerialPort
: public SerialPortInterfaceBase { … };
class SerialPortClientProxy;
template <typename ImplRefTraits>
class SerialPortClientStub;
class SerialPortClientRequestValidator;
class SerialPortClient
: public SerialPortClientInterfaceBase { … };
class SerialPortConnectionWatcherProxy;
template <typename ImplRefTraits>
class SerialPortConnectionWatcherStub;
class SerialPortConnectionWatcherRequestValidator;
class SerialPortConnectionWatcher
: public SerialPortConnectionWatcherInterfaceBase { … };
class SerialPortManagerProxy
: public SerialPortManager { … };
class SerialPortManagerClientProxy
: public SerialPortManagerClient { … };
class SerialPortProxy
: public SerialPort { … };
class SerialPortClientProxy
: public SerialPortClient { … };
class SerialPortConnectionWatcherProxy
: public SerialPortConnectionWatcher { … };
class SerialPortManagerStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SerialPortManager>>
class SerialPortManagerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SerialPortManagerStub() = default;
~SerialPortManagerStub() 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 SerialPortManagerClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SerialPortManagerClient>>
class SerialPortManagerClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SerialPortManagerClientStub() = default;
~SerialPortManagerClientStub() 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 SerialPortStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SerialPort>>
class SerialPortStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SerialPortStub() = default;
~SerialPortStub() 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 SerialPortClientStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SerialPortClient>>
class SerialPortClientStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SerialPortClientStub() = default;
~SerialPortClientStub() 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 SerialPortConnectionWatcherStubDispatch { … };
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<SerialPortConnectionWatcher>>
class SerialPortConnectionWatcherStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
SerialPortConnectionWatcherStub() = default;
~SerialPortConnectionWatcherStub() 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 SerialPortManagerRequestValidator : public mojo::MessageReceiver { … };
class SerialPortManagerClientRequestValidator : public mojo::MessageReceiver { … };
class SerialPortRequestValidator : public mojo::MessageReceiver { … };
class SerialPortClientRequestValidator : public mojo::MessageReceiver { … };
class SerialPortConnectionWatcherRequestValidator : public mojo::MessageReceiver { … };
class SerialPortManagerResponseValidator : public mojo::MessageReceiver { … };
class SerialPortResponseValidator : public mojo::MessageReceiver { … };
class SerialPortControlSignals { … };
template <typename T, SerialPortControlSignals::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SerialPortControlSignals::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SerialPortControlSignals::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SerialPortControlSignals::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SerialPortInfo { … };
template <typename T, SerialPortInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SerialPortInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SerialPortInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SerialPortInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SerialConnectionOptions { … };
template <typename T, SerialConnectionOptions::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SerialConnectionOptions::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SerialConnectionOptions::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SerialConnectionOptions::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SerialConnectionInfo { … };
template <typename T, SerialConnectionInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SerialConnectionInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SerialConnectionInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SerialConnectionInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
class SerialHostControlSignals { … };
template <typename T, SerialHostControlSignals::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, SerialHostControlSignals::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) { … }
template <typename T, SerialHostControlSignals::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) { … }
template <typename T, SerialHostControlSignals::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SerialPortInfoPtr SerialPortInfo::Clone() const { … }
template <typename T, SerialPortInfo::EnableIfSame<T>*>
bool SerialPortInfo::Equals(const T& other_struct) const { … }
template <typename T, SerialPortInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SerialConnectionOptionsPtr SerialConnectionOptions::Clone() const { … }
template <typename T, SerialConnectionOptions::EnableIfSame<T>*>
bool SerialConnectionOptions::Equals(const T& other_struct) const { … }
template <typename T, SerialConnectionOptions::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SerialConnectionInfoPtr SerialConnectionInfo::Clone() const { … }
template <typename T, SerialConnectionInfo::EnableIfSame<T>*>
bool SerialConnectionInfo::Equals(const T& other_struct) const { … }
template <typename T, SerialConnectionInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SerialHostControlSignalsPtr SerialHostControlSignals::Clone() const { … }
template <typename T, SerialHostControlSignals::EnableIfSame<T>*>
bool SerialHostControlSignals::Equals(const T& other_struct) const { … }
template <typename T, SerialHostControlSignals::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
template <typename StructPtrType>
SerialPortControlSignalsPtr SerialPortControlSignals::Clone() const { … }
template <typename T, SerialPortControlSignals::EnableIfSame<T>*>
bool SerialPortControlSignals::Equals(const T& other_struct) const { … }
template <typename T, SerialPortControlSignals::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) { … }
}
namespace mojo {
template <>
struct StructTraits<::device::mojom::SerialPortInfo::DataView,
::device::mojom::SerialPortInfoPtr> { … };
template <>
struct StructTraits<::device::mojom::SerialConnectionOptions::DataView,
::device::mojom::SerialConnectionOptionsPtr> { … };
template <>
struct StructTraits<::device::mojom::SerialConnectionInfo::DataView,
::device::mojom::SerialConnectionInfoPtr> { … };
template <>
struct StructTraits<::device::mojom::SerialHostControlSignals::DataView,
::device::mojom::SerialHostControlSignalsPtr> { … };
template <>
struct StructTraits<::device::mojom::SerialPortControlSignals::DataView,
::device::mojom::SerialPortControlSignalsPtr> { … };
}
#endif