Searched defs:globalPrinterId (Results 1 - 4 of 4) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 60 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F() local 125 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F() local 162 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); HWTEST_F() local 210 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); HWTEST_F() local 246 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); HWTEST_F() local [all...] |
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 424 std::string globalPrinterId = GetGlobalPrinterId(printerId); in OnPrinterCapabilityQueried() local
|
H A D | vendor_manager.cpp | 55 std::string VendorManager::ExtractGlobalVendorName(const std::string &globalPrinterId) in ExtractGlobalVendorName() argument 64 std::string VendorManager::ExtractPrinterId(const std::string &globalPrinterId) in ExtractPrinterId() argument 150 bool VendorManager::ConnectPrinter(const std::string &globalPrinterId) in ConnectPrinter() argument 189 QueryPrinterInfo(const std::string &globalPrinterId, int timeout) QueryPrinterInfo() argument 323 std::string globalPrinterId = GetGlobalPrinterId(globalVendorName, printerId); OnPrinterPpdQueried() local 347 FindDriverByPrinterId(const std::string &globalPrinterId) FindDriverByPrinterId() argument 433 MonitorPrinterStatus(const std::string &globalPrinterId, bool on) MonitorPrinterStatus() argument [all...] |
H A D | print_service_ability.cpp | 1482 std::string globalPrinterId = PrintUtils::GetGlobalId(extensionId, printerId); in RemovePrinters() local 3100 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, info.GetPrinterId()); in AddVendorPrinterToDiscovery() local 3138 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, info.GetPrinterId()); in UpdateVendorPrinterToDiscovery() local 3168 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); RemoveVendorPrinterFromDiscovery() local 3175 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); AddVendorPrinterToCupsWithPpd() local 3228 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); RemoveVendorPrinterFromCups() local 3253 auto globalPrinterId = PrintUtils::GetGlobalId(globalVendorName, printerId); OnVendorStatusUpdate() local 3359 QueryVendorPrinterInfo(const std::string &globalPrinterId, PrinterInfo &info) QueryVendorPrinterInfo() argument [all...] |
Completed in 8 milliseconds