template <>

class WireWeakAsyncClientImpl

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

Public Methods

::fidl::internal::WireThenable< ::fuchsia_power_system::CpuElementManager::GetCpuDependencyToken> GetCpuDependencyToken ()

Gets the assertive dependency token for the CPU power element.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_power_system::CpuElementManager::AddExecutionStateDependency> AddExecutionStateDependency (::fuchsia_power_system::wire::CpuElementManagerAddExecutionStateDependencyRequest CpuElementManagerAddExecutionStateDependencyRequest)

Adds a dependency from the Execution State power element to the target

power element identified by [`dependency_token`] at [`power_level`].

Once the Execution State power element is created, future calls will

return [`fuchsia.power.system/AddExecutionStateDependencyError.BAD_STATE`]

and no changes to Execution State dependencies will be made.

If any required entries in the request are missing, the server will

return [`fuchsia.power.system/AddExecutionStateDependencyError.INVALID_ARGS`].

Allocates 48 bytes of request buffer on the stack. The callback is stored on the heap.