template <>

class NaturalClientImpl

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

Public Methods

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

Gets the assertive dependency token for the CPU power element.

::fidl::internal::NaturalThenable< ::fuchsia_power_system::CpuElementManager::AddExecutionStateDependency> AddExecutionStateDependency (::fidl::Request< ::fuchsia_power_system::CpuElementManager::AddExecutionStateDependency> request)

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`].