class CustomThreadConfig
Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/natural_types.h
Used to inform TEE driver about thread pool configuration
Public Methods
void CustomThreadConfig (Storage_ storage)
void CustomThreadConfig ()
Defined at line 158 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/natural_types.h
void CustomThreadConfig (CustomThreadConfig && )
Defined at line 159 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/natural_types.h
void CustomThreadConfig (const CustomThreadConfig & other)
CustomThreadConfig & operator= (CustomThreadConfig && )
Defined at line 160 of file fidling/gen/sdk/fidl/fuchsia.hardware.tee/fuchsia.hardware.tee/cpp/fidl/fuchsia.hardware.tee/cpp/natural_types.h
CustomThreadConfig & operator= (const CustomThreadConfig & other)
bool operator== (const CustomThreadConfig & other)
bool operator!= (const CustomThreadConfig & other)
bool IsEmpty ()
const std::optional< ::std::string> & role ()
Role name for custom thread pool.
::std::optional< ::std::string> & role ()
Role name for custom thread pool.
CustomThreadConfig & role (std::optional< ::std::string> value)
Role name for custom thread pool.
const std::optional<uint32_t> & count ()
Number of threads in the thread pool.
::std::optional<uint32_t> & count ()
Number of threads in the thread pool.
CustomThreadConfig & count (std::optional<uint32_t> value)
Number of threads in the thread pool.
const std::optional< ::std::vector< ::fuchsia_tee::Uuid>> & trusted_apps ()
List of TA UUIDs which should be assigned to this thread pool.
::std::optional< ::std::vector< ::fuchsia_tee::Uuid>> & trusted_apps ()
List of TA UUIDs which should be assigned to this thread pool.
CustomThreadConfig & trusted_apps (std::optional< ::std::vector< ::fuchsia_tee::Uuid>> value)
List of TA UUIDs which should be assigned to this thread pool.
void CustomThreadConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits