template <>
class WireWeakAsyncClientImpl
Defined at line 2596 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_driver_test::Internal::GetTestResolutionContext> GetTestResolutionContext ()
Gets the test component's resolution context. This is used to open subpackages of the
test package.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::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.
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_driver_test::Internal::GetBootDriverOverrides> GetBootDriverOverrides ()
Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.