class ManagerRestartWithDictionaryAndPowerDependenciesRequest

Defined at line 1371 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

Public Methods

void ManagerRestartWithDictionaryAndPowerDependenciesRequest (Storage_ storage)
void ManagerRestartWithDictionaryAndPowerDependenciesRequest (::std::string moniker, ::fuchsia_component_sandbox::DictionaryRef dictionary, ::std::vector< ::fuchsia_power_broker::LevelDependency> power_dependencies, ::zx::event cpu_token_override)
void ManagerRestartWithDictionaryAndPowerDependenciesRequest ()

Default constructs a |ManagerRestartWithDictionaryAndPowerDependenciesRequest| only if all of its members are default constructible.

Defined at line 1381 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

void ManagerRestartWithDictionaryAndPowerDependenciesRequest (ManagerRestartWithDictionaryAndPowerDependenciesRequest && )

Defined at line 1384 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

const ::std::string & moniker ()

Moniker of the node to restart with the dictionary and power dependencies.

::std::string & moniker ()

Moniker of the node to restart with the dictionary and power dependencies.

ManagerRestartWithDictionaryAndPowerDependenciesRequest & moniker (::std::string value)

Moniker of the node to restart with the dictionary and power dependencies.

const ::fuchsia_component_sandbox::DictionaryRef & dictionary ()

Dictionary to give to the drivers on and under the nodes.

::fuchsia_component_sandbox::DictionaryRef & dictionary ()

Dictionary to give to the drivers on and under the nodes.

ManagerRestartWithDictionaryAndPowerDependenciesRequest & dictionary (::fuchsia_component_sandbox::DictionaryRef value)

Dictionary to give to the drivers on and under the nodes.

ManagerRestartWithDictionaryAndPowerDependenciesRequest & operator= (ManagerRestartWithDictionaryAndPowerDependenciesRequest && )

Defined at line 1385 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/natural_types.h

const ::std::vector< ::fuchsia_power_broker::LevelDependency> & power_dependencies ()

Custom power dependencies to give to the restarted node.

::std::vector< ::fuchsia_power_broker::LevelDependency> & power_dependencies ()

Custom power dependencies to give to the restarted node.

ManagerRestartWithDictionaryAndPowerDependenciesRequest & power_dependencies (::std::vector< ::fuchsia_power_broker::LevelDependency> value)

Custom power dependencies to give to the restarted node.

const ::zx::event & cpu_token_override ()

Custom cpu token to give to the restarted node.

::zx::event & cpu_token_override ()

Custom cpu token to give to the restarted node.

ManagerRestartWithDictionaryAndPowerDependenciesRequest & cpu_token_override (::zx::event value)

Custom cpu token to give to the restarted node.

void ManagerRestartWithDictionaryAndPowerDependenciesRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits