template <>
class NaturalClientImpl
Defined at line 156 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_driver_test::Internal::GetTestPackage> GetTestPackage ()
Gets the test component's package directory. This is used to read drivers in this package.
If a test resolution context is available through |GetTestResolutionContext|, subpackages
in this test package are also discovered.
::fidl::internal::NaturalThenable< ::fuchsia_driver_test::Internal::GetTestResolutionContext> GetTestResolutionContext ()
Gets the test component's resolution context. This is used to open subpackages of the
test package.
::fidl::internal::NaturalThenable< ::fuchsia_driver_test::Internal::GetBootDirectory> GetBootDirectory ()
Get the '/boot' directory to be used for the "fuchsia-boot:///" resolver.
If an invalid |boot_dir| is returned, the driver test realm's '/pkg' directory is
treated as the boot directory.
::fidl::internal::NaturalThenable< ::fuchsia_driver_test::Internal::GetBootDriverOverrides> GetBootDriverOverrides ()