#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_DEVICE_MOJOM_PARAMS_DATA_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVICE_DEVICE_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace blink::mojom {
namespace internal {
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManagedConfigurationObserver_OnConfigurationChanged_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetDirectoryId_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetDirectoryId_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetHostname_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetHostname_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetSerialNumber_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetSerialNumber_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetAnnotatedAssetId_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetAnnotatedAssetId_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetAnnotatedLocation_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) DeviceAPIService_GetAnnotatedLocation_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManagedConfigurationService_GetManagedConfiguration_Params_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManagedConfigurationService_GetManagedConfiguration_ResponseParams_Data { … };
static_assert …;
class COMPONENT_EXPORT(MOJOM_SHARED_BLINK_COMMON_EXPORT) ManagedConfigurationService_SubscribeToManagedConfiguration_Params_Data { … };
static_assert …;
}
class ManagedConfigurationObserver_OnConfigurationChanged_ParamsDataView { … };
class DeviceAPIService_GetDirectoryId_ParamsDataView { … };
class DeviceAPIService_GetDirectoryId_ResponseParamsDataView { … };
class DeviceAPIService_GetHostname_ParamsDataView { … };
class DeviceAPIService_GetHostname_ResponseParamsDataView { … };
class DeviceAPIService_GetSerialNumber_ParamsDataView { … };
class DeviceAPIService_GetSerialNumber_ResponseParamsDataView { … };
class DeviceAPIService_GetAnnotatedAssetId_ParamsDataView { … };
class DeviceAPIService_GetAnnotatedAssetId_ResponseParamsDataView { … };
class DeviceAPIService_GetAnnotatedLocation_ParamsDataView { … };
class DeviceAPIService_GetAnnotatedLocation_ResponseParamsDataView { … };
class ManagedConfigurationService_GetManagedConfiguration_ParamsDataView { … };
class ManagedConfigurationService_GetManagedConfiguration_ResponseParamsDataView { … };
class ManagedConfigurationService_SubscribeToManagedConfiguration_ParamsDataView { … };
inline void DeviceAPIService_GetDirectoryId_ResponseParamsDataView::GetResultDataView(
DeviceAttributeResultDataView* output) { … }
inline void DeviceAPIService_GetHostname_ResponseParamsDataView::GetResultDataView(
DeviceAttributeResultDataView* output) { … }
inline void DeviceAPIService_GetSerialNumber_ResponseParamsDataView::GetResultDataView(
DeviceAttributeResultDataView* output) { … }
inline void DeviceAPIService_GetAnnotatedAssetId_ResponseParamsDataView::GetResultDataView(
DeviceAttributeResultDataView* output) { … }
inline void DeviceAPIService_GetAnnotatedLocation_ResponseParamsDataView::GetResultDataView(
DeviceAttributeResultDataView* output) { … }
inline void ManagedConfigurationService_GetManagedConfiguration_ParamsDataView::GetKeysDataView(
mojo::ArrayDataView<mojo::StringDataView>* output) { … }
inline void ManagedConfigurationService_GetManagedConfiguration_ResponseParamsDataView::GetConfigurationsDataView(
mojo::MapDataView<mojo::StringDataView, mojo::StringDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif