Home
last modified time | relevance | path

Searched defs:newDeviceId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp122 std::string newDeviceId = ReplaceDeviceIdUsbPort(oldDeviceId, usbPort); in RefreshUsbDeviceId() local
174 …std::string newDeviceId = deviceId.substr(0, pos2 + 1).append(formattedStart).append(":").append(f… in ReplaceDeviceIdUsbPort() local
208 std::string newDeviceId = ReplaceDeviceIdUsbPort(oldDeviceId, usbDevicePort); in UpdateScannerIdByUsbDevicePort() local
405 std::string newDeviceId = ScanUtil::ReplaceIpAddress(oldDeviceId, ip); in UpdateNetScannerByUuid() local
H A Dscan_usb_manager.cpp200 std::string newDeviceId = getNewDeviceId(it->second.deviceId, usbDevicePort); in UpdateUsbScannerId() local
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp213 std::string newDeviceId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestDisConnectUsbScanner() local
385 std::string newDeviceId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetAddedScanner() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp371 std::string newDeviceId; in GetDistributedTableName() local
H A Druntime_context_impl.cpp942 const StoreInfo &info, std::string &newDeviceId) in TranslateDeviceId()