blob: 128ea40ce2f9e733321397a397250073f0ef83e7 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_PUBLIC_INTERFACES_PUBLIC_IP_ADDRESS_GEOLOCATION_PROVIDER_MOJOM_BLINK_H_
#define SERVICES_DEVICE_PUBLIC_INTERFACES_PUBLIC_IP_ADDRESS_GEOLOCATION_PROVIDER_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <type_traits>
#include <utility>
#include "base/callback.h"
#include "base/macros.h"
#include "base/optional.h"
#include "mojo/public/cpp/bindings/mojo_features.h"
#if BUILDFLAG(MOJO_TRACE_ENABLED)
#include "base/trace_event/trace_event.h"
#endif
#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 "services/device/public/interfaces/public_ip_address_geolocation_provider.mojom-shared.h"
#include "services/device/public/interfaces/geolocation.mojom-blink.h"
#include "services/network/public/mojom/mutable_partial_network_traffic_annotation_tag.mojom-blink.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/WebKit/Source/platform/mojo/RevocableInterfacePtr.h"
#include "third_party/WebKit/Source/platform/wtf/HashFunctions.h"
#include "third_party/WebKit/Source/platform/wtf/Optional.h"
#include "third_party/WebKit/Source/platform/wtf/text/WTFString.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
#include "mojo/public/cpp/bindings/associated_interface_request.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
#include "third_party/WebKit/Source/platform/mojo/RevocableInterfacePtr.h"
#include "mojo/public/cpp/bindings/lib/native_enum_serialization.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#include "third_party/WebKit/public/platform/WebCommon.h"
namespace device {
namespace mojom {
namespace blink {
class PublicIpAddressGeolocationProvider;
using PublicIpAddressGeolocationProviderPtr = mojo::InterfacePtr<PublicIpAddressGeolocationProvider>;
using RevocablePublicIpAddressGeolocationProviderPtr = ::blink::RevocableInterfacePtr<PublicIpAddressGeolocationProvider>;
using PublicIpAddressGeolocationProviderPtrInfo = mojo::InterfacePtrInfo<PublicIpAddressGeolocationProvider>;
using ThreadSafePublicIpAddressGeolocationProviderPtr =
mojo::ThreadSafeInterfacePtr<PublicIpAddressGeolocationProvider>;
using PublicIpAddressGeolocationProviderRequest = mojo::InterfaceRequest<PublicIpAddressGeolocationProvider>;
using PublicIpAddressGeolocationProviderAssociatedPtr =
mojo::AssociatedInterfacePtr<PublicIpAddressGeolocationProvider>;
using ThreadSafePublicIpAddressGeolocationProviderAssociatedPtr =
mojo::ThreadSafeAssociatedInterfacePtr<PublicIpAddressGeolocationProvider>;
using PublicIpAddressGeolocationProviderAssociatedPtrInfo =
mojo::AssociatedInterfacePtrInfo<PublicIpAddressGeolocationProvider>;
using PublicIpAddressGeolocationProviderAssociatedRequest =
mojo::AssociatedInterfaceRequest<PublicIpAddressGeolocationProvider>;
class PublicIpAddressGeolocationProviderProxy;
template <typename ImplRefTraits>
class PublicIpAddressGeolocationProviderStub;
class PublicIpAddressGeolocationProviderRequestValidator;
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProvider
: public PublicIpAddressGeolocationProviderInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
using Proxy_ = PublicIpAddressGeolocationProviderProxy;
template <typename ImplRefTraits>
using Stub_ = PublicIpAddressGeolocationProviderStub<ImplRefTraits>;
using RequestValidator_ = PublicIpAddressGeolocationProviderRequestValidator;
using ResponseValidator_ = mojo::PassThroughFilter;
enum MethodMinVersions : uint32_t {
kCreateGeolocationMinVersion = 0,
};
virtual ~PublicIpAddressGeolocationProvider() {}
virtual void CreateGeolocation(::network::mojom::blink::MutablePartialNetworkTrafficAnnotationTagPtr tag, ::device::mojom::blink::GeolocationRequest request) = 0;
};
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProviderInterceptorForTesting : public PublicIpAddressGeolocationProvider {
virtual PublicIpAddressGeolocationProvider* GetForwardingInterface() = 0;
void CreateGeolocation(::network::mojom::blink::MutablePartialNetworkTrafficAnnotationTagPtr tag, ::device::mojom::blink::GeolocationRequest request) override;
};
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProviderAsyncWaiter {
public:
explicit PublicIpAddressGeolocationProviderAsyncWaiter(PublicIpAddressGeolocationProvider* proxy);
~PublicIpAddressGeolocationProviderAsyncWaiter();
private:
PublicIpAddressGeolocationProvider* const proxy_;
DISALLOW_COPY_AND_ASSIGN(PublicIpAddressGeolocationProviderAsyncWaiter);
};
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProviderProxy
: public PublicIpAddressGeolocationProvider {
public:
explicit PublicIpAddressGeolocationProviderProxy(mojo::MessageReceiverWithResponder* receiver);
void CreateGeolocation(::network::mojom::blink::MutablePartialNetworkTrafficAnnotationTagPtr tag, ::device::mojom::blink::GeolocationRequest request) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProviderStubDispatch {
public:
static bool Accept(PublicIpAddressGeolocationProvider* impl, mojo::Message* message);
static bool AcceptWithResponder(
PublicIpAddressGeolocationProvider* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<PublicIpAddressGeolocationProvider>>
class PublicIpAddressGeolocationProviderStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
PublicIpAddressGeolocationProviderStub() {}
~PublicIpAddressGeolocationProviderStub() override {}
void set_sink(ImplPointerType sink) { sink_ = std::move(sink); }
ImplPointerType& sink() { return sink_; }
bool Accept(mojo::Message* message) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return PublicIpAddressGeolocationProviderStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return PublicIpAddressGeolocationProviderStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class BLINK_PLATFORM_EXPORT PublicIpAddressGeolocationProviderRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
} // namespace blink
} // namespace mojom
} // namespace device
namespace mojo {
} // namespace mojo
#endif // SERVICES_DEVICE_PUBLIC_INTERFACES_PUBLIC_IP_ADDRESS_GEOLOCATION_PROVIDER_MOJOM_BLINK_H_