Namespaces

Enumerations

enum class ColorBlindnessType : uint32_t
Name Value Comments
NONE 0u

No color blindness.

PROTANOMALY 1u

Red-green color blindness due to reduced sensitivity to red light.

DEUTERANOMALY 2u

Red-green color blindness due to reduced sensitivity to green light.

TRITANOMALY 3u

Blue-yellow color blindness. It is due to reduced sensitivity to blue
light.

Defined at line 20 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class CaptionFontFamily : uint32_t
Name Value
UNKNOWN 0u
MONOSPACED_SERIF 1u
PROPORTIONAL_SERIF 2u
MONOSPACED_SANS_SERIF 3u
PROPORTIONAL_SANS_SERIF 4u
CASUAL 5u
CURSIVE 6u
SMALL_CAPITALS 7u

Font family groups for closed captions, specified by 47 CFR §79.102(k).

Defined at line 43 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class EdgeStyle : uint32_t
Name Value Comments
NONE 0u

No border around fonts.

DROP_SHADOW 1u

A shadow "behind" and slightly offset from each edge.

RAISED 2u

A bevel that mimics a 3D raised effect.

DEPRESSED 3u

A bevel that mimics a 3D depressed effect.

OUTLINE 4u

A plain border around each shapes.

Edge style for fonts as specified in 47 CFR §79.103(c)(7)

Defined at line 69 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class AudioStreamSettingSource : uint32_t
Name Value Comments
USER 0u

The volume is set by the user. When the `source` in AudioStreamSettings is
set to this, the audio volume is set to `user_volume`.

SYSTEM 1u

The system takes control of the volume. This is used when the system constantly
calculates and changes the volume. The volume is not stored for this source.

SYSTEM_WITH_FEEDBACK 2u

The system takes control of the volume. This is used when the system changes
the volume, but we still want to play feedback sounds for these changes. The
volume is not stored for this source.

The source of the volume settings. The volume is set according to the source.

Defined at line 108 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class LowLightMode : uint32_t
Name Value Comments
DISABLE 0u

Device should not be in low-light mode.

DISABLE_IMMEDIATELY 1u

Device should not be in low-light mode and should transition
out of it immediately.

ENABLE 2u

Device should be in low-light mode.

Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class ThemeType : uint32_t
Name Value Comments
DEFAULT 0u

When `ThemeType` is set to `DEFAULT` it is up to the specific
[product](https://fuchsia.dev/fuchsia-src/concepts/build_system/boards_and_products#products)
to determine what that actually means.

LIGHT 1u

When `ThemeType` is set to `DEFAULT` it is up to the specific
[product](https://fuchsia.dev/fuchsia-src/concepts/build_system/boards_and_products#products)
to determine what that actually means.

DARK 2u

When `ThemeType` is set to `DEFAULT` it is up to the specific
[product](https://fuchsia.dev/fuchsia-src/concepts/build_system/boards_and_products#products)
to determine what that actually means.

Defined at line 171 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class ThemeMode : uint32_t
Name Value Comments
AUTO 1u

Product can choose a theme based on ambient cues.

Defined at line 189 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class ToggleStateFlags : uint64_t
Name Value Comments
AVAILABLE 1u

The input device exists and is neither muted nor disabled.

ACTIVE 2u

The input device is being used.

MUTED 4u

The input device could be available if it was enabled, but it is muted.

DISABLED 8u

The input device is permanently disabled, e.g. by policy.

ERROR 16u

The state cannot be determined.

A series of flags determining the state of an input device mute toggle.

Defined at line 270 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class DeviceType : uint32_t
Name Value
MICROPHONE 1u
CAMERA 2u

Defined at line 336 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class DeviceStateSource : uint32_t
Name Value
HARDWARE 1u
SOFTWARE 2u

Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class HourCycle : uint32_t
Name Value Comments
UNKNOWN 0u --
H11 1u

12-hour clock, 0:10am after midnight.

H12 2u

12-hour clock, 12:10am after midnight.

H23 3u

24-hour clock, 0:10 after midnight.

H24 4u

24-hour clock, 24:10 after midnight.

Whether if the time format should be using 12 hour or 24 hour clock. H indicates the

maximum number that the hour indicator will ever show.

Defined at line 380 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class LightType : uint32_t
Name Value Comments
BRIGHTNESS 1u

This type of light supports setting brightness to a uint8_t value.

RGB 2u

This type of light supports setting an RGB value.

SIMPLE 3u

Light can only be turned on or off.

Enum describing the possible types of values for controlling a light.

Defined at line 428 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class LightError : uint32_t
Name Value Comments
FAILED 1u

Call failed for unspecified reasons.

UNSUPPORTED 2u

Call not supported, this setting may not be present on this .

INVALID_NAME 3u

An invalid/unknown light group name was provided.

INVALID_VALUE 4u

An invalid LightValue was provided that did not match the light group's
LightType or did not match the requirements for the value type.

Defined at line 452 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class Error : uint32_t
Name Value
FAILED 1u
UNSUPPORTED 2u

Common error code used across different settings.

Defined at line 510 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class SettingsEpitaph : uint32_t
Name Value
REQUEST_NOT_SUPPORTED 1u
INTERNAL_SERVICE_ERROR 2u
PERSISTENT_STORAGE_ERROR 3u
FILE_READ_ERROR 4u

Common epitaph messages used across different settings.

Defined at line 666 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

enum class ConfigurationInterfaces : uint32_t
Name Value
ETHERNET 1u
WIFI 2u

Defined at line 687 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

Records

Functions

  • zx_status_t Clone (::fuchsia::settings::ColorBlindnessType value, ::fuchsia::settings::ColorBlindnessType * result)

    Defined at line 36 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::CaptionFontFamily value, ::fuchsia::settings::CaptionFontFamily * result)

    Defined at line 62 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::EdgeStyle value, ::fuchsia::settings::EdgeStyle * result)

    Defined at line 87 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::AudioStreamSettingSource value, ::fuchsia::settings::AudioStreamSettingSource * result)

    Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::LowLightMode value, ::fuchsia::settings::LowLightMode * result)

    Defined at line 165 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::ThemeType value, ::fuchsia::settings::ThemeType * result)

    Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode operator& (::fuchsia::settings::ThemeMode _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 208 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode & operator&= (::fuchsia::settings::ThemeMode & _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 214 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::ThemeMode value, ::fuchsia::settings::ThemeMode * result)

    Defined at line 237 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags operator& (::fuchsia::settings::ToggleStateFlags _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags & operator&= (::fuchsia::settings::ToggleStateFlags & _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 307 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::ToggleStateFlags value, ::fuchsia::settings::ToggleStateFlags * result)

    Defined at line 330 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::DeviceType value, ::fuchsia::settings::DeviceType * result)

    Defined at line 343 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::DeviceStateSource value, ::fuchsia::settings::DeviceStateSource * result)

    Defined at line 356 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::HourCycle value, ::fuchsia::settings::HourCycle * result)

    Defined at line 397 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::LightType value, ::fuchsia::settings::LightType * result)

    Defined at line 440 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::LightError value, ::fuchsia::settings::LightError * result)

    Defined at line 468 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::Error value, ::fuchsia::settings::Error * result)

    Defined at line 517 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::SettingsEpitaph value, ::fuchsia::settings::SettingsEpitaph * result)

    Defined at line 677 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces operator& (::fuchsia::settings::ConfigurationInterfaces _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 707 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces & operator&= (::fuchsia::settings::ConfigurationInterfaces & _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 713 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::settings::ConfigurationInterfaces value, ::fuchsia::settings::ConfigurationInterfaces * result)

    Defined at line 736 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Accessibility_Set_Response & _value, ::fuchsia::settings::Accessibility_Set_Response * _result)

    Defined at line 782 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::AccessibilityWatchResponse & _value, ::fuchsia::settings::AccessibilityWatchResponse * _result)

    Defined at line 1473 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::AccessibilitySetRequest & _value, ::fuchsia::settings::AccessibilitySetRequest * _result)

    Defined at line 1494 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Set_Response & _value, ::fuchsia::settings::Audio_Set_Response * _result)

    Defined at line 1524 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Set2_Response & _value, ::fuchsia::settings::Audio_Set2_Response * _result)

    Defined at line 1554 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::AudioWatchResponse & _value, ::fuchsia::settings::AudioWatchResponse * _result)

    Defined at line 2073 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::AudioSetRequest & _value, ::fuchsia::settings::AudioSetRequest * _result)

    Defined at line 2094 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Watch2_Response & _value, ::fuchsia::settings::Audio_Watch2_Response * _result)

    Defined at line 2206 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Watch2_Result & value, ::fuchsia::settings::Audio_Watch2_Result * result)

    Defined at line 2305 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::AudioSet2Request & _value, ::fuchsia::settings::AudioSet2Request * _result)

    Defined at line 2326 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Display_Set_Response & _value, ::fuchsia::settings::Display_Set_Response * _result)

    Defined at line 2356 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DisplayWatchResponse & _value, ::fuchsia::settings::DisplayWatchResponse * _result)

    Defined at line 2747 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DisplaySetRequest & _value, ::fuchsia::settings::DisplaySetRequest * _result)

    Defined at line 2768 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DoNotDisturb_Set_Response & _value, ::fuchsia::settings::DoNotDisturb_Set_Response * _result)

    Defined at line 2798 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DoNotDisturbWatchResponse & _value, ::fuchsia::settings::DoNotDisturbWatchResponse * _result)

    Defined at line 2967 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DoNotDisturbSetRequest & _value, ::fuchsia::settings::DoNotDisturbSetRequest * _result)

    Defined at line 2988 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::FactoryReset_Set_Response & _value, ::fuchsia::settings::FactoryReset_Set_Response * _result)

    Defined at line 3018 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::FactoryResetWatchResponse & _value, ::fuchsia::settings::FactoryResetWatchResponse * _result)

    Defined at line 3121 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::FactoryResetSetRequest & _value, ::fuchsia::settings::FactoryResetSetRequest * _result)

    Defined at line 3142 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Input_Set_Response & _value, ::fuchsia::settings::Input_Set_Response * _result)

    Defined at line 3172 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::InputWatchResponse & _value, ::fuchsia::settings::InputWatchResponse * _result)

    Defined at line 3686 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::InputSetRequest & _value, ::fuchsia::settings::InputSetRequest * _result)

    Defined at line 3850 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Intl_Set_Response & _value, ::fuchsia::settings::Intl_Set_Response * _result)

    Defined at line 3880 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::IntlWatchResponse & _value, ::fuchsia::settings::IntlWatchResponse * _result)

    Defined at line 4083 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::IntlSetRequest & _value, ::fuchsia::settings::IntlSetRequest * _result)

    Defined at line 4104 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Autorepeat & _value, ::fuchsia::settings::Autorepeat * _result)

    Defined at line 4131 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::KeyboardSetSetRequest & _value, ::fuchsia::settings::KeyboardSetSetRequest * _result)

    Defined at line 4262 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::KeyboardSet_Set_Response & _value, ::fuchsia::settings::KeyboardSet_Set_Response * _result)

    Defined at line 4292 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::KeyboardWatchWatchResponse & _value, ::fuchsia::settings::KeyboardWatchWatchResponse * _result)

    Defined at line 4313 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::LightValue & value, ::fuchsia::settings::LightValue * result)

    Defined at line 4468 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::LightWatchLightGroupsResponse & _value, ::fuchsia::settings::LightWatchLightGroupsResponse * _result)

    Defined at line 4758 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::LightWatchLightGroupRequest & _value, ::fuchsia::settings::LightWatchLightGroupRequest * _result)

    Defined at line 4779 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::LightWatchLightGroupResponse & _value, ::fuchsia::settings::LightWatchLightGroupResponse * _result)

    Defined at line 4800 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::LightSetLightGroupValuesRequest & _value, ::fuchsia::settings::LightSetLightGroupValuesRequest * _result)

    Defined at line 4823 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Light_SetLightGroupValues_Response & _value, ::fuchsia::settings::Light_SetLightGroupValues_Response * _result)

    Defined at line 4853 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Light_SetLightGroupValues_Result & value, ::fuchsia::settings::Light_SetLightGroupValues_Result * result)

    Defined at line 4962 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::NightMode_Set_Response & _value, ::fuchsia::settings::NightMode_Set_Response * _result)

    Defined at line 5055 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::NightModeWatchResponse & _value, ::fuchsia::settings::NightModeWatchResponse * _result)

    Defined at line 5156 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::NightModeSetRequest & _value, ::fuchsia::settings::NightModeSetRequest * _result)

    Defined at line 5177 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Privacy_Set_Response & _value, ::fuchsia::settings::Privacy_Set_Response * _result)

    Defined at line 5207 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::PrivacyWatchResponse & _value, ::fuchsia::settings::PrivacyWatchResponse * _result)

    Defined at line 5309 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::PrivacySetRequest & _value, ::fuchsia::settings::PrivacySetRequest * _result)

    Defined at line 5330 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Accessibility_Set_Result & value, ::fuchsia::settings::Accessibility_Set_Result * result)

    Defined at line 5439 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Set_Result & value, ::fuchsia::settings::Audio_Set_Result * result)

    Defined at line 5593 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Audio_Set2_Result & value, ::fuchsia::settings::Audio_Set2_Result * result)

    Defined at line 5721 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Display_Set_Result & value, ::fuchsia::settings::Display_Set_Result * result)

    Defined at line 5903 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::DoNotDisturb_Set_Result & value, ::fuchsia::settings::DoNotDisturb_Set_Result * result)

    Defined at line 6057 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::FactoryReset_Set_Result & value, ::fuchsia::settings::FactoryReset_Set_Result * result)

    Defined at line 6211 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Input_Set_Result & value, ::fuchsia::settings::Input_Set_Result * result)

    Defined at line 6365 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Intl_Set_Result & value, ::fuchsia::settings::Intl_Set_Result * result)

    Defined at line 6519 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::KeyboardSet_Set_Result & value, ::fuchsia::settings::KeyboardSet_Set_Result * result)

    Defined at line 6673 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::NightMode_Set_Result & value, ::fuchsia::settings::NightMode_Set_Result * result)

    Defined at line 6845 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Privacy_Set_Result & value, ::fuchsia::settings::Privacy_Set_Result * result)

    Defined at line 6999 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Setup_Set_Response & _value, ::fuchsia::settings::Setup_Set_Response * _result)

    Defined at line 7074 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::Setup_Set_Result & value, ::fuchsia::settings::Setup_Set_Result * result)

    Defined at line 7183 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::SetupWatchResponse & _value, ::fuchsia::settings::SetupWatchResponse * _result)

    Defined at line 7285 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::settings::SetupSetRequest & _value, ::fuchsia::settings::SetupSetRequest * _result)

    Defined at line 7308 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • std::ostream & operator<< (std::ostream & os, const AudioStreamSettingSource & value)
  • std::ostream & operator<< (std::ostream & os, const CaptionFontFamily & value)
  • std::ostream & operator<< (std::ostream & os, const ColorBlindnessType & value)
  • std::ostream & operator<< (std::ostream & os, const DeviceStateSource & value)
  • std::ostream & operator<< (std::ostream & os, const DeviceType & value)
  • std::ostream & operator<< (std::ostream & os, const EdgeStyle & value)
  • std::ostream & operator<< (std::ostream & os, const Error & value)
  • std::ostream & operator<< (std::ostream & os, const HourCycle & value)
  • std::ostream & operator<< (std::ostream & os, const LightError & value)
  • std::ostream & operator<< (std::ostream & os, const LightType & value)
  • std::ostream & operator<< (std::ostream & os, const LowLightMode & value)
  • std::ostream & operator<< (std::ostream & os, const SettingsEpitaph & value)
  • std::ostream & operator<< (std::ostream & os, const ThemeType & value)
  • std::ostream & operator<< (std::ostream & os, const ConfigurationInterfaces & value)
  • std::ostream & operator<< (std::ostream & os, const ThemeMode & value)
  • std::ostream & operator<< (std::ostream & os, const ToggleStateFlags & value)
  • std::ostream & operator<< (std::ostream & os, const AccessibilitySetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const AccessibilityWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Accessibility_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const AudioSet2Request & value)
  • std::ostream & operator<< (std::ostream & os, const AudioSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const AudioWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Set2_Response & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Watch2_Response & value)
  • std::ostream & operator<< (std::ostream & os, const Autorepeat & value)
  • std::ostream & operator<< (std::ostream & os, const DisplaySetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const DisplayWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Display_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const DoNotDisturbSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const DoNotDisturbWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const DoNotDisturb_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const FactoryResetSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const FactoryResetWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const FactoryReset_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const InputSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const InputWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Input_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const IntlSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const IntlWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Intl_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const KeyboardSetSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const KeyboardSet_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const KeyboardWatchWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const LightSetLightGroupValuesRequest & value)
  • std::ostream & operator<< (std::ostream & os, const LightWatchLightGroupRequest & value)
  • std::ostream & operator<< (std::ostream & os, const LightWatchLightGroupResponse & value)
  • std::ostream & operator<< (std::ostream & os, const LightWatchLightGroupsResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Light_SetLightGroupValues_Response & value)
  • std::ostream & operator<< (std::ostream & os, const NightModeSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const NightModeWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const NightMode_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const PrivacySetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const PrivacyWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Privacy_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const SetupSetRequest & value)
  • std::ostream & operator<< (std::ostream & os, const SetupWatchResponse & value)
  • std::ostream & operator<< (std::ostream & os, const Setup_Set_Response & value)
  • std::ostream & operator<< (std::ostream & os, const AccessibilitySettings & value)
  • std::ostream & operator<< (std::ostream & os, const AudioSettings & value)
  • std::ostream & operator<< (std::ostream & os, const AudioSettings2 & value)
  • std::ostream & operator<< (std::ostream & os, const AudioStreamSettings & value)
  • std::ostream & operator<< (std::ostream & os, const AudioStreamSettings2 & value)
  • std::ostream & operator<< (std::ostream & os, const CaptionFontStyle & value)
  • std::ostream & operator<< (std::ostream & os, const CaptionsSettings & value)
  • std::ostream & operator<< (std::ostream & os, const DeviceState & value)
  • std::ostream & operator<< (std::ostream & os, const DisplaySettings & value)
  • std::ostream & operator<< (std::ostream & os, const DoNotDisturbSettings & value)
  • std::ostream & operator<< (std::ostream & os, const FactoryResetSettings & value)
  • std::ostream & operator<< (std::ostream & os, const InputDevice & value)
  • std::ostream & operator<< (std::ostream & os, const InputSettings & value)
  • std::ostream & operator<< (std::ostream & os, const InputState & value)
  • std::ostream & operator<< (std::ostream & os, const IntlSettings & value)
  • std::ostream & operator<< (std::ostream & os, const KeyboardSettings & value)
  • std::ostream & operator<< (std::ostream & os, const LightGroup & value)
  • std::ostream & operator<< (std::ostream & os, const LightState & value)
  • std::ostream & operator<< (std::ostream & os, const NightModeSettings & value)
  • std::ostream & operator<< (std::ostream & os, const PrivacySettings & value)
  • std::ostream & operator<< (std::ostream & os, const SetupSettings & value)
  • std::ostream & operator<< (std::ostream & os, const SourceState & value)
  • std::ostream & operator<< (std::ostream & os, const Theme & value)
  • std::ostream & operator<< (std::ostream & os, const Volume & value)
  • std::ostream & operator<< (std::ostream & os, const Accessibility_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Set2_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Audio_Watch2_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Display_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const DoNotDisturb_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const FactoryReset_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Input_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Intl_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const KeyboardSet_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const LightValue & value)
  • std::ostream & operator<< (std::ostream & os, const Light_SetLightGroupValues_Result & value)
  • std::ostream & operator<< (std::ostream & os, const NightMode_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Privacy_Set_Result & value)
  • std::ostream & operator<< (std::ostream & os, const Setup_Set_Result & value)
  • ::fuchsia::settings::ThemeMode operator| (::fuchsia::settings::ThemeMode _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 197 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode & operator|= (::fuchsia::settings::ThemeMode & _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 202 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode operator^ (::fuchsia::settings::ThemeMode _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode & operator^= (::fuchsia::settings::ThemeMode & _lhs, ::fuchsia::settings::ThemeMode _rhs)

    Defined at line 226 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ThemeMode operator~ (::fuchsia::settings::ThemeMode _value)

    Defined at line 232 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags operator| (::fuchsia::settings::ToggleStateFlags _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 290 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags & operator|= (::fuchsia::settings::ToggleStateFlags & _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 295 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags operator^ (::fuchsia::settings::ToggleStateFlags _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 313 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags & operator^= (::fuchsia::settings::ToggleStateFlags & _lhs, ::fuchsia::settings::ToggleStateFlags _rhs)

    Defined at line 319 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ToggleStateFlags operator~ (::fuchsia::settings::ToggleStateFlags _value)

    Defined at line 325 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces operator| (::fuchsia::settings::ConfigurationInterfaces _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 696 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces & operator|= (::fuchsia::settings::ConfigurationInterfaces & _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces operator^ (::fuchsia::settings::ConfigurationInterfaces _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 719 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces & operator^= (::fuchsia::settings::ConfigurationInterfaces & _lhs, ::fuchsia::settings::ConfigurationInterfaces _rhs)

    Defined at line 725 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h

  • ::fuchsia::settings::ConfigurationInterfaces operator~ (::fuchsia::settings::ConfigurationInterfaces _value)

    Defined at line 731 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/hlcpp/fuchsia/settings/cpp/fidl.h