Home
last modified time | relevance | path

Searched refs:SetDevAddr (Results 1 – 10 of 10) sorted by relevance

/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_device_pipe_test.cpp234 pipe.SetDevAddr(BUFFER_SIZE);
241 pipe.SetDevAddr(device.GetDevAddr());
349 pipe.SetDevAddr(BUFFER_SIZE);
356 pipe.SetDevAddr(device.GetDevAddr());
469 pipe.SetDevAddr(BUFFER_SIZE);
476 pipe.SetDevAddr(device.GetDevAddr());
587 pipe.SetDevAddr(BUFFER_SIZE);
594 pipe.SetDevAddr(device.GetDevAddr());
708 pipe.SetDevAddr(BUFFER_SIZE);
715 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_bulkcallback_test.cpp287 pipe.SetDevAddr(BUFFER_SIZE);
296 pipe.SetDevAddr(device.GetDevAddr());
337 pipe.SetDevAddr(BUFFER_SIZE);
346 pipe.SetDevAddr(device.GetDevAddr());
605 pipe.SetDevAddr(BUFFER_SIZE);
610 pipe.SetDevAddr(device.GetDevAddr());
771 pipe.SetDevAddr(BUFFER_SIZE);
776 pipe.SetDevAddr(device.GetDevAddr());
887 pipe.SetDevAddr(BUFFER_SIZE);
892 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_request_test.cpp238 pip.SetDevAddr(BUFFER_SIZE);
242 pip.SetDevAddr(device.GetDevAddr());
330 pip.SetDevAddr(BUFFER_SIZE);
334 pip.SetDevAddr(device.GetDevAddr());
528 pip.SetDevAddr(BUFFER_SIZE);
533 pip.SetDevAddr(device.GetDevAddr());
630 pip.SetDevAddr(BUFFER_SIZE);
635 pip.SetDevAddr(device.GetDevAddr());
765 pip.SetDevAddr(BUFFER_SIZE);
770 pip.SetDevAddr(device.GetDevAddr());
[all …]
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_device_pipe.h38 void SetDevAddr(uint8_t devAddr);
Dusb_device.h152 void SetDevAddr(uint8_t addr) in SetDevAddr() function
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_device_pipe.cpp78 void USBDevicePipe::SetDevAddr(uint8_t devAddr) in SetDevAddr() function in OHOS::USB::USBDevicePipe
Dusb_srv_client.cpp96 pipe.SetDevAddr(device.GetDevAddr()); in OpenDevice()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_proxy.cpp137 devInfo.SetDevAddr(tmp); in GetDeviceMessageParcel()
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp871 dev.SetDevAddr(uDev.devAddr); in GetDeviceInfoDescriptor()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp67 pipe.SetDevAddr(static_cast<uint8_t>(devAddr)); in ParseUsbDevicePipe()