Searched refs:AddPrinterToCupsWithPpd (Results 1 - 12 of 12) sorted by relevance
/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::string &));
|
/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 &printerId,
|
H A D | vendor_manager.h | 64 int32_t AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerId,
|
H A D | print_cups_client.h | 84 int32_t AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName,
|
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 183 EXPECT_EQ(vendorManager.AddPrinterToCupsWithPpd("", "", ""), EXTENSION_ERROR_CALLBACK_FAIL); in HWTEST_F() 259 EXPECT_EQ(vendorManager.AddPrinterToCupsWithPpd(vendorName, PRINTER_TEST_IP, ppdData), in HWTEST_F() 261 EXPECT_EQ(vendorManager.AddPrinterToCupsWithPpd(vendorName, PRINTER_TEST_IP, ppdData), EXTENSION_ERROR_NONE); in HWTEST_F()
|
H A D | vendor_ipp_everywhere_test.cpp | 175 EXPECT_CALL(mock, AddPrinterToCupsWithPpd(_, _, _)).Times(2).WillOnce(Return(1)).WillRepeatedly(Return(0)); in HWTEST_F()
|
H A D | vendor_bsuni_driver_test.cpp | 389 EXPECT_CALL(mockManager, AddPrinterToCupsWithPpd(_, _, _)).WillOnce(Return(1)).WillRepeatedly(Return(0)); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_ipp_everywhere.cpp | 143 if (vendorManager->AddPrinterToCupsWithPpd(GetVendorName(), printerInfo->GetPrinterId(), "") != in ConnectPrinter() 145 PRINT_HILOGW("AddPrinterToCupsWithPpd fail"); in ConnectPrinter()
|
H A D | vendor_bsuni_driver.cpp | 144 return g_driverWrapper->vendorManager->AddPrinterToCupsWithPpd(vendorName, info.GetPrinterId(), ppdContent); in AddPrinterToCups()
|
H A D | vendor_manager.cpp | 281 int32_t VendorManager::AddPrinterToCupsWithPpd(const std::string &vendorName, const std::string &printerId, in AddPrinterToCupsWithPpd() function in VendorManager 284 PRINT_HILOGI("AddPrinterToCupsWithPpd enter"); in AddPrinterToCupsWithPpd() 291 PRINT_HILOGW("AddPrinterToCupsWithPpd fail"); in AddPrinterToCupsWithPpd() 294 PRINT_HILOGI("AddPrinterToCupsWithPpd quit"); in AddPrinterToCupsWithPpd() 330 PRINT_HILOGW("AddPrinterToCupsWithPpd fail"); in OnPrinterPpdQueried()
|
H A D | print_cups_client.cpp | 529 int32_t PrintCupsClient::AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName, in AddPrinterToCupsWithPpd() function in OHOS::Print::PrintCupsClient 532 PRINT_HILOGD("AddPrinterToCupsWithPpd, ppdName: %{public}s", ppdName.c_str()); in AddPrinterToCupsWithPpd()
|
H A D | print_service_ability.cpp | 3195 ret = DelayedSingleton<PrintCupsClient>::GetInstance()->AddPrinterToCupsWithPpd(info.uri, info.name, in AddVendorPrinterToCupsWithPpd()
|
Completed in 18 milliseconds