template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h

Public Methods

::fuchsia_hardware_tee::wire::CustomThreadConfig Build ()

Build and return the table. The builder should not be used after this.

bool has_role ()
void clear_role ()

Clears the role field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & role ()

Role name for custom thread pool.

BuilderImpl & role (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Role name for custom thread pool.

bool has_count ()
void clear_count ()

Clears the count field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & count ()

Number of threads in the thread pool.

BuilderImpl & count (uint32_t elem)

Number of threads in the thread pool.

bool has_trusted_apps ()
void clear_trusted_apps ()

Clears the trusted_apps field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView< ::fuchsia_tee::wire::Uuid> & trusted_apps ()

List of TA UUIDs which should be assigned to this thread pool.

BuilderImpl & trusted_apps (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_tee::wire::Uuid>>> elem)

List of TA UUIDs which should be assigned to this thread pool.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_tee::wire::CustomThreadConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_tee::wire::CustomThreadConfig>> && frame)

Records