class IsolatedDevmgr

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

Public Methods

void IsolatedDevmgr (const IsolatedDevmgr & )

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

IsolatedDevmgr & operator= (const IsolatedDevmgr & )

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

void reset ()

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

void IsolatedDevmgr ()

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

void ~IsolatedDevmgr ()

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

void IsolatedDevmgr (IsolatedDevmgr && other)

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

IsolatedDevmgr & operator= (IsolatedDevmgr && other)

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

devmgr_launcher::Args DefaultArgs ()

Get an args structure pre-populated with the test sysdev driver, the

test control driver, and the test driver directory.

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

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 48 of file ../../src/devices/testing/devmgr-integration-test-shim/include/lib/devmgr-integration-test/fixture.h

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

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

zx::result<IsolatedDevmgr> Create (devmgr_launcher::Args args)

Launch a new isolated devmgr.

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