template <>
class WireServer
Defined at line 1037 of file fidling/gen/sdk/fidl/fuchsia.scheduler.deprecated/fuchsia.scheduler.deprecated/cpp/fidl/fuchsia.scheduler.deprecated/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_scheduler_deprecated::ProfileProvider>|
and |::fidl::ServerEnd
<
::fuchsia_scheduler_deprecated::ProfileProvider>|).
Public Methods
void GetProfile (::fuchsia_scheduler_deprecated::wire::ProfileProviderGetProfileRequest * request, GetProfileCompleter::Sync & completer)
Obtain a profile handle.
void GetDeadlineProfile (::fuchsia_scheduler_deprecated::wire::ProfileProviderGetDeadlineProfileRequest * request, GetDeadlineProfileCompleter::Sync & completer)
Obtain a deadline profile handle.
void GetCpuAffinityProfile (::fuchsia_scheduler_deprecated::wire::ProfileProviderGetCpuAffinityProfileRequest * request, GetCpuAffinityProfileCompleter::Sync & completer)
Obtain a handle for a profile that sets CPU affinity.
void SetProfileByRole (::fuchsia_scheduler_deprecated::wire::ProfileProviderSetProfileByRoleRequest * request, SetProfileByRoleCompleter::Sync & completer)
Sets the given object's profile based on the requested role. The exact
parameters of the profile are system dependent and may vary based on
device-specific tuning and/or runtime system goals.
void WireServer ()
Defined at line 1040 of file fidling/gen/sdk/fidl/fuchsia.scheduler.deprecated/fuchsia.scheduler.deprecated/cpp/fidl/fuchsia.scheduler.deprecated/cpp/wire_messaging.h
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~WireServer ()
Defined at line 1041 of file fidling/gen/sdk/fidl/fuchsia.scheduler.deprecated/fuchsia.scheduler.deprecated/cpp/fidl/fuchsia.scheduler.deprecated/cpp/wire_messaging.h