#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_USB_MANAGER_TEST_MOJOM_PARAMS_DATA_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_USB_MANAGER_TEST_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 UsbDeviceManagerTest_AddDeviceForTesting_Params_Data { … };
static_assert …;
class UsbDeviceManagerTest_AddDeviceForTesting_ResponseParams_Data { … };
static_assert …;
class UsbDeviceManagerTest_RemoveDeviceForTesting_Params_Data { … };
static_assert …;
class UsbDeviceManagerTest_RemoveDeviceForTesting_ResponseParams_Data { … };
static_assert …;
class UsbDeviceManagerTest_GetTestDevices_Params_Data { … };
static_assert …;
class UsbDeviceManagerTest_GetTestDevices_ResponseParams_Data { … };
static_assert …;
}
class UsbDeviceManagerTest_AddDeviceForTesting_ParamsDataView { … };
class UsbDeviceManagerTest_AddDeviceForTesting_ResponseParamsDataView { … };
class UsbDeviceManagerTest_RemoveDeviceForTesting_ParamsDataView { … };
class UsbDeviceManagerTest_RemoveDeviceForTesting_ResponseParamsDataView { … };
class UsbDeviceManagerTest_GetTestDevices_ParamsDataView { … };
class UsbDeviceManagerTest_GetTestDevices_ResponseParamsDataView { … };
inline void UsbDeviceManagerTest_AddDeviceForTesting_ParamsDataView::GetNameDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManagerTest_AddDeviceForTesting_ParamsDataView::GetSerialNumberDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManagerTest_AddDeviceForTesting_ParamsDataView::GetLandingPageDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManagerTest_AddDeviceForTesting_ResponseParamsDataView::GetMessageDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManagerTest_RemoveDeviceForTesting_ParamsDataView::GetGuidDataView(
mojo::StringDataView* output) { … }
inline void UsbDeviceManagerTest_GetTestDevices_ResponseParamsDataView::GetDevicesDataView(
mojo::ArrayDataView<TestDeviceInfoDataView>* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif