Home
last modified time | relevance | path

Searched refs:GetGlobalId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp752 standardizeId = PrintUtils::GetGlobalId(extensionId, printerId); in QueryPrinterCapabilityByUri()
1513 std::string globalPrinterId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinters()
1610 std::string printerExtId = PrintUtils::GetGlobalId(extensionId, printerId); in UpdatePrinterState()
2928 printerExtId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinterFromDiscovery()
3106 infoPtr->SetPrinterId(PrintUtils::GetGlobalId(extensionId, infoPtr->GetPrinterId())); in AddSinglePrinterInfo()
3134 printExtId = PrintUtils::GetGlobalId(extensionId, printExtId); in UpdateSinglePrinterInfo()
3251 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in RemoveVendorPrinterFromDiscovery()
3258 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in AddVendorPrinterToCupsWithPpd()
3310 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in AddVendorPrinterToCupsWithSpecificPpd()
3362 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in RemoveVendorPrinterFromCups()
[all …]
H A Dvendor_manager.cpp554 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryDiscoveredPrinterInfoById()
566 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryPrinterInfoByPrinterId()
H A Dvendor_wlan_group.cpp236 return PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(GetVendorName()), printerId); in ConvertGroupGlobalPrinterId()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/
H A Dprint_utils.h41 static std::string GetGlobalId(const std::string &extensionId, const std::string &localId);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h88 static std::string GetGlobalId(const std::string& extensionId, const std::string& localId);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp62 std::string PrintUtils::GetGlobalId(const std::string& extensionId, const std::string& localId) in GetGlobalId() function in OHOS::Print::PrintUtils
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp99 std::string result = PrintUtils::GetGlobalId(id, localId);
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp138 return PrintUtils::GetGlobalId(DEFAULT_EXTENSION_ID, DEFAULT_EXT_PRINTER_ID); in GetDefaultPrinterId()
143 return PrintUtils::GetGlobalId(DEFAULT_EXTENSION_ID, "wrong printer id"); in GetInvalidPrinterId()
162 info.SetPrinterId(PrintUtils::GetGlobalId(DEFAULT_EXTENSION_ID, DEFAULT_EXT_PRINTER_ID)); in InitPrinterList()
165 info.SetPrinterId(PrintUtils::GetGlobalId(DEFAULT_EXTENSION_ID, DEFAULT_EXT_PRINTER_ID2)); in InitPrinterList()
1250 std::string printerExtId = PrintUtils::GetGlobalId("", printerId);
1262 std::string printerExtId = PrintUtils::GetGlobalId("", printerId);
2046 std::string printerExtId = PrintUtils::GetGlobalId("", printerId);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp352 std::string NapiScanUtils::GetGlobalId(const std::string& extensionId, const std::string& localId) in GetGlobalId() function in OHOS::Scan::NapiScanUtils
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp728 NapiScanUtils::GetGlobalId(globalId, localId); in TestGetGlobalIdInterface()