Home
last modified time | relevance | path

Searched refs:usbPort (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_port_manager.cpp137 UsbPort usbPort; in QueryPort() local
141 usbPort.id = portId; in QueryPort()
142 usbPort.supportedModes = SUPPORTED_MODES; in QueryPort()
143 usbPort.usbPortStatus = usbPortStatus; in QueryPort()
144 AddPort(usbPort); in QueryPort()
/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp117 std::string usbPort = it->second; in RefreshUsbDeviceId() local
120 usbPort.find("_") == std::string::npos) { in RefreshUsbDeviceId()
121 SCAN_HILOGE("oldDeviceId or usbPort string format fail"); in RefreshUsbDeviceId()
124 std::string newDeviceId = GetNewDeviceId(oldDeviceId, usbPort); in RefreshUsbDeviceId()
158 SCAN_HILOGE("oldDeviceId or usbPort string format fail"); in UpdateScannerIdByUsbDevicePort()

Completed in 2 milliseconds