class IsolatedDevmgr

Defined at line 27 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

Public Methods

void IsolatedDevmgr ()

Defined at line 48 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

Args DefaultArgs ()

Defined at line 53 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

const fbl::unique_fd & devfs_root ()

Get a fd to the root of the isolate devmgr's devfs. This fd

may be used with openat() and fdio_watch_directory().

Defined at line 61 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

void IsolatedDevmgr (IsolatedDevmgr && )

Defined at line 330 of file ../../src/devices/testing/driver-integration-test-shim/fixture.cc

IsolatedDevmgr & operator= (IsolatedDevmgr && )

Defined at line 332 of file ../../src/devices/testing/driver-integration-test-shim/fixture.cc

void ~IsolatedDevmgr ()

Defined at line 345 of file ../../src/devices/testing/driver-integration-test-shim/fixture.cc

zx_status_t Create (Args * args, IsolatedDevmgr * out)

Launch a new isolated devmgr. The instance will be destroyed when

|*out|'s dtor runs.

Defined at line 61 of file ../../src/devices/testing/driver-integration-test-shim/fixture.cc

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

Defined at line 63 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

fidl::ClientEnd<fuchsia_io::Directory> RealmExposedDir ()

Defined at line 67 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

std::string RealmChildName ()

Defined at line 72 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

Records