class RealmFactory

Defined at line 1409 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

RealmFactory creates test realm for UI related tests, and give the realm

proxy to test suite so that test suite can access protocols in test realm.

Protocols served by Scenic, SceneManager and A11yManager are available.

Public Members

static const char[] Name_

Public Methods

void ~RealmFactory ()
void CreateRealm (::fuchsia::ui::test::context::RealmFactoryCreateRealmRequest RealmFactoryCreateRealmRequest, CreateRealmCallback callback)

Protected Methods

void handle_unknown_method (uint64_t ordinal, bool method_has_response)

Friends

class RealmFactory_Stub