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.cpp228 pipe.SetDevAddr(BUFFER_SIZE);
235 pipe.SetDevAddr(device.GetDevAddr());
343 pipe.SetDevAddr(BUFFER_SIZE);
350 pipe.SetDevAddr(device.GetDevAddr());
463 pipe.SetDevAddr(BUFFER_SIZE);
470 pipe.SetDevAddr(device.GetDevAddr());
581 pipe.SetDevAddr(BUFFER_SIZE);
588 pipe.SetDevAddr(device.GetDevAddr());
702 pipe.SetDevAddr(BUFFER_SIZE);
709 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_bulkcallback_test.cpp282 pipe.SetDevAddr(BUFFER_SIZE);
291 pipe.SetDevAddr(device.GetDevAddr());
332 pipe.SetDevAddr(BUFFER_SIZE);
341 pipe.SetDevAddr(device.GetDevAddr());
597 pipe.SetDevAddr(BUFFER_SIZE);
601 pipe.SetDevAddr(device.GetDevAddr());
765 pipe.SetDevAddr(BUFFER_SIZE);
769 pipe.SetDevAddr(device.GetDevAddr());
879 pipe.SetDevAddr(BUFFER_SIZE);
884 pipe.SetDevAddr(device.GetDevAddr());
[all …]
Dusb_request_test.cpp233 pip.SetDevAddr(BUFFER_SIZE);
237 pip.SetDevAddr(device.GetDevAddr());
325 pip.SetDevAddr(BUFFER_SIZE);
329 pip.SetDevAddr(device.GetDevAddr());
523 pip.SetDevAddr(BUFFER_SIZE);
528 pip.SetDevAddr(device.GetDevAddr());
625 pip.SetDevAddr(BUFFER_SIZE);
630 pip.SetDevAddr(device.GetDevAddr());
760 pip.SetDevAddr(BUFFER_SIZE);
765 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.cpp737 dev.SetDevAddr(uDev.devAddr); in GetDeviceInfoDescriptor()
/base/usb/usb_manager/services/zidl/src/
Dusb_srv_proxy.cpp126 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()