class DispatcherInfo

Defined at line 2865 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

Contains information for a dispatcher.

Public Methods

void DispatcherInfo ()

Defined at line 2867 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

void DispatcherInfo (const DispatcherInfo & other)

Defined at line 2868 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_driver_development::wire::DispatcherInfo> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_driver_development::wire::DispatcherInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::DispatcherInfo>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::StringView & driver ()

The driver which created this dispatcher.

bool has_driver ()
::fidl::StringView & name ()

The name of the dispatcher.

bool has_name ()
bool has_dispatcher_ptr ()
uint64_t & driver_ptr ()

Address of the driver owner in the driver host process.

bool has_driver_ptr ()
DispatcherInfo & operator= (const DispatcherInfo & other)

Defined at line 2869 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

void DispatcherInfo (DispatcherInfo && other)

Defined at line 2870 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

DispatcherInfo & operator= (DispatcherInfo && other)

Defined at line 2871 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

uint32_t & options ()

The options the dispatcher was created with.

bool has_options ()
::fidl::StringView & scheduler_role ()

The scheduler role of the dispatcher.

bool has_scheduler_role ()
uint64_t & dispatcher_ptr ()

Address of the dispatcher in the driver host process.

bool & synchronized_ ()

Whether the dispatcher is synchronized.

bool has_synchronized ()
bool & allow_sync_calls ()

Whether the dispatcher allows blocking synchronous calls.

bool has_allow_sync_calls ()
::fuchsia_driver_development::wire::DispatcherState & state ()

Current lifecycle state of the dispatcher.

bool has_state ()
::fidl::StringView & destroy_context ()

Name of the dispatcher that initiated destruction, if `Destroy` was called.

bool has_destroy_context ()
bool & destroy_user_initiated ()

Whether `Destroy` was user-initiated (`true`) or environment-initiated (`false`).

bool has_destroy_user_initiated ()
::fuchsia_driver_development::wire::DispatcherDebugStats & debug_stats ()

Request and inlining statistics for the dispatcher.

bool has_debug_stats ()
::fidl::VectorView< ::fuchsia_driver_development::wire::QueuedTaskInfo> & queued_tasks ()

Currently queued tasks on the dispatcher.

bool has_queued_tasks ()
uint64_t & num_queued_tasks ()

Total number of queued tasks on the dispatcher prior to any truncation.

bool has_num_queued_tasks ()
void ~DispatcherInfo ()

Defined at line 2873 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder