class ActivityControlConnection
Defined at line 29 of file ../../src/sys/activity/activity_control_connection.h
ActivityControlConnection is the server-side implementation of the
activity service's Control FIDL interface.
One instance of ActivityControlConnection is created to manage the
connection with a single client.
Public Methods
void ActivityControlConnection (StateMachineDriver * state_machine_driver, async_dispatcher_t * dispatcher, fidl::InterfaceRequest<fuchsia::ui::activity::control::Control> request)
Defined at line 17 of file ../../src/sys/activity/activity_control_connection.cc
void SetState (fuchsia::ui::activity::State state)
fuchsia::ui::activity::control::Control API
Defined at line 22 of file ../../src/sys/activity/activity_control_connection.cc
void set_error_handler (fit::function<void (zx_status_t)> callback)
Defined at line 35 of file ../../src/sys/activity/activity_control_connection.h