template <>
class WireWeakAsyncBufferClientImpl
Defined at line 4002 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::WireBufferThenable< ::fuchsia_power_system::CpuElementManager::GetCpuDependencyToken> GetCpuDependencyToken ()
Gets the assertive dependency token for the CPU power element.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::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`].
Caller provides the backing storage for FIDL message.