class UnmanagedTestFixture

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

Public Methods

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

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

void SetUpAndPowerOnDriver ()

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

void TearDownAndPowerOffDriver ()

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

void BindDciInterfaceWithoutServer ()

Defined at line 980 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 989 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 1007 of file ../../src/devices/usb/drivers/dwc3/dwc3-test-fixture.h

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

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