/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_ppd_driver_test.cpp | 82 … EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).WillRepeatedly(Return(EXTENSION_ERROR_NONE)); 99 …EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).WillOnce(Return(EXTENSION_ERROR_INVALID_PRINTE… 117 … EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).WillRepeatedly(Return(EXTENSION_ERROR_NONE)); 135 … EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).WillRepeatedly(Return(EXTENSION_ERROR_NONE)); 156 … EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).WillRepeatedly(Return(EXTENSION_ERROR_NONE));
|
H A D | vendor_manager_test.cpp | 146 EXPECT_EQ(vendorManager.AddPrinterToCupsWithPpd("", "", ""), EXTENSION_ERROR_CALLBACK_FAIL); 147 …EXPECT_EQ(vendorManager.AddPrinterToCupsWithPpd(ppdDriverVendorName, "", ""), EXTENSION_ERROR_CALL…
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/ |
H A D | mock_vendor_manager.h | 29 …MOCK_METHOD3(AddPrinterToCupsWithPpd, int32_t (const std::string &, const std::string &, const std…
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_ppd_driver.cpp | 110 …if (vendorManager->AddPrinterToCupsWithPpd(GetVendorName(), printerInfo.GetPrinterId(), ppdData) != in AddPrinterToCups()
|
H A D | vendor_ipp_everywhere.cpp | 156 if (vendorManager->AddPrinterToCupsWithPpd(GetVendorName(), printerInfo->GetPrinterId(), "") != in ConnectPrinter()
|
H A D | vendor_bsuni_driver.cpp | 151 …return g_driverWrapper->vendorManager->AddPrinterToCupsWithPpd(vendorName, info.GetPrinterId(), pp… in AddPrinterToCups()
|
H A D | vendor_manager.cpp | 300 int32_t VendorManager::AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &pr… in AddPrinterToCupsWithPpd() function in VendorManager
|
H A D | print_cups_client.cpp | 573 int32_t PrintCupsClient::AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &… in AddPrinterToCupsWithPpd() function in OHOS::Print::PrintCupsClient
|
H A D | print_service_ability.cpp | 3278 …ret = DelayedSingleton<PrintCupsClient>::GetInstance()->AddPrinterToCupsWithPpd(info.uri, info.nam… in AddVendorPrinterToCupsWithPpd()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_driver_base.h | 50 …virtual int32_t AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerI…
|
H A D | vendor_manager.h | 70 int32_t AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerId,
|
H A D | print_cups_client.h | 88 int32_t AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName,
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_cups_client_vendor_helper_other_test.cpp | 514 int32_t result = client.AddPrinterToCupsWithPpd(printerUri, printerName, ppdName, ppdData); in TEST_F()
|