Home
last modified time | relevance | path

Searched refs:POWER_ROLE_NONE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_srv_support.h33 POWER_ROLE_NONE, enumerator
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h32 #define POWER_ROLE_NONE 0 macro
/ohos5.0/drivers/peripheral/usb/test/benchmarktest/
H A Dusb_benchmark_function_test.cpp131 int32_t powerRole = POWER_ROLE_NONE; in BENCHMARK_F()
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_impl_mock.cpp105 if (powerRole <= UsbSrvSupport::POWER_ROLE_NONE || powerRole > UsbSrvSupport::POWER_ROLE_SINK) { in SetPortRole()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_port.cpp39 if (powerRole <= POWER_ROLE_NONE || powerRole >= POWER_ROLE_MAX) { in IfCanSwitch()
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp530 int32_t powerRole = POWER_ROLE_NONE;