Searched refs:GetGlobalId (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 752 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 D | vendor_manager.cpp | 554 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryDiscoveredPrinterInfoById() 566 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryPrinterInfoByPrinterId()
|
H A D | vendor_wlan_group.cpp | 236 return PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(GetVendorName()), printerId); in ConvertGroupGlobalPrinterId()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_utils.h | 41 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 D | napi_scan_utils.h | 88 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 D | print_utils.cpp | 62 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 D | print_utils_test.cpp | 99 std::string result = PrintUtils::GetGlobalId(id, localId);
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 138 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 D | napi_scan_utils.cpp | 352 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 D | scanhelper_fuzzer.cpp | 728 NapiScanUtils::GetGlobalId(globalId, localId); in TestGetGlobalIdInterface()
|