chromium/out/Default/gen/third_party/blink/public/mojom/serial/serial.mojom-blink.cc

// third_party/blink/public/mojom/serial/serial.mojom-blink.cc is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif

#include "third_party/blink/public/mojom/serial/serial.mojom-blink.h"

#include <math.h>
#include <stdint.h>
#include <utility>

#include "base/debug/alias.h"
#include "base/hash/md5_constexpr.h"
#include "base/run_loop.h"
#include "base/strings/string_number_conversions.h"
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/trace_event/trace_event.h"
#include "base/trace_event/typed_macros.h"
#include "mojo/public/cpp/bindings/features.h"
#include "mojo/public/cpp/bindings/lib/default_construct_tag_internal.h"
#include "mojo/public/cpp/bindings/lib/generated_code_util.h"
#include "mojo/public/cpp/bindings/lib/message_internal.h"
#include "mojo/public/cpp/bindings/lib/proxy_to_responder.h"
#include "mojo/public/cpp/bindings/lib/send_message_helper.h"
#include "mojo/public/cpp/bindings/lib/serialization_util.h"
#include "mojo/public/cpp/bindings/lib/unserialized_message_context.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/mojo_buildflags.h"
#include "mojo/public/cpp/bindings/urgent_message_scope.h"
#include "mojo/public/interfaces/bindings/interface_control_messages.mojom.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"

#include "third_party/blink/public/mojom/serial/serial.mojom-params-data.h"
#include "third_party/blink/public/mojom/serial/serial.mojom-shared-message-ids.h"

#include "third_party/blink/public/mojom/serial/serial.mojom-blink-import-headers.h"
#include "third_party/blink/public/mojom/serial/serial.mojom-blink-test-utils.h"
#include "mojo/public/cpp/bindings/lib/wtf_serialization.h"


namespace blink::mojom::blink {
SerialPortInfo::SerialPortInfo()
    :{}

SerialPortInfo::SerialPortInfo(
    const ::base::UnguessableToken& token_in,
    uint16_t usb_vendor_id_in,
    bool has_usb_vendor_id_in,
    uint16_t usb_product_id_in,
    bool has_usb_product_id_in,
    ::bluetooth::mojom::blink::UUIDPtr bluetooth_service_class_id_in,
    bool connected_in)
    :{}

SerialPortInfo::~SerialPortInfo() = default;

void SerialPortInfo::WriteIntoTrace(
    perfetto::TracedValue traced_context) const {}

bool SerialPortInfo::Validate(
    const void* data,
    mojo::internal::ValidationContext* validation_context) {}
SerialPortFilter::SerialPortFilter()
    :{}

SerialPortFilter::SerialPortFilter(
    uint32_t vendor_id_in,
    bool has_vendor_id_in,
    uint16_t product_id_in,
    bool has_product_id_in,
    ::bluetooth::mojom::blink::UUIDPtr bluetooth_service_class_id_in)
    :{}

SerialPortFilter::~SerialPortFilter() = default;

void SerialPortFilter::WriteIntoTrace(
    perfetto::TracedValue traced_context) const {}

bool SerialPortFilter::Validate(
    const void* data,
    mojo::internal::ValidationContext* validation_context) {}
const char SerialService::Name_[] =;

SerialService::IPCStableHashFunction SerialService::MessageToMethodInfo_(mojo::Message& message) {}


const char* SerialService::MessageToMethodName_(mojo::Message& message) {}

#if !BUILDFLAG(IS_FUCHSIA)
uint32_t SerialService::SetClient_Sym::IPCStableHash() {}
uint32_t SerialService::GetPorts_Sym::IPCStableHash() {}
uint32_t SerialService::RequestPort_Sym::IPCStableHash() {}
uint32_t SerialService::OpenPort_Sym::IPCStableHash() {}
uint32_t SerialService::ForgetPort_Sym::IPCStableHash() {}
# endif // !BUILDFLAG(IS_FUCHSIA)

class SerialService_GetPorts_ForwardToCallback
    : public mojo::MessageReceiver {};

class SerialService_RequestPort_ForwardToCallback
    : public mojo::MessageReceiver {};

class SerialService_OpenPort_ForwardToCallback
    : public mojo::MessageReceiver {};

class SerialService_ForgetPort_ForwardToCallback
    : public mojo::MessageReceiver {};

SerialServiceProxy::SerialServiceProxy(mojo::MessageReceiverWithResponder* receiver)
    :{}

void SerialServiceProxy::SetClient(
    ::mojo::PendingRemote<SerialServiceClient> in_client) {}

void SerialServiceProxy::GetPorts(
    GetPortsCallback callback) {}

void SerialServiceProxy::RequestPort(
    WTF::Vector<SerialPortFilterPtr> in_filters, WTF::Vector<::bluetooth::mojom::blink::UUIDPtr> in_allowed_bluetooth_service_class_ids, RequestPortCallback callback) {}

void SerialServiceProxy::OpenPort(
    const ::base::UnguessableToken& in_token, ::device::mojom::blink::SerialConnectionOptionsPtr in_options, ::mojo::PendingRemote<::device::mojom::blink::SerialPortClient> in_client, OpenPortCallback callback) {}

void SerialServiceProxy::ForgetPort(
    const ::base::UnguessableToken& in_token, ForgetPortCallback callback) {}
class SerialService_GetPorts_ProxyToResponder : public ::mojo::internal::ProxyToResponder {};

bool SerialService_GetPorts_ForwardToCallback::Accept(
    mojo::Message* message) {}

void SerialService_GetPorts_ProxyToResponder::Run(
    WTF::Vector<SerialPortInfoPtr> in_ports) {}
class SerialService_RequestPort_ProxyToResponder : public ::mojo::internal::ProxyToResponder {};

bool SerialService_RequestPort_ForwardToCallback::Accept(
    mojo::Message* message) {}

void SerialService_RequestPort_ProxyToResponder::Run(
    SerialPortInfoPtr in_port) {}
class SerialService_OpenPort_ProxyToResponder : public ::mojo::internal::ProxyToResponder {};

bool SerialService_OpenPort_ForwardToCallback::Accept(
    mojo::Message* message) {}

void SerialService_OpenPort_ProxyToResponder::Run(
    ::mojo::PendingRemote<::device::mojom::blink::SerialPort> in_port) {}
class SerialService_ForgetPort_ProxyToResponder : public ::mojo::internal::ProxyToResponder {};

bool SerialService_ForgetPort_ForwardToCallback::Accept(
    mojo::Message* message) {}

void SerialService_ForgetPort_ProxyToResponder::Run(
    ) {}

// static
bool SerialServiceStubDispatch::Accept(
    SerialService* impl,
    mojo::Message* message) {}

// static
bool SerialServiceStubDispatch::AcceptWithResponder(
    SerialService* impl,
    mojo::Message* message,
    std::unique_ptr<mojo::MessageReceiverWithStatus> responder) {}
namespace {
}  // namespace
static const mojo::internal::GenericValidationInfo kSerialServiceValidationInfo[] =;

bool SerialServiceRequestValidator::Accept(mojo::Message* message) {}

bool SerialServiceResponseValidator::Accept(mojo::Message* message) {}
const char SerialServiceClient::Name_[] =;

SerialServiceClient::IPCStableHashFunction SerialServiceClient::MessageToMethodInfo_(mojo::Message& message) {}


const char* SerialServiceClient::MessageToMethodName_(mojo::Message& message) {}

#if !BUILDFLAG(IS_FUCHSIA)
uint32_t SerialServiceClient::OnPortConnectedStateChanged_Sym::IPCStableHash() {}
# endif // !BUILDFLAG(IS_FUCHSIA)

SerialServiceClientProxy::SerialServiceClientProxy(mojo::MessageReceiverWithResponder* receiver)
    :{}

void SerialServiceClientProxy::OnPortConnectedStateChanged(
    SerialPortInfoPtr in_port_info) {}

// static
bool SerialServiceClientStubDispatch::Accept(
    SerialServiceClient* impl,
    mojo::Message* message) {}

// static
bool SerialServiceClientStubDispatch::AcceptWithResponder(
    SerialServiceClient* impl,
    mojo::Message* message,
    std::unique_ptr<mojo::MessageReceiverWithStatus> responder) {}
namespace {
}  // namespace
static const mojo::internal::GenericValidationInfo kSerialServiceClientValidationInfo[] =;

bool SerialServiceClientRequestValidator::Accept(mojo::Message* message) {}



}  // blink::mojom::blink


namespace mojo {


// static
bool StructTraits<::blink::mojom::blink::SerialPortInfo::DataView, ::blink::mojom::blink::SerialPortInfoPtr>::Read(
    ::blink::mojom::blink::SerialPortInfo::DataView input,
    ::blink::mojom::blink::SerialPortInfoPtr* output) {}


// static
bool StructTraits<::blink::mojom::blink::SerialPortFilter::DataView, ::blink::mojom::blink::SerialPortFilterPtr>::Read(
    ::blink::mojom::blink::SerialPortFilter::DataView input,
    ::blink::mojom::blink::SerialPortFilterPtr* output) {}

}  // namespace mojo


// Symbols declared in the -test-utils.h header are defined here instead of a
// separate .cc file to save compile time.


namespace blink::mojom::blink {


void SerialServiceInterceptorForTesting::SetClient(::mojo::PendingRemote<SerialServiceClient> client) {}
void SerialServiceInterceptorForTesting::GetPorts(GetPortsCallback callback) {}
void SerialServiceInterceptorForTesting::RequestPort(WTF::Vector<SerialPortFilterPtr> filters, WTF::Vector<::bluetooth::mojom::blink::UUIDPtr> allowed_bluetooth_service_class_ids, RequestPortCallback callback) {}
void SerialServiceInterceptorForTesting::OpenPort(const ::base::UnguessableToken& token, ::device::mojom::blink::SerialConnectionOptionsPtr options, ::mojo::PendingRemote<::device::mojom::blink::SerialPortClient> client, OpenPortCallback callback) {}
void SerialServiceInterceptorForTesting::ForgetPort(const ::base::UnguessableToken& token, ForgetPortCallback callback) {}
SerialServiceAsyncWaiter::SerialServiceAsyncWaiter(
    SerialService* proxy) :{}

SerialServiceAsyncWaiter::~SerialServiceAsyncWaiter() = default;

void SerialServiceAsyncWaiter::GetPorts(
    WTF::Vector<SerialPortInfoPtr>* out_ports) {}

WTF::Vector<SerialPortInfoPtr> SerialServiceAsyncWaiter::GetPorts(
    ) {}

void SerialServiceAsyncWaiter::RequestPort(
    WTF::Vector<SerialPortFilterPtr> filters, WTF::Vector<::bluetooth::mojom::blink::UUIDPtr> allowed_bluetooth_service_class_ids, SerialPortInfoPtr* out_port) {}

SerialPortInfoPtr SerialServiceAsyncWaiter::RequestPort(
    WTF::Vector<SerialPortFilterPtr> filters, WTF::Vector<::bluetooth::mojom::blink::UUIDPtr> allowed_bluetooth_service_class_ids) {}

void SerialServiceAsyncWaiter::OpenPort(
    const ::base::UnguessableToken& token, ::device::mojom::blink::SerialConnectionOptionsPtr options, ::mojo::PendingRemote<::device::mojom::blink::SerialPortClient> client, ::mojo::PendingRemote<::device::mojom::blink::SerialPort>* out_port) {}

::mojo::PendingRemote<::device::mojom::blink::SerialPort> SerialServiceAsyncWaiter::OpenPort(
    const ::base::UnguessableToken& token, ::device::mojom::blink::SerialConnectionOptionsPtr options, ::mojo::PendingRemote<::device::mojom::blink::SerialPortClient> client) {}

void SerialServiceAsyncWaiter::ForgetPort(
    const ::base::UnguessableToken& token) {}






void SerialServiceClientInterceptorForTesting::OnPortConnectedStateChanged(SerialPortInfoPtr port_info) {}
SerialServiceClientAsyncWaiter::SerialServiceClientAsyncWaiter(
    SerialServiceClient* proxy) :{}

SerialServiceClientAsyncWaiter::~SerialServiceClientAsyncWaiter() = default;






}  // blink::mojom::blink


#if defined(__clang__)
#pragma clang diagnostic pop
#endif