Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_descriptor_parser.cpp232 if (interface.GetEndpointCount() >= 0 && !isRepeat) { in ParseConfigDescriptor()
236 if (interface.GetEndpointCount() > 0 && iter != interfaces.end()) { in ParseConfigDescriptor()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface.h124 int32_t GetEndpointCount() const in GetEndpointCount() function
/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_event_test.cpp167 EXPECT_NE(interface.GetEndpointCount(), 0);
/ohos5.0/base/usb/usb_manager/test/native/mock/src/
H A Dusb_event_mock_test.cpp204 EXPECT_NE(interface.GetEndpointCount(), 0);
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp941 … WRITE_PARCEL_WITH_RET(data, Int32, interface.GetEndpointCount(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceInterfacesMessageParcel()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp121 for (int32_t i = 0; i < usbInterface.GetEndpointCount(); ++i) { in CtoJSUsbInterface()