class UnmanagedTestFixture

Defined at line 936 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

Public Methods

fidl::SyncClient<fuchsia_hardware_usb_dci::UsbDci> ConnectController ()

Defined at line 940 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

void SetUpAndPowerOnDriver ()

Defined at line 946 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

void TearDownAndPowerOffDriver ()

Defined at line 973 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

void BindDciInterfaceWithoutServer ()

Defined at line 981 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

template <typename Server, typename UnbindCallback = std::nullptr_t>
auto BindDciInterface (Server * server, UnbindCallback && unbind_cb)

Defined at line 990 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

fuchsia_hardware_usb_descriptor::wire::UsbSetup MakeSetupPacket (uint8_t bm_request_type, uint8_t b_request, uint16_t w_value, uint16_t w_index, uint16_t w_length)

Defined at line 1008 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

fuchsia_hardware_usb_descriptor::wire::UsbSetup MakeGetDescriptorSetup (uint16_t length)

Defined at line 1022 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h