Home
last modified time | relevance | path

Searched defs:epId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp143 constexpr auto epId = "endpoint"; variable
154 constexpr auto epId = "endpoint"; variable
168 constexpr auto epId = "endpoint"; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h84 uint8_t epId; member
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp715 UsbdBulkASyncList *UsbImpl::UsbdBulkASyncListFind(HostDevice *port, uint8_t ifId, uint8_t epId) in UsbdBulkASyncListFind()
732 UsbdBulkASyncList *UsbImpl::UsbdBulkASyncListInit(HostDevice *port, uint8_t ifId, uint8_t epId) in UsbdBulkASyncListInit()
H A Dusbd_dispatcher.cpp1079 …BulkASyncList *UsbdDispatcher::UsbdBulkASyncListAlloc(HostDevice *port, uint8_t ifId, uint8_t epId) in UsbdBulkASyncListAlloc()