Home
last modified time | relevance | path

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

/base/print/print_fwk/services/scan_service/src/
H A Dscan_usb_manager.cpp174 std::string firstPort = usbDevicePort.substr(0, usbDevicePort.find("-")); in getNewDeviceId() local
176 SCAN_HILOGI("firstPort = %{public}s, secondPort = %{public}s.", in getNewDeviceId()
177 firstPort.c_str(), secondPort.c_str()); in getNewDeviceId()
178 FormatUsbPort(firstPort); in getNewDeviceId()
180 return deviceIdHead + firstPort + ":" + secondPort; in getNewDeviceId()
H A Dscan_system_data.cpp135 std::string firstPort = usbDevicePort.substr(0, usbDevicePort.find("-")); in GetNewDeviceId() local
137 SCAN_HILOGI("firstPort = %{public}s, secondPort = %{public}s.", in GetNewDeviceId()
138 firstPort.c_str(), secondPort.c_str()); in GetNewDeviceId()
139 FormatUsbPort(firstPort); in GetNewDeviceId()
141 return deviceIdHead + firstPort + ":" + secondPort; in GetNewDeviceId()

Completed in 2 milliseconds