class IsolatedDevmgr

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

Public Methods

void IsolatedDevmgr ()

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

Args DefaultArgs ()

Defined at line 56 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 64 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

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

Defined at line 66 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 70 of file ../../src/devices/testing/driver-integration-test-shim/include/lib/driver-integration-test/fixture.h

std::string RealmChildName ()

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

void IsolatedDevmgr (IsolatedDevmgr && )

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

IsolatedDevmgr & operator= (IsolatedDevmgr && )

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

void ~IsolatedDevmgr ()

Defined at line 367 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 77 of file ../../src/devices/testing/driver-integration-test-shim/fixture.cc

Records