Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/test/native/service_unittest/src/
H A Dusb_device_status_test.cpp177 pipeTmp.SetDevAddr(BUFFER_SIZE);
185 pipe.SetDevAddr(device.GetDevAddr());
217 pipeTmp.SetDevAddr(BUFFER_SIZE);
226 pipe.SetDevAddr(device.GetDevAddr());
346 pipe.SetDevAddr(BUFFER_SIZE);
389 pipe.SetDevAddr(BUFFER_SIZE);
508 pipe.SetDevAddr(BUFFER_SIZE);
516 pipe.SetDevAddr(device.GetDevAddr());
623 pipe.SetDevAddr(BUFFER_SIZE);
662 pipe.SetDevAddr(BUFFER_SIZE);
[all …]
H A Dusb_device_pipe_test.cpp374 pipe.SetDevAddr(BUFFER_SIZE);
489 pipe.SetDevAddr(BUFFER_SIZE);
609 pipe.SetDevAddr(BUFFER_SIZE);
727 pipe.SetDevAddr(BUFFER_SIZE);
848 pipe.SetDevAddr(BUFFER_SIZE);
966 pipe.SetDevAddr(BUFFER_SIZE);
1082 pipe.SetDevAddr(BUFFER_SIZE);
1197 pipe.SetDevAddr(BUFFER_SIZE);
1312 pipe.SetDevAddr(BUFFER_SIZE);
1432 pipe.SetDevAddr(BUFFER_SIZE);
[all …]
H A 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 …]
H A Dusb_request_test.cpp238 pip.SetDevAddr(BUFFER_SIZE);
242 pip.SetDevAddr(device.GetDevAddr());
330 pip.SetDevAddr(BUFFER_SIZE);
528 pip.SetDevAddr(BUFFER_SIZE);
630 pip.SetDevAddr(BUFFER_SIZE);
765 pip.SetDevAddr(BUFFER_SIZE);
909 pip.SetDevAddr(BUFFER_SIZE);
1068 pip.SetDevAddr(BUFFER_SIZE);
1219 pip.SetDevAddr(BUFFER_SIZE);
1382 pip.SetDevAddr(BUFFER_SIZE);
[all …]
H A Dusb_dfx_test.cpp222 device.SetDevAddr(USB_DEV_ADDR_INVALID);
264 device.SetDevAddr(USB_DEV_ADDR_INVALID);
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device_pipe.h40 void SetDevAddr(uint8_t devAddr);
H A Dusb_device.h183 void SetDevAddr(uint8_t addr) in SetDevAddr() function
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/src/
H A Dusb_device_pipe.cpp84 void USBDevicePipe::SetDevAddr(uint8_t devAddr) in SetDevAddr() function in OHOS::USB::USBDevicePipe
H A Dusb_srv_client.cpp120 pipe.SetDevAddr(device.GetDevAddr()); in OpenDevice()
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_proxy.cpp139 devInfo.SetDevAddr(tmp); in GetDeviceMessageParcel()
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1008 dev.SetDevAddr(uDev.devAddr); in GetDeviceInfoDescriptor()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp69 pipe.SetDevAddr(static_cast<uint8_t>(devAddr)); in ParseUsbDevicePipe()