Home
last modified time | relevance | path

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

/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/test/native/service_unittest/src/
Dusb_device_pipe_test.cpp231 pipe.SetDevAddr(BUFFER_SIZE);
238 pipe.SetDevAddr(device.GetDevAddr());
346 pipe.SetDevAddr(BUFFER_SIZE);
353 pipe.SetDevAddr(device.GetDevAddr());
466 pipe.SetDevAddr(BUFFER_SIZE);
473 pipe.SetDevAddr(device.GetDevAddr());
584 pipe.SetDevAddr(BUFFER_SIZE);
591 pipe.SetDevAddr(device.GetDevAddr());
705 pipe.SetDevAddr(BUFFER_SIZE);
712 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_bulkcallback_test.cpp285 pipe.SetDevAddr(BUFFER_SIZE);
294 pipe.SetDevAddr(device.GetDevAddr());
335 pipe.SetDevAddr(BUFFER_SIZE);
344 pipe.SetDevAddr(device.GetDevAddr());
600 pipe.SetDevAddr(BUFFER_SIZE);
604 pipe.SetDevAddr(device.GetDevAddr());
763 pipe.SetDevAddr(BUFFER_SIZE);
767 pipe.SetDevAddr(device.GetDevAddr());
876 pipe.SetDevAddr(BUFFER_SIZE);
881 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_request_test.cpp236 pip.SetDevAddr(BUFFER_SIZE);
240 pip.SetDevAddr(device.GetDevAddr());
328 pip.SetDevAddr(BUFFER_SIZE);
332 pip.SetDevAddr(device.GetDevAddr());
526 pip.SetDevAddr(BUFFER_SIZE);
531 pip.SetDevAddr(device.GetDevAddr());
628 pip.SetDevAddr(BUFFER_SIZE);
633 pip.SetDevAddr(device.GetDevAddr());
763 pip.SetDevAddr(BUFFER_SIZE);
768 pip.SetDevAddr(device.GetDevAddr());
[all …]
/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/native/src/
Dusb_service.cpp805 dev.SetDevAddr(uDev.devAddr); in GetDeviceInfoDescriptor()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_proxy.cpp137 devInfo.SetDevAddr(tmp); in GetDeviceMessageParcel()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
Dusb_info.cpp67 pipe.SetDevAddr(static_cast<uint8_t>(devAddr)); in ParseUsbDevicePipe()