component_testing::RealmRoot

Summary

Constructors and Destructors

RealmRoot(RealmRoot && other)
RealmRoot(const RealmRoot & other)
~RealmRoot()

Public functions

CloneRoot() const ZX_DEPRECATED_SINCE(1
fidl::InterfaceHandle< fuchsia::io::Directory >
Connect(const std::string & interface_name) const ZX_DEPRECATED_SINCE(1
fidl::InterfacePtr< Interface >
Connect(fidl::InterfaceRequest< Interface > request) const ZX_DEPRECATED_SINCE(1
zx_status_t
Connect(const std::string & interface_name, zx::channel request) const ZX_DEPRECATED_SINCE(1
zx_status_t
ConnectSync(const std::string & interface_name) const ZX_DEPRECATED_SINCE(1
GetChildName() const ZX_DEPRECATED_SINCE(1
std::string
Teardown(ScopedChild::TeardownCallback on_teardown_complete)
void
component()
fidl::InterfacePtr< Interface > Use
component()
component()
zx_status_t Use
component()
zx_status_t Use
component()
fidl::InterfaceHandle< fuchsia::io::Directory > Use
component()
std::string Use
component()
component()
const ScopedChild &
operator=(RealmRoot && other)=default
operator=(const RealmRoot & other)=delete

Public functions

CloneRoot

fidl::InterfaceHandle< fuchsia::io::Directory > CloneRoot() const ZX_DEPRECATED_SINCE(1

Connect

fidl::InterfacePtr< Interface > Connect(
  const std::string & interface_name
) const ZX_DEPRECATED_SINCE(1

Connect

zx_status_t Connect(
  fidl::InterfaceRequest< Interface > request
) const ZX_DEPRECATED_SINCE(1

Connect

zx_status_t Connect(
  const std::string & interface_name,
  zx::channel request
) const ZX_DEPRECATED_SINCE(1

ConnectSync

fidl::SynchronousInterfacePtr< Interface > ConnectSync(
  const std::string & interface_name
) const ZX_DEPRECATED_SINCE(1

GetChildName

std::string GetChildName() const ZX_DEPRECATED_SINCE(1

RealmRoot

 RealmRoot(
  RealmRoot && other
)=default

RealmRoot

 RealmRoot(
  const RealmRoot & other
)=delete

Teardown

void Teardown(
  ScopedChild::TeardownCallback on_teardown_complete
)

component

fidl::InterfacePtr< Interface > Use component() 

component

fidl::SynchronousInterfacePtr< Interface > Use component() 

component

zx_status_t Use component() 

component

zx_status_t Use component()

component

fidl::InterfaceHandle< fuchsia::io::Directory > Use component() 

component

std::string Use component()

component

ScopedChild & component()

component

const ScopedChild & component()

operator=

RealmRoot & operator=(
  RealmRoot && other
)=default

operator=

RealmRoot & operator=(
  const RealmRoot & other
)=delete

~RealmRoot

virtual  ~RealmRoot()