Searched refs:GetGlobalPrinterId (Results 1 - 7 of 7) sorted by relevance
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_driver_base.cpp | 127 std::string VendorDriverBase::GetGlobalPrinterId(const std::string &printerId) in GetGlobalPrinterId() function in VendorDriverBase 129 return VendorManager::GetGlobalPrinterId(GetGlobalVendorName(), printerId); in GetGlobalPrinterId()
|
H A D | vendor_manager.cpp | 42 std::string VendorManager::GetGlobalPrinterId(const std::string &globalVendorName, const std::string &printerId) in GetGlobalPrinterId() function in VendorManager 323 std::string globalPrinterId = GetGlobalPrinterId(globalVendorName, printerId); in OnPrinterPpdQueried()
|
H A D | vendor_bsuni_driver.cpp | 424 std::string globalPrinterId = GetGlobalPrinterId(printerId); in OnPrinterCapabilityQueried()
|
/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() 125 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F() 162 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F() 210 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F() 246 std::string globalPrinterId = VendorManager::GetGlobalPrinterId(globalVendorName, printerId); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_driver_base.h | 83 std::string GetGlobalPrinterId(const std::string &printerId);
|
H A D | vendor_manager.h | 46 static std::string GetGlobalPrinterId(const std::string &globalVendorName, const std::string &printerId);
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 2070 std::string globalId = VendorManager::GetGlobalPrinterId(vendorName, printerId); in HWTEST_F()
|
Completed in 11 milliseconds