class QueuedTaskInfo

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

Diagnostic information for a task queued on a dispatcher.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

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

Return a builder that by defaults allocates of an arena.

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

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

void QueuedTaskInfo ()

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

void QueuedTaskInfo (const QueuedTaskInfo & other)

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

bool has_ptr ()
uint64_t & handler ()

Address of the task handler function.

bool has_handler ()
uint64_t & initiating_dispatcher ()

Address of the dispatcher that queued this task, if queued from a runtime thread.

bool has_initiating_dispatcher ()
::fidl::StringView & initiating_dispatcher_name ()

Name of the dispatcher that queued this task, if known.

bool has_initiating_dispatcher_name ()
uint64_t & initiating_driver ()

Address of the driver that queued this task, if queued from a runtime thread.

bool has_initiating_driver ()
::fidl::StringView & initiating_driver_url ()

URL of the driver that queued this task, if known.

bool has_initiating_driver_url ()
QueuedTaskInfo & operator= (const QueuedTaskInfo & other)

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

void QueuedTaskInfo (QueuedTaskInfo && other)

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

QueuedTaskInfo & operator= (QueuedTaskInfo && other)

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

uint64_t & ptr ()

Address of the queued `async_task_t`.

void ~QueuedTaskInfo ()

Defined at line 2465 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