Home
last modified time | relevance | path

Searched refs:getNewDeviceId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_usb_manager.h40 std::string getNewDeviceId(std::string oldDeviceId, std::string usbDevicePort);
/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() function in OHOS::Scan::ScanUsbManager
200 std::string newDeviceId = getNewDeviceId(it->second.deviceId, usbDevicePort); in UpdateUsbScannerId()