Home
last modified time | relevance | path

Searched defs:globalPrinterId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp61 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 Dprint_service_ability.cpp1513 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 Dvendor_bsuni_driver.cpp435 std::string globalPrinterId = GetGlobalPrinterId(printerId); in OnPrinterCapabilityQueried() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp62 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); variable
123 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); variable