class OnBootAttachConfig
Defined at line 4036 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
Public Methods
void OnBootAttachConfig ()
void OnBootAttachConfig (const OnBootAttachConfig & )
Defined at line 4041 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
OnBootAttachConfig & operator= (const OnBootAttachConfig & )
Defined at line 4042 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
void OnBootAttachConfig (OnBootAttachConfig && )
Defined at line 4043 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
OnBootAttachConfig & operator= (OnBootAttachConfig && )
Defined at line 4044 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
bool IsUnknown ()
Defined at line 4051 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
bool has_invalid_tag ()
bool is_attach_to_component_moniker ()
OnBootAttachConfig WithAttachToComponentMoniker (::fidl::ObjectView< ::fidl::StringView> val)
Attach to an existing component by moniker. If a component doesn't exist
at that moniker, wait for it to appear and attach to it when it does.
template <typename... Args>
OnBootAttachConfig WithAttachToComponentMoniker (::fidl::AnyArena & allocator, Args &&... args)
Attach to an existing component by moniker. If a component doesn't exist
at that moniker, wait for it to appear and attach to it when it does.
Defined at line 4066 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
::fidl::StringView & attach_to_component_moniker ()
Attach to an existing component by moniker. If a component doesn't exist
at that moniker, wait for it to appear and attach to it when it does.
const ::fidl::StringView & attach_to_component_moniker ()
Attach to an existing component by moniker. If a component doesn't exist
at that moniker, wait for it to appear and attach to it when it does.
bool is_attach_to_component_url ()
OnBootAttachConfig WithAttachToComponentUrl (::fidl::ObjectView< ::fidl::StringView> val)
Attach to an existing component by url. If the component doesn't
exist with the specified url, wait for it to appear and attach to it when
it does.
template <typename... Args>
OnBootAttachConfig WithAttachToComponentUrl (::fidl::AnyArena & allocator, Args &&... args)
Attach to an existing component by url. If the component doesn't
exist with the specified url, wait for it to appear and attach to it when
it does.
Defined at line 4090 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h
::fidl::StringView & attach_to_component_url ()
Attach to an existing component by url. If the component doesn't
exist with the specified url, wait for it to appear and attach to it when
it does.
const ::fidl::StringView & attach_to_component_url ()
Attach to an existing component by url. If the component doesn't
exist with the specified url, wait for it to appear and attach to it when
it does.
::fuchsia_cpu_profiler::wire::OnBootAttachConfig::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kAttachToComponentMoniker | 1 |
| kAttachToComponentUrl | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4046 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/wire_types.h