class ActivityGovernorAcquireWakeLeaseWithTokenRequest
Defined at line 791 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
Public Methods
void ActivityGovernorAcquireWakeLeaseWithTokenRequest (Storage_ storage)
void ActivityGovernorAcquireWakeLeaseWithTokenRequest (::std::string name, ::zx::eventpair server_token)
void ActivityGovernorAcquireWakeLeaseWithTokenRequest ()
Default constructs a |ActivityGovernorAcquireWakeLeaseWithTokenRequest| only if all of its members are default constructible.
Defined at line 802 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
void ActivityGovernorAcquireWakeLeaseWithTokenRequest (ActivityGovernorAcquireWakeLeaseWithTokenRequest && )
Defined at line 805 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
const ::std::string & name ()
The name of the lease.
The name cannot be empty but is not required to be globally unique.
::std::string & name ()
The name of the lease.
The name cannot be empty but is not required to be globally unique.
ActivityGovernorAcquireWakeLeaseWithTokenRequest & name (::std::string value)
The name of the lease.
The name cannot be empty but is not required to be globally unique.
ActivityGovernorAcquireWakeLeaseWithTokenRequest & operator= (ActivityGovernorAcquireWakeLeaseWithTokenRequest && )
Defined at line 806 of file fidling/gen/sdk/fidl/fuchsia.power.system/fuchsia.power.system/cpp/fidl/fuchsia.power.system/cpp/natural_types.h
const ::zx::eventpair & server_token ()
The server side of the token that blocks hardware platform
suspension. The caller should give out handles to the client side
of the `LeaseToken` which is peered to this `server_token`.
::zx::eventpair & server_token ()
The server side of the token that blocks hardware platform
suspension. The caller should give out handles to the client side
of the `LeaseToken` which is peered to this `server_token`.
ActivityGovernorAcquireWakeLeaseWithTokenRequest & server_token (::zx::eventpair value)
The server side of the token that blocks hardware platform
suspension. The caller should give out handles to the client side
of the `LeaseToken` which is peered to this `server_token`.
void ActivityGovernorAcquireWakeLeaseWithTokenRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits