class CustomThreadConfig
Defined at line 90 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
Used to inform TEE driver about thread pool configuration
Public Methods
void CustomThreadConfig ()
Defined at line 92 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
void CustomThreadConfig (const CustomThreadConfig & other)
Defined at line 93 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
bool has_count ()
CustomThreadConfig & operator= (const CustomThreadConfig & other)
Defined at line 94 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
void CustomThreadConfig (CustomThreadConfig && other)
Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_tee::wire::CustomThreadConfig> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_tee::wire::CustomThreadConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_tee::wire::CustomThreadConfig>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
CustomThreadConfig & operator= (CustomThreadConfig && other)
Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
::fidl::StringView & role ()
Role name for custom thread pool.
bool has_role ()
uint32_t & count ()
Number of threads in the thread pool.
::fidl::VectorView< ::fuchsia_tee::wire::Uuid> & trusted_apps ()
List of TA UUIDs which should be assigned to this thread pool.
bool has_trusted_apps ()
CustomThreadConfig & set_role (::fidl::ObjectView< ::fidl::StringView> elem)
CustomThreadConfig & set_role (std::nullptr_t )
CustomThreadConfig & clear_role ()
CustomThreadConfig & set_count (uint32_t elem)
CustomThreadConfig & clear_count ()
CustomThreadConfig & set_trusted_apps (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_tee::wire::Uuid>> elem)
CustomThreadConfig & set_trusted_apps (std::nullptr_t )
CustomThreadConfig & clear_trusted_apps ()
void CustomThreadConfig (::fidl::AnyArena & allocator)
void CustomThreadConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_tee::wire::CustomThreadConfig>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_tee::wire::CustomThreadConfig>> && frame_ptr)
void ~CustomThreadConfig ()
Defined at line 98 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder