Home
last modified time | relevance | path

Searched defs:DEFAULT_PORT_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbcommonfunction_fuzzer/
H A Dusbcommonfunction_fuzzer.h31 const int32_t DEFAULT_PORT_ID = 1; variable
/ohos5.0/base/usb/usb_manager/test/native/mock/include/
H A Dusb_impl_mock.h46 constexpr int32_t DEFAULT_PORT_ID = 1; variable
/ohos5.0/drivers/external_device_manager/test/unittest/bus_extension_usb_test/include/
H A Dusb_impl_mock.h45 constexpr int32_t DEFAULT_PORT_ID = 1; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_port.h27 #define DEFAULT_PORT_ID 1 macro
/ohos5.0/drivers/peripheral/usb/test/fuzztest/usbhost_fuzzer/
H A Dusbhost_fuzzer.cpp36 const int32_t DEFAULT_PORT_ID = 1; variable
/ohos5.0/base/usb/usb_manager/test/tool/
H A Dusb_function_test.cpp28 static constexpr int32_t DEFAULT_PORT_ID = 1; variable
/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_transfer_test.cpp100 const int32_t DEFAULT_PORT_ID = 1; in SetUpTestCase() local