Searched defs:dataRole (Results 1 – 7 of 7) sorted by relevance
/drivers/peripheral/usb/hdi_service/src/ |
D | usbd_port.cpp | 31 int32_t UsbdPort::IfCanSwitch(int32_t portId, int32_t powerRole, int32_t dataRole) in IfCanSwitch() 50 int32_t UsbdPort::WritePortFile(int32_t powerRole, int32_t dataRole, int32_t mode) in WritePortFile() 103 int32_t UsbdPort::SetPortInit(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortInit() 131 int32_t UsbdPort::SetPort(int32_t portId, int32_t powerRole, int32_t dataRole, in SetPort() 148 int32_t UsbdPort::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort()
|
D | usb_impl.cpp | 1663 int32_t UsbImpl::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() 1674 int32_t UsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort()
|
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/ |
D | usb_impl_mock.cpp | 81 int32_t UsbImplMock::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mod… in QueryPort() 99 int32_t UsbImplMock::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole()
|
/drivers/peripheral/usb/test/fuzztest/usbsetportrole_fuzzer/ |
D | usbsetportrole_fuzzer.cpp | 28 int32_t dataRole; member
|
/drivers/peripheral/usb/test/unittest/mock/src/ |
D | usbd_function_auto_test.cpp | 165 int32_t dataRole = 0; variable
|
/drivers/peripheral/usb/test/benchmarktest/ |
D | usb_benchmark_function_test.cpp | 125 int32_t dataRole = DATA_ROLE_NONE; in BENCHMARK_F() local
|
/drivers/peripheral/usb/test/unittest/hal/src/ |
D | usbd_function_test.cpp | 516 int32_t dataRole = DATA_ROLE_NONE; variable
|