Home
last modified time | relevance | path

Searched refs:GetGlobalId (Results 1 - 8 of 8) sorted by relevance

/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);
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp343 newPrinterId = PrintUtils::GetGlobalId(printerId, std::to_string(port)); in HandleExtensionConnectPrinter()
757 standardizeId = PrintUtils::GetGlobalId(extensionId, printerId); in QueryPrinterCapabilityByUri()
1482 std::string globalPrinterId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinters()
1579 std::string printerExtId = PrintUtils::GetGlobalId(extensionId, printerId); in UpdatePrinterState()
2865 printerExtId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinterFromDiscovery()
2885 bool result = RemoveSinglePrinterInfo(PrintUtils::GetGlobalId(extensionId, printerId)); in RemovePrinterFromDiscovery()
3019 infoPtr->SetPrinterId(PrintUtils::GetGlobalId(extensionId, infoPtr->GetPrinterId())); in AddSinglePrinterInfo()
3048 printExtId = PrintUtils::GetGlobalId(extensionId, printExtId); in UpdateSinglePrinterInfo()
3100 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, info.GetPrinterId()); in AddVendorPrinterToDiscovery()
3138 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorNam in UpdateVendorPrinterToDiscovery()
[all...]
/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);
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp61 std::string PrintUtils::GetGlobalId(const std::string& extensionId, const std::string& localId) in GetGlobalId() function in OHOS::Print::PrintUtils
/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()
1244 std::string printerExtId = PrintUtils::GetGlobalId("", printerId); in HWTEST_F()
1256 std::string printerExtId = PrintUtils::GetGlobalId("", printerId); in HWTEST_F()
2041 std::string printerExtId = PrintUtils::GetGlobalId("", printerId); in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp99 std::string result = PrintUtils::GetGlobalId(id, localId); in HWTEST_F()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp349 std::string NapiScanUtils::GetGlobalId(const std::string& extensionId, const std::string& localId) in GetGlobalId() function in OHOS::Scan::NapiScanUtils
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp610 NapiScanUtils::GetGlobalId(globalId, localId); in TestGetGlobalIdInterface()

Completed in 14 milliseconds