class EnumerationTests

Defined at line 83 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

Public Methods

void SetUp ()

Defined at line 85 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

void TearDown ()

Defined at line 96 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

fdf_testing::ForegroundDriverTest<EmptyTestConfig> & driver_test ()

Defined at line 98 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

TestState & state ()

Defined at line 99 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

std::optional<HubInfo> TestHubInfo (uint8_t hub_depth, uint8_t hub_slot, uint8_t hub_port, usb_speed_t speed, bool multi_tt)

Defined at line 101 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc

void VerifyHubInfo (std::optional<HubInfo> & hub_info, uint8_t hub_depth, uint8_t hub_slot, uint8_t hub_port, usb_speed_t speed, bool multi_tt)

Defined at line 111 of file ../../src/devices/usb/drivers/xhci/tests/xhci-enumeration-test.cc