class UnmanagedTestFixture

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

Public Methods

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

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

void SetUpAndPowerOnDriver ()

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

void TearDownAndPowerOffDriver ()

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

void BindDciInterfaceWithoutServer ()

Defined at line 815 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 824 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 842 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

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

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