class ConfigOverride

Defined at line 12991 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Manages structured configuration override values for components.

Public Members

static const char[] Name_

Public Methods

void ~ConfigOverride ()
void SetStructuredConfig (::std::string moniker, ::std::vector< ::fuchsia::component::decl::ConfigOverride> fields, SetStructuredConfigCallback callback)

Sets structured configuration fields with override values for the

component instance identified by moniker.

void UnsetStructuredConfig (::std::string moniker, UnsetStructuredConfigCallback callback)

Unsets structured configuration overrides for the component instance

identified by moniker. If an empty moniker is supplied, then all

structured configuration overrides will be cleared.

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class ConfigOverride_Stub