chromium/out/Default/gen/third_party/blink/public/mojom/notifications/notification.mojom.cc

// third_party/blink/public/mojom/notifications/notification.mojom.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/notifications/notification.mojom.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/notifications/notification.mojom-params-data.h"
#include "third_party/blink/public/mojom/notifications/notification.mojom-shared-message-ids.h"

#include "third_party/blink/public/mojom/notifications/notification.mojom-import-headers.h"
#include "third_party/blink/public/mojom/notifications/notification.mojom-test-utils.h"


namespace blink::mojom {
constexpr uint64_t NotificationData::kMaximumDeveloperDataSize;
NotificationAction::NotificationAction()
    :{}

NotificationAction::NotificationAction(
    NotificationActionType type_in,
    const std::string& action_in,
    const ::std::u16string& title_in,
    const ::GURL& icon_in,
    const std::optional<::std::u16string>& placeholder_in)
    :{}

NotificationAction::~NotificationAction() = default;

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

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

NotificationData::NotificationData(
    const ::std::u16string& title_in,
    NotificationDirection direction_in,
    const std::optional<std::string>& lang_in,
    const ::std::u16string& body_in,
    const std::string& tag_in,
    const ::GURL& image_in,
    const ::GURL& icon_in,
    const ::GURL& badge_in,
    std::optional<std::vector<int32_t>> vibration_pattern_in,
    double timestamp_in,
    bool renotify_in,
    bool silent_in,
    bool require_interaction_in,
    std::optional<std::vector<uint8_t>> data_in,
    std::optional<std::vector<NotificationActionPtr>> actions_in,
    std::optional<::base::Time> show_trigger_timestamp_in,
    NotificationScenario scenario_in)
    :{}

NotificationData::~NotificationData() = default;

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

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

NotificationResources::NotificationResources(
    const ::SkBitmap& image_in,
    const ::SkBitmap& icon_in,
    const ::SkBitmap& badge_in,
    std::optional<std::vector<::SkBitmap>> action_icons_in)
    :{}

NotificationResources::~NotificationResources() = default;

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

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


}  // blink::mojom


namespace mojo {


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


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


// static
bool StructTraits<::blink::mojom::NotificationResources::DataView, ::blink::mojom::NotificationResourcesPtr>::Read(
    ::blink::mojom::NotificationResources::DataView input,
    ::blink::mojom::NotificationResourcesPtr* 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::mojom


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