Home
last modified time | relevance | path

Searched refs:GetInterfaceId (Results 1 – 9 of 9) sorted by relevance

/base/usb/usb_manager/test/native/mock/src/
Dusb_request_mock_test.cpp130 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
148 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
166 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
188 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
210 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
232 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
369 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
393 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
419 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
446 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
[all …]
Dusb_bulkcallback_mock_test.cpp166 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
189 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
212 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
239 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
265 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
299 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
333 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
369 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
405 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
439 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
[all …]
Dusb_device_pipe_mock_test.cpp966 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
993 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1018 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1046 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1073 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1099 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1125 UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1151 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1179 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
1206 const UsbPipe pipe = {point.GetInterfaceId(), point.GetAddress()};
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_srv_client.cpp237 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in BulkTransfer()
326 …return proxy_->ClaimInterface(pipe.GetBusNum(), pipe.GetDevAddr(), endpoint.GetInterfaceId(), CLAI… in RequestInitialize()
334 …return proxy_->RequestCancel(pipe.GetBusNum(), pipe.GetDevAddr(), ep.GetInterfaceId(), ep.GetAddre… in RequestFree()
342 …return proxy_->RequestCancel(pipe.GetBusNum(), pipe.GetDevAddr(), ep.GetInterfaceId(), ep.GetAddre… in RequestAbort()
351 const UsbPipe tpipe = {ep.GetInterfaceId(), ep.GetAddress()}; in RequestQueue()
359 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in RegBulkCallback()
371 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in UnRegBulkCallback()
383 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in BulkRead()
395 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in BulkWrite()
407 const UsbPipe tpipe = {endpoint.GetInterfaceId(), endpoint.GetAddress()}; in BulkCancel()
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_bulkcallback_test.cpp134 point.GetInterfaceId());
182 point.GetInterfaceId());
230 point.GetInterfaceId());
280 point.GetInterfaceId());
330 point.GetInterfaceId());
380 point.GetInterfaceId());
430 point.GetInterfaceId());
483 point.GetInterfaceId());
536 point.GetInterfaceId());
591 point.GetInterfaceId());
[all …]
Dusb_device_pipe_test.cpp1496 point.GetInterfaceId());
1590 point.GetInterfaceId());
1634 point.GetInterfaceId());
1687 point.GetInterfaceId());
1734 point.GetInterfaceId());
1781 point.GetInterfaceId());
1827 point.GetInterfaceId());
1875 point.GetInterfaceId());
1923 point.GetInterfaceId());
Dusb_request_test.cpp1106 point.GetInterfaceId());
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_endpoint.h134 int8_t GetInterfaceId() const in GetInterfaceId() function
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp98 NapiUtil::SetValueInt32(env, "interfaceId", usbEndpoint.GetInterfaceId(), obj); in CtoJSUsbEndpoint()