class SchedulingOptions
Defined at line 3689 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Optional instructions for how to execute and schedule suites in the test run.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::SchedulingOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_test_manager::wire::SchedulingOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::SchedulingOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SchedulingOptions ()
Defined at line 3691 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void SchedulingOptions (const SchedulingOptions & other)
Defined at line 3692 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
SchedulingOptions & operator= (const SchedulingOptions & other)
Defined at line 3693 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void SchedulingOptions (SchedulingOptions && other)
Defined at line 3694 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
uint16_t & max_parallel_suites ()
The maximum number of hermetic test suites to run in parallel. If unspecified,
chosen by the server side.
bool has_max_parallel_suites ()
bool & accumulate_debug_data ()
If set to true, debug data collected for this run will be accumulated
with debug data collected in previous runs with this flag set true.
Defaults to false.
bool has_accumulate_debug_data ()
SchedulingOptions & operator= (SchedulingOptions && other)
Defined at line 3695 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void ~SchedulingOptions ()
Defined at line 3697 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder