class Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

TODO(https://fxbug.dev/538237092): Re-enable once UsbDciInterface::Reset() is added.

A USB Bus Reset (DEVT_USB_RESET) is an in-band bus signal that resets the device to

the Default State without dropping physical D+/D- pull-ups. SetConnected(false)

represents a physical cable unplug and must NOT be called on a bus reset, as doing

so corrupts usb-peripheral state during host re-enumeration.

Under b/538237092, we are adding a dedicated Reset() method to UsbDciInterface

(DCI -> usb-peripheral) so DCI can notify usb-peripheral of in-band resets while

preserving physical connection state (kHostConnected) and cleanly unconfiguring

active functions via SetConfigured(false).

Public Methods

void Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test ()

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

void Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test (const Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test & )

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

void Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test (Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test && )

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test & operator= (const Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test & )

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test & operator= (Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test && )

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc

void ~Dwc3EventsTest_DISABLED_VerifySetConnectedIsNotCalledOnHandleResetEvent_Test ()

Defined at line 263 of file ../../src/devices/usb/drivers/dwc3/dwc3-events-test.cc