class Registry

Defined at line 5732 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

*** This protocol must not be used in production. ***

Enables clients to register fake input devices, which can be used to

inject input events directly into Input Pipeline.

Public Members

static const char[] Name_

Public Methods

void ~Registry ()
void RegisterTouchScreen (::fuchsia::ui::test::input::RegistryRegisterTouchScreenRequest RegistryRegisterTouchScreenRequest, RegisterTouchScreenCallback callback)

Enables the client to inject touch events using the corresponding

client end to `device`.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.TouchScreen` channel will remain open even

if the `Registry` connection closes.

void RegisterTouchScreenAndGetDeviceInfo (::fuchsia::ui::test::input::RegistryRegisterTouchScreenAndGetDeviceInfoRequest RegistryRegisterTouchScreenAndGetDeviceInfoRequest, RegisterTouchScreenAndGetDeviceInfoCallback callback)

Enables the client to inject touch events using the corresponding

client end to `device`. Returns device_id of the created device.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.TouchScreen` channel will remain open even

if the `Registry` connection closes.

void RegisterMediaButtonsDevice (::fuchsia::ui::test::input::RegistryRegisterMediaButtonsDeviceRequest RegistryRegisterMediaButtonsDeviceRequest, RegisterMediaButtonsDeviceCallback callback)

Enables the client to inject media buttons events using the

corresponding client end to `device`.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.MediaButtonsDevice` channel will remain open

even if the `Registry` connection closes.

void RegisterMediaButtonsDeviceAndGetDeviceInfo (::fuchsia::ui::test::input::RegistryRegisterMediaButtonsDeviceAndGetDeviceInfoRequest RegistryRegisterMediaButtonsDeviceAndGetDeviceInfoRequest, RegisterMediaButtonsDeviceAndGetDeviceInfoCallback callback)

Enables the client to inject media buttons events using the

corresponding client end to `device`. Returns device_id of the created device.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.MediaButtonsDevice` channel will remain open

even if the `Registry` connection closes.

void RegisterKeyboard (::fuchsia::ui::test::input::RegistryRegisterKeyboardRequest RegistryRegisterKeyboardRequest, RegisterKeyboardCallback callback)

Enables the client to inject keyboard events using the corresponding

client end to `device`.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.Keyboard` channel will remain open even

if the `Registry` connection closes.

void RegisterKeyboardAndGetDeviceInfo (::fuchsia::ui::test::input::RegistryRegisterKeyboardAndGetDeviceInfoRequest RegistryRegisterKeyboardAndGetDeviceInfoRequest, RegisterKeyboardAndGetDeviceInfoCallback callback)

Enables the client to inject keyboard events using the corresponding

client end to `device`. Returns device_id of the created device.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.Keyboard` channel will remain open even

if the `Registry` connection closes.

void RegisterMouse (::fuchsia::ui::test::input::RegistryRegisterMouseRequest RegistryRegisterMouseRequest, RegisterMouseCallback callback)

Enables the client to inject mouse events using the corresponding

client end to `device`.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.Mouse` channel will remain open even

if the `Registry` connection closes.

void RegisterMouseAndGetDeviceInfo (::fuchsia::ui::test::input::RegistryRegisterMouseAndGetDeviceInfoRequest RegistryRegisterMouseAndGetDeviceInfoRequest, RegisterMouseAndGetDeviceInfoCallback callback)

Enables the client to inject mouse events using the corresponding

client end to `device`. Returns device_id of the created device.

Clients are allowed at most one in-flight call at a time. Subsequent

calls must wait until the acknowledgment returns. Non-compliance

results in channel closure.

The `fuchsia.ui.test.input.Mouse` channel will remain open even

if the `Registry` connection closes.