Searched refs:AllocateInterface (Results 1 - 3 of 3) sorted by relevance
/base/print/print_fwk/services/print_service/include/ |
H A D | print_usb_manager.h | 69 bool AllocateInterface(const std::string &printerName, USB::UsbDevice &usbdevice,
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_usb_manager.cpp | 169 bool PrintUsbManager::AllocateInterface(const std::string &printerName, UsbDevice &usbdevice, in AllocateInterface() function in OHOS::Print::PrintUsbManager 232 return AllocateInterface(printerName, usbdevice, usbDevicePipe); in ConnectUsbPinter()
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_usb_manager_test.cpp | 302 bool ret = printUsbManager.AllocateInterface(name, usbDevice, usbDevicePipe); 385 bool ret = printUsbManager.AllocateInterface(name, usbDevice, usbDevicePipe);
|
Completed in 2 milliseconds