template <>
class WireSyncClientImpl
Defined at line 877 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/cpp/fidl/fuchsia.driver.test/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_driver_test::Internal>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::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 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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. Response is heap-allocated.
::fidl::WireResult< ::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 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_driver_test::Internal::GetBootDriverOverrides> GetBootDriverOverrides ()
Allocates 16 bytes of request buffer on the stack. Response is heap-allocated.