template <>
class NaturalSyncClientImpl
Defined at line 840 of file fidling/gen/sdk/fidl/fuchsia.fshost/fuchsia.fshost/cpp/fidl/fuchsia.fshost/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_fshost::StarnixVolumeProvider::Mount> Mount (::fidl::Request< ::fuchsia_fshost::StarnixVolumeProvider::Mount> request)
Mounts the main starnix volume using `crypt`. `exposed_dir` will be connected to the
exposed directory of the mounted starnix volume.
If `mode` is `MAYBE_CREATE`, the volume will be created if it does not exist.
If `mode` is `ALWAYS_CREATE`, the volume will be created, overwriting any existing volume.
Returns the GUID of the mounted volume.
::fidl::Result< ::fuchsia_fshost::StarnixVolumeProvider::ConnectToInlineEncryption> ConnectToInlineEncryption (::fidl::Request< ::fuchsia_fshost::StarnixVolumeProvider::ConnectToInlineEncryption> request)
Connects to the inline encryption service if the device containing the Starnix volume
supports it.
Returns ZX_ERR_NOT_SUPPORTED if device does not support inline encryption.