#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_USB_MANAGER_MOJOM_PARAMS_DATA_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_USB_MANAGER_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 device::mojom {
namespace internal {
class UsbDeviceManager_EnumerateDevicesAndSetClient_Params_Data { … };
static_assert …;
class UsbDeviceManager_EnumerateDevicesAndSetClient_ResponseParams_Data { … };
static_assert …;
class UsbDeviceManager_GetDevices_Params_Data { … };
static_assert …;
class UsbDeviceManager_GetDevices_ResponseParams_Data { … };
static_assert …;
class UsbDeviceManager_GetDevice_Params_Data { … };
static_assert …;
class UsbDeviceManager_GetSecurityKeyDevice_Params_Data { … };
static_assert …;
class UsbDeviceManager_SetClient_Params_Data { … };
static_assert …;
}
class UsbDeviceManager_EnumerateDevicesAndSetClient_ParamsDataView { … };
class UsbDeviceManager_EnumerateDevicesAndSetClient_ResponseParamsDataView { … };
class UsbDeviceManager_GetDevices_ParamsDataView { … };
class UsbDeviceManager_GetDevices_ResponseParamsDataView { … };
class UsbDeviceManager_GetDevice_ParamsDataView { … };
class UsbDeviceManager_GetSecurityKeyDevice_ParamsDataView { … };
class UsbDeviceManager_SetClient_ParamsDataView { … };
inline void UsbDeviceManager_EnumerateDevicesAndSetClient_ResponseParamsDataView::GetResultsDataView(
mojo::ArrayDataView<::device::mojom::UsbDeviceInfoDataView>* output) { … }
inline void UsbDeviceManager_GetDevices_ParamsDataView::GetOptionsDataView(
::device::mojom::UsbEnumerationOptionsDataView* output) { … }
inline void UsbDeviceManager_GetDevices_ResponseParamsDataView::GetResultsDataView(
mojo::ArrayDataView<::device::mojom::UsbDeviceInfoDataView>* output) { … }
inline void UsbDeviceManager_GetDevice_ParamsDataView::GetGuidDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManager_GetDevice_ParamsDataView::GetBlockedInterfaceClassesDataView(
mojo::ArrayDataView<uint8_t>* output) { … }
inline void UsbDeviceManager_GetSecurityKeyDevice_ParamsDataView::GetGuidDataView(
mojo::StringDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif