Home
last modified time | relevance | path

Searched defs:dataRole (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
Dusbd_port.cpp32 int32_t UsbdPort::IfCanSwitch(int32_t portId, int32_t powerRole, int32_t dataRole) in IfCanSwitch()
51 int32_t UsbdPort::WritePortFile(int32_t powerRole, int32_t dataRole, int32_t mode) in WritePortFile()
89 int32_t UsbdPort::SetPortInit(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortInit()
117 int32_t UsbdPort::SetPort(int32_t portId, int32_t powerRole, int32_t dataRole, in SetPort()
134 int32_t UsbdPort::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort()
Dusb_impl.cpp1600 int32_t UsbImpl::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()
1611 int32_t UsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort()
/drivers/peripheral/usb/test/fuzztest/usbsetportrole_fuzzer/
Dusbsetportrole_fuzzer.cpp28 int32_t dataRole; member
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_function_test.cpp419 int32_t dataRole = 0; variable