class Realm
Defined at line 4028 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
This protocol is for the DriverTestRealm. It is an integration test
framework for drivers.
Public Members
static const char[] Name_
Public Methods
void ~Realm ()
void Start (::fuchsia::driver::test::RealmArgs args, StartCallback callback)
Start the realm. Calling this will cause DriverTestRealm to start
servicing other protocols (like /dev/). `args` is used to configure
the DriverTestRealm.
* error `ZX_ERR_ALREADY_EXISTS` the realm has already had `Start` called.
Protected Methods
void handle_unknown_method (uint64_t ordinal, bool method_has_response)
Friends
class Realm_Stub