Searched refs:GetGlobalId (Results 1 - 8 of 8) sorted by relevance
/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);
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 343 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 D | napi_scan_utils.h | 88 static std::string GetGlobalId(const std::string& extensionId, const std::string& localId);
|
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 61 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 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() 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 D | print_utils_test.cpp | 99 std::string result = PrintUtils::GetGlobalId(id, localId); in HWTEST_F()
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | napi_scan_utils.cpp | 349 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 D | scanhelper_fuzzer.cpp | 610 NapiScanUtils::GetGlobalId(globalId, localId); in TestGetGlobalIdInterface()
|
Completed in 15 milliseconds