Searched defs:powerRole (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/usb/test/benchmarktest/ |
H A D | usb_benchmark_function_test.cpp | 131 int32_t powerRole = POWER_ROLE_NONE;
in BENCHMARK_F() local
|
/drivers/peripheral/usb/test/fuzztest/usbsetportrole_fuzzer/ |
H A D | usbsetportrole_fuzzer.cpp | 27 int32_t powerRole; member
|
/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | usbd_function_auto_test.cpp | 164 int32_t powerRole = 0; HWTEST_F() local [all...] |
/drivers/peripheral/usb/test/unittest/hal/src/ |
H A D | usbd_function_test.cpp | 530 int32_t powerRole = POWER_ROLE_NONE; HWTEST_F() local [all...] |
/drivers/external_device_manager/test/unittest/bus_extension_usb_test/src/ |
H A D | usb_impl_mock.cpp | 81 int32_t UsbImplMock::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) in QueryPort() argument 99 int32_t UsbImplMock::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole) in SetPortRole() argument
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usbd_port.cpp | 32 int32_t UsbdPort::IfCanSwitch(int32_t portId, int32_t powerRole, int32_t dataRole)
in IfCanSwitch() argument 71 int32_t UsbdPort::WritePortFile(int32_t powerRole, int32_t dataRole, int32_t mode)
in WritePortFile() argument 109 int32_t UsbdPort::ReadPortFile(int32_t &powerRole, int32_t &dataRole, int32_t &mode)
in ReadPortFile() argument 149 int32_t UsbdPort::SetPortInit(int32_t portId, int32_t powerRole, int32_t dataRole)
in SetPortInit() argument 179 SetPort( int32_t portId, int32_t powerRole, int32_t dataRole, UsbdSubscriber *usbdSubscribers, uint32_t len) SetPort() argument 196 QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode) QueryPort() argument [all...] |
H A D | usb_impl.cpp | 1968 int32_t UsbImpl::SetPortRole(int32_t portId, int32_t powerRole, int32_t dataRole)
in SetPortRole() argument 1979 int32_t UsbImpl::QueryPort(int32_t &portId, int32_t &powerRole, int32_t &dataRole, int32_t &mode)
in QueryPort() argument
|
Completed in 7 milliseconds