#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
#include "services/device/public/mojom/usb_manager_test.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 "services/device/public/mojom/usb_manager_test.mojom-params-data.h"
#include "services/device/public/mojom/usb_manager_test.mojom-shared-message-ids.h"
#include "services/device/public/mojom/usb_manager_test.mojom-import-headers.h"
#include "services/device/public/mojom/usb_manager_test.mojom-test-utils.h"
namespace device::mojom {
TestDeviceInfo::TestDeviceInfo()
: … { … }
TestDeviceInfo::TestDeviceInfo(
const std::string& guid_in,
const std::string& name_in,
const std::string& serial_number_in,
const ::GURL& landing_page_in)
: … { … }
TestDeviceInfo::~TestDeviceInfo() = default;
void TestDeviceInfo::WriteIntoTrace(
perfetto::TracedValue traced_context) const { … }
bool TestDeviceInfo::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
const char UsbDeviceManagerTest::Name_[] = …;
UsbDeviceManagerTest::IPCStableHashFunction UsbDeviceManagerTest::MessageToMethodInfo_(mojo::Message& message) { … }
const char* UsbDeviceManagerTest::MessageToMethodName_(mojo::Message& message) { … }
#if !BUILDFLAG(IS_FUCHSIA)
uint32_t UsbDeviceManagerTest::AddDeviceForTesting_Sym::IPCStableHash() { … }
uint32_t UsbDeviceManagerTest::RemoveDeviceForTesting_Sym::IPCStableHash() { … }
uint32_t UsbDeviceManagerTest::GetTestDevices_Sym::IPCStableHash() { … }
# endif
class UsbDeviceManagerTest_AddDeviceForTesting_ForwardToCallback
: public mojo::MessageReceiver { … };
class UsbDeviceManagerTest_RemoveDeviceForTesting_ForwardToCallback
: public mojo::MessageReceiver { … };
class UsbDeviceManagerTest_GetTestDevices_ForwardToCallback
: public mojo::MessageReceiver { … };
UsbDeviceManagerTestProxy::UsbDeviceManagerTestProxy(mojo::MessageReceiverWithResponder* receiver)
: … { … }
void UsbDeviceManagerTestProxy::AddDeviceForTesting(
const std::string& in_name, const std::string& in_serial_number, const std::string& in_landing_page, AddDeviceForTestingCallback callback) { … }
void UsbDeviceManagerTestProxy::RemoveDeviceForTesting(
const std::string& in_guid, RemoveDeviceForTestingCallback callback) { … }
void UsbDeviceManagerTestProxy::GetTestDevices(
GetTestDevicesCallback callback) { … }
class UsbDeviceManagerTest_AddDeviceForTesting_ProxyToResponder : public ::mojo::internal::ProxyToResponder { … };
bool UsbDeviceManagerTest_AddDeviceForTesting_ForwardToCallback::Accept(
mojo::Message* message) { … }
void UsbDeviceManagerTest_AddDeviceForTesting_ProxyToResponder::Run(
bool in_success, const std::string& in_message) { … }
class UsbDeviceManagerTest_RemoveDeviceForTesting_ProxyToResponder : public ::mojo::internal::ProxyToResponder { … };
bool UsbDeviceManagerTest_RemoveDeviceForTesting_ForwardToCallback::Accept(
mojo::Message* message) { … }
void UsbDeviceManagerTest_RemoveDeviceForTesting_ProxyToResponder::Run(
) { … }
class UsbDeviceManagerTest_GetTestDevices_ProxyToResponder : public ::mojo::internal::ProxyToResponder { … };
bool UsbDeviceManagerTest_GetTestDevices_ForwardToCallback::Accept(
mojo::Message* message) { … }
void UsbDeviceManagerTest_GetTestDevices_ProxyToResponder::Run(
std::vector<TestDeviceInfoPtr> in_devices) { … }
bool UsbDeviceManagerTestStubDispatch::Accept(
UsbDeviceManagerTest* impl,
mojo::Message* message) { … }
bool UsbDeviceManagerTestStubDispatch::AcceptWithResponder(
UsbDeviceManagerTest* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) { … }
namespace {
}
static const mojo::internal::GenericValidationInfo kUsbDeviceManagerTestValidationInfo[] = …;
bool UsbDeviceManagerTestRequestValidator::Accept(mojo::Message* message) { … }
bool UsbDeviceManagerTestResponseValidator::Accept(mojo::Message* message) { … }
}
namespace mojo {
bool StructTraits<::device::mojom::TestDeviceInfo::DataView, ::device::mojom::TestDeviceInfoPtr>::Read(
::device::mojom::TestDeviceInfo::DataView input,
::device::mojom::TestDeviceInfoPtr* output) { … }
}
namespace device::mojom {
void UsbDeviceManagerTestInterceptorForTesting::AddDeviceForTesting(const std::string& name, const std::string& serial_number, const std::string& landing_page, AddDeviceForTestingCallback callback) { … }
void UsbDeviceManagerTestInterceptorForTesting::RemoveDeviceForTesting(const std::string& guid, RemoveDeviceForTestingCallback callback) { … }
void UsbDeviceManagerTestInterceptorForTesting::GetTestDevices(GetTestDevicesCallback callback) { … }
UsbDeviceManagerTestAsyncWaiter::UsbDeviceManagerTestAsyncWaiter(
UsbDeviceManagerTest* proxy) : … { … }
UsbDeviceManagerTestAsyncWaiter::~UsbDeviceManagerTestAsyncWaiter() = default;
void UsbDeviceManagerTestAsyncWaiter::AddDeviceForTesting(
const std::string& name, const std::string& serial_number, const std::string& landing_page, bool* out_success, std::string* out_message) { … }
void UsbDeviceManagerTestAsyncWaiter::RemoveDeviceForTesting(
const std::string& guid) { … }
void UsbDeviceManagerTestAsyncWaiter::GetTestDevices(
std::vector<TestDeviceInfoPtr>* out_devices) { … }
std::vector<TestDeviceInfoPtr> UsbDeviceManagerTestAsyncWaiter::GetTestDevices(
) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif