Home
last modified time | relevance | path

Searched refs:UEC_SERVICE_NOT_SUPPORT_SWITCH_PORT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/usb/usb_manager/utils/native/include/
H A Dusb_errors.h79 UEC_SERVICE_NOT_SUPPORT_SWITCH_PORT, enumerator
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_common_test.cpp225 return ret == UEC_SERVICE_NOT_SUPPORT_SWITCH_PORT ? UEC_OK : ret; in SwitchErrCode()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp603 return UEC_SERVICE_NOT_SUPPORT_SWITCH_PORT; in SetPortRole()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1203 } else if (asyncContext->errCode == UEC_SERVICE_NOT_SUPPORT_SWITCH_PORT) { in __anon2b6789b40802()