class ActivityGovernorAcquireWakeLeaseWithTokenResult

Defined at line 924 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h

Public Methods

void ActivityGovernorAcquireWakeLeaseWithTokenResult (ActivityGovernorAcquireWakeLeaseWithTokenResult && other)
ActivityGovernorAcquireWakeLeaseWithTokenResult & operator= (ActivityGovernorAcquireWakeLeaseWithTokenResult && other)
void ActivityGovernorAcquireWakeLeaseWithTokenResult (const ActivityGovernorAcquireWakeLeaseWithTokenResult & other)
ActivityGovernorAcquireWakeLeaseWithTokenResult & operator= (const ActivityGovernorAcquireWakeLeaseWithTokenResult & other)
bool operator== (const ActivityGovernorAcquireWakeLeaseWithTokenResult & other)
bool operator!= (const ActivityGovernorAcquireWakeLeaseWithTokenResult & other)
::fuchsia_power_system::ActivityGovernorAcquireWakeLeaseWithTokenResult::Tag Which ()
ActivityGovernorAcquireWakeLeaseWithTokenResult WithResponse (::fuchsia_power_system::ActivityGovernorAcquireWakeLeaseWithTokenResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ActivityGovernorAcquireWakeLeaseWithTokenResult & response (::fuchsia_power_system::ActivityGovernorAcquireWakeLeaseWithTokenResponse value)

Sets the union to hold the response member.

ActivityGovernorAcquireWakeLeaseWithTokenResult WithErr (::fuchsia_power_system::AcquireWakeLeaseError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ActivityGovernorAcquireWakeLeaseWithTokenResult & err (::fuchsia_power_system::AcquireWakeLeaseError value)

Sets the union to hold the err member.

ActivityGovernorAcquireWakeLeaseWithTokenResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ActivityGovernorAcquireWakeLeaseWithTokenResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ActivityGovernorAcquireWakeLeaseWithTokenResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 932 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits