Searched defs:globalPrinterId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_manager.cpp | 61 std::string VendorManager::ExtractGlobalVendorName(const std::string &globalPrinterId) in ExtractGlobalVendorName() 70 std::string VendorManager::ExtractPrinterId(const std::string &globalPrinterId) in ExtractPrinterId() 167 bool VendorManager::ConnectPrinter(const std::string &globalPrinterId) in ConnectPrinter() 198 bool VendorManager::QueryPrinterInfo(const std::string &globalPrinterId, int timeout) in QueryPrinterInfo() 357 std::string globalPrinterId = GetGlobalPrinterId(globalVendorName, printerId); in OnPrinterPpdQueried() local 382 …ared_ptr<VendorDriverBase> VendorManager::FindDriverByPrinterId(const std::string &globalPrinterId) in FindDriverByPrinterId() 476 bool VendorManager::MonitorPrinterStatus(const std::string &globalPrinterId, bool on) in MonitorPrinterStatus() 554 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryDiscoveredPrinterInfoById() local 566 …auto globalPrinterId = PrintUtils::GetGlobalId(VendorManager::GetGlobalVendorName(targetVendorName… in QueryPrinterInfoByPrinterId() local
|
H A D | print_service_ability.cpp | 1513 std::string globalPrinterId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinters() local 3184 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, info.GetPrinterId()); in AddVendorPrinterToDiscovery() local 3221 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, info.GetPrinterId()); in UpdateVendorPrinterToDiscovery() local 3251 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in RemoveVendorPrinterFromDiscovery() local 3258 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in AddVendorPrinterToCupsWithPpd() local 3310 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in AddVendorPrinterToCupsWithSpecificPpd() local 3362 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in RemoveVendorPrinterFromCups() local 3387 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); in OnVendorStatusUpdate() local 3493 int32_t PrintServiceAbility::QueryVendorPrinterInfo(const std::string &globalPrinterId, PrinterInfo… in QueryVendorPrinterInfo()
|
H A D | vendor_bsuni_driver.cpp | 435 std::string globalPrinterId = GetGlobalPrinterId(printerId); in OnPrinterCapabilityQueried() local
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 62 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); variable 123 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); variable
|