class DriverHostLauncherLaunchRequest
Defined at line 293 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/natural_types.h
Public Methods
void DriverHostLauncherLaunchRequest ()
Defined at line 299 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/natural_types.h
void DriverHostLauncherLaunchRequest (DriverHostLauncherLaunchRequest && )
Defined at line 300 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/natural_types.h
void DriverHostLauncherLaunchRequest (Storage_ storage)
bool IsEmpty ()
const std::optional< ::zx::process> & process ()
Process to load the driver host into.
This process must not already be running.
::std::optional< ::zx::process> & process ()
Process to load the driver host into.
This process must not already be running.
DriverHostLauncherLaunchRequest & process (std::optional< ::zx::process> value)
Process to load the driver host into.
This process must not already be running.
const std::optional< ::zx::vmar> & root_vmar ()
Vmar object that was created when the process was created.
::std::optional< ::zx::vmar> & root_vmar ()
Vmar object that was created when the process was created.
DriverHostLauncherLaunchRequest & root_vmar (std::optional< ::zx::vmar> value)
Vmar object that was created when the process was created.
const std::optional< ::zx::vmo> & driver_host_binary ()
Binary to load.
::std::optional< ::zx::vmo> & driver_host_binary ()
Binary to load.
DriverHostLauncherLaunchRequest & driver_host_binary (std::optional< ::zx::vmo> value)
Binary to load.
DriverHostLauncherLaunchRequest & operator= (DriverHostLauncherLaunchRequest && )
Defined at line 301 of file fidling/gen/sdk/fidl/fuchsia.driver.loader/fuchsia.driver.loader/cpp/fidl/fuchsia.driver.loader/cpp/natural_types.h
const std::optional< ::zx::vmo> & vdso ()
vDSO to use for the driver host.
::std::optional< ::zx::vmo> & vdso ()
vDSO to use for the driver host.
DriverHostLauncherLaunchRequest & vdso (std::optional< ::zx::vmo> value)
vDSO to use for the driver host.
const std::optional< ::fidl::ClientEnd< ::fuchsia_io::Directory>> & driver_host_libs ()
/pkg/lib directory from the driver host package, where library dependencies are found.
::std::optional< ::fidl::ClientEnd< ::fuchsia_io::Directory>> & driver_host_libs ()
/pkg/lib directory from the driver host package, where library dependencies are found.
DriverHostLauncherLaunchRequest & driver_host_libs (std::optional< ::fidl::ClientEnd< ::fuchsia_io::Directory>> value)
/pkg/lib directory from the driver host package, where library dependencies are found.
const std::optional< ::fidl::ServerEnd< ::fuchsia_driver_loader::DriverHost>> & driver_host ()
Server end of the driver host that will be used to load drivers.
::std::optional< ::fidl::ServerEnd< ::fuchsia_driver_loader::DriverHost>> & driver_host ()
Server end of the driver host that will be used to load drivers.
DriverHostLauncherLaunchRequest & driver_host (std::optional< ::fidl::ServerEnd< ::fuchsia_driver_loader::DriverHost>> value)
Server end of the driver host that will be used to load drivers.
void DriverHostLauncherLaunchRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits