template <>

class WireSyncBufferClientImpl

Defined at line 1093 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/wire_messaging.h

Public Methods

::fidl::OneWayStatus FindDataSink (::fidl::ServerEnd< ::fuchsia_paver::DataSink> && data_sink)

Attempts to auto-discover the data sink where assets and volumes will get paved to.

On devices with GPT, the partition must have a valid FVM partition in order for

auto-discovery to find it. If multiple devices are found suitable, error is returned.

`data_sink` will be closed on error, with an epitaph provided on failure reason.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus FindPartitionTableManager (::fidl::ServerEnd< ::fuchsia_paver::DynamicDataSink> && data_sink)

Like `FindDataSink`, but the returned block device will be dynamic, supporting partition

table manipulation.

`data_sink` will be closed on error, with an epitaph provided on failure reason.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus FindBootManager (::fidl::ServerEnd< ::fuchsia_paver::BootManager> && boot_manager)

Attempts to auto-discover the boot manager.

`boot_manager` will be closed on error, with an epitaph provided on failure reason.

ZX_ERR_NOT_SUPPORTED indicates lack of support and configuration A is always booted from.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus FindSysconfig (::fidl::ServerEnd< ::fuchsia_paver::Sysconfig> && sysconfig)

Find Sysconfig service.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.