Home
last modified time | relevance | path

Searched defs:usbDevicePort (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp171 std::string ScanUsbManager::getNewDeviceId(std::string oldDeviceId, std::string usbDevicePort) in getNewDeviceId()
184 void ScanUsbManager::UpdateUsbScannerId(std::string serialNumber, std::string usbDevicePort) in UpdateUsbScannerId()
223 void ScanUsbManager::DisConnectUsbScanner(std::string usbDevicePort) in DisConnectUsbScanner()
256 std::string usbDevicePort = dev->GetName(); in DealUsbDevStatusChange() local
H A Dscan_system_data.cpp179 std::string ScanSystemData::GetNewDeviceId(std::string oldDeviceId, std::string usbDevicePort) in GetNewDeviceId()
202 …Data::UpdateScannerIdByUsbDevicePort(const std::string &uniqueId, const std::string &usbDevicePort) in UpdateScannerIdByUsbDevicePort()