Home
last modified time | relevance | path

Searched refs:AddPrinterToCupsWithPpd (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_ppd_driver_test.cpp82 … 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 Dvendor_manager_test.cpp146 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 Dmock_vendor_manager.h29 …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 Dvendor_ppd_driver.cpp110 …if (vendorManager->AddPrinterToCupsWithPpd(GetVendorName(), printerInfo.GetPrinterId(), ppdData) != in AddPrinterToCups()
H A Dvendor_ipp_everywhere.cpp156 if (vendorManager->AddPrinterToCupsWithPpd(GetVendorName(), printerInfo->GetPrinterId(), "") != in ConnectPrinter()
H A Dvendor_bsuni_driver.cpp151 …return g_driverWrapper->vendorManager->AddPrinterToCupsWithPpd(vendorName, info.GetPrinterId(), pp… in AddPrinterToCups()
H A Dvendor_manager.cpp300 int32_t VendorManager::AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &pr… in AddPrinterToCupsWithPpd() function in VendorManager
H A Dprint_cups_client.cpp573 int32_t PrintCupsClient::AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &… in AddPrinterToCupsWithPpd() function in OHOS::Print::PrintCupsClient
H A Dprint_service_ability.cpp3278 …ret = DelayedSingleton<PrintCupsClient>::GetInstance()->AddPrinterToCupsWithPpd(info.uri, info.nam… in AddVendorPrinterToCupsWithPpd()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_base.h50 …virtual int32_t AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerI…
H A Dvendor_manager.h70 int32_t AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerId,
H A Dprint_cups_client.h88 int32_t AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName,
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp514 int32_t result = client.AddPrinterToCupsWithPpd(printerUri, printerName, ppdName, ppdData); in TEST_F()