#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
#include "services/accessibility/public/mojom/automation_client.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/accessibility/public/mojom/automation_client.mojom-params-data.h"
#include "services/accessibility/public/mojom/automation_client.mojom-shared-message-ids.h"
#include "services/accessibility/public/mojom/automation_client.mojom-import-headers.h"
#include "services/accessibility/public/mojom/automation_client.mojom-test-utils.h"
namespace ax::mojom {
const char AutomationClient::Name_[] = …;
AutomationClient::IPCStableHashFunction AutomationClient::MessageToMethodInfo_(mojo::Message& message) { … }
const char* AutomationClient::MessageToMethodName_(mojo::Message& message) { … }
#if !BUILDFLAG(IS_FUCHSIA)
uint32_t AutomationClient::Enable_Sym::IPCStableHash() { … }
uint32_t AutomationClient::Disable_Sym::IPCStableHash() { … }
uint32_t AutomationClient::EnableChildTree_Sym::IPCStableHash() { … }
uint32_t AutomationClient::PerformAction_Sym::IPCStableHash() { … }
# endif
class AutomationClient_Enable_ForwardToCallback
: public mojo::MessageReceiver { … };
AutomationClientProxy::AutomationClientProxy(mojo::MessageReceiverWithResponder* receiver)
: … { … }
void AutomationClientProxy::Enable(
EnableCallback callback) { … }
void AutomationClientProxy::Disable(
) { … }
void AutomationClientProxy::EnableChildTree(
const ::ui::AXTreeID& in_tree_id) { … }
void AutomationClientProxy::PerformAction(
const ::ui::AXActionData& in_action_data) { … }
class AutomationClient_Enable_ProxyToResponder : public ::mojo::internal::ProxyToResponder { … };
bool AutomationClient_Enable_ForwardToCallback::Accept(
mojo::Message* message) { … }
void AutomationClient_Enable_ProxyToResponder::Run(
const ::ui::AXTreeID& in_desktop_id) { … }
bool AutomationClientStubDispatch::Accept(
AutomationClient* impl,
mojo::Message* message) { … }
bool AutomationClientStubDispatch::AcceptWithResponder(
AutomationClient* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) { … }
namespace {
}
static const mojo::internal::GenericValidationInfo kAutomationClientValidationInfo[] = …;
bool AutomationClientRequestValidator::Accept(mojo::Message* message) { … }
bool AutomationClientResponseValidator::Accept(mojo::Message* message) { … }
}
namespace mojo {
}
namespace ax::mojom {
void AutomationClientInterceptorForTesting::Enable(EnableCallback callback) { … }
void AutomationClientInterceptorForTesting::Disable() { … }
void AutomationClientInterceptorForTesting::EnableChildTree(const ::ui::AXTreeID& tree_id) { … }
void AutomationClientInterceptorForTesting::PerformAction(const ::ui::AXActionData& action_data) { … }
AutomationClientAsyncWaiter::AutomationClientAsyncWaiter(
AutomationClient* proxy) : … { … }
AutomationClientAsyncWaiter::~AutomationClientAsyncWaiter() = default;
void AutomationClientAsyncWaiter::Enable(
::ui::AXTreeID* out_desktop_id) { … }
::ui::AXTreeID AutomationClientAsyncWaiter::Enable(
) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif